aneedlefang427641.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427641.lua
  3. Script Purpose : Waypoint Path for aneedlefang427641.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:50:16
  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, -1.45, -13.88, 37.2, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 1.73, -13.96, 35.76, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 8.94, -13.33, 31.56, 2, 0)
  20. MovementLoopAddLocation(NPC, 16.96, -13.2, 27.13, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 14.84, -13.6, 24.27, 2, 0)
  22. MovementLoopAddLocation(NPC, 8.81, -13.58, 18.25, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 7.77, -13.42, 30.41, 2, 0)
  24. MovementLoopAddLocation(NPC, 6.26, -13.15, 36.84, 2, 0)
  25. MovementLoopAddLocation(NPC, 2.95, -12.14, 44.13, 2, 0)
  26. MovementLoopAddLocation(NPC, -3.24, -12.16, 52.63, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 9.76, -12.84, 48.43, 2, 0)
  28. MovementLoopAddLocation(NPC, 29.21, -13.8, 45.24, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 23.19, -13.42, 36.3, 2, 0)
  30. MovementLoopAddLocation(NPC, 11.99, -13.9, 24.44, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 16.4, -13.02, 24.38, 2, 0)
  32. MovementLoopAddLocation(NPC, 22.79, -13.05, 22.3, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 20.57, -11.98, 37.4, 2, 0)
  34. MovementLoopAddLocation(NPC, 21.52, -13.06, 55.35, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 27.46, -12.61, 58.87, 2, 0)
  36. MovementLoopAddLocation(NPC, 40.97, -10.49, 62.44, 2, 0)
  37. MovementLoopAddLocation(NPC, 50.27, -10.66, 65.04, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, 34.89, -11.93, 53.59, 2, 0)
  39. MovementLoopAddLocation(NPC, 20.33, -14.35, 46.26, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, 6.23, -13.65, 39.86, 2, 0)
  41. end