aseasidefalcon432812.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aseasidefalcon432812.lua
  3. Script Purpose : Waypoint Path for aseasidefalcon432812.lua
  4. Script Author : Rylec
  5. Script Date : 04-19-2020 02:18:42
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. FaceTarget(NPC, Spawn)
  13. end
  14. function respawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 175.64, -0.52, 160.08, 2, math.random(10, 24))
  18. MovementLoopAddLocation(NPC, 173.42, 0.29, 166.72, 2, 0)
  19. MovementLoopAddLocation(NPC, 173.13, 1.18, 175, 2, math.random(10, 24))
  20. MovementLoopAddLocation(NPC, 165.29, 1.59, 174.16, 2, 0)
  21. MovementLoopAddLocation(NPC, 151.73, 2.11, 168.19, 2, math.random(10, 24))
  22. MovementLoopAddLocation(NPC, 183.61, 1.98, 189.14, 2, math.random(10, 24))
  23. MovementLoopAddLocation(NPC, 154.17, 1.07, 191.09, 2, math.random(10, 24))
  24. MovementLoopAddLocation(NPC, 155.5, 0.6, 183.98, 2, 0)
  25. MovementLoopAddLocation(NPC, 161.55, -0.45, 168.69, 2, math.random(10, 24))
  26. MovementLoopAddLocation(NPC, 163.25, 0.12, 171.86, 2, 0)
  27. MovementLoopAddLocation(NPC, 164.17, 0.52, 174.44, 2, 0)
  28. MovementLoopAddLocation(NPC, 181.62, 1.79, 191.31, 2, math.random(10, 24))
  29. MovementLoopAddLocation(NPC, 169.55, 0.44, 182.43, 2, 0)
  30. MovementLoopAddLocation(NPC, 150.36, -0.46, 172.51, 2, math.random(10, 24))
  31. MovementLoopAddLocation(NPC, 147.99, 0.52, 184.19, 2, 0)
  32. MovementLoopAddLocation(NPC, 143.81, 1.13, 189.15, 2, math.random(10, 24))
  33. MovementLoopAddLocation(NPC, 160.01, 0.15, 172.16, 2, 0)
  34. MovementLoopAddLocation(NPC, 173.63, -0.72, 154.14, 2, math.random(10, 24))
  35. end