aneedlefang427761.lua 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427761.lua
  3. Script Purpose : Waypoint Path for aneedlefang427761.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:15:49
  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, -49.72, -10.26, -3.32, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -62.02, -10.43, 4.32, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -51.46, -10.3, -6.31, 2, 0)
  20. MovementLoopAddLocation(NPC, -41.7, -10.3, -19.63, 2, 0)
  21. MovementLoopAddLocation(NPC, -35.05, -12, -28.01, 2, 0)
  22. MovementLoopAddLocation(NPC, -28.73, -12.73, -33.28, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -34.14, -12.17, -40.09, 2, 0)
  24. MovementLoopAddLocation(NPC, -45.03, -11.09, -47.37, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -48.83, -10.3, -42.16, 2, 0)
  26. MovementLoopAddLocation(NPC, -54.09, -10, -32.56, 2, 0)
  27. MovementLoopAddLocation(NPC, -59.6, -10, -30.33, 2, 0)
  28. MovementLoopAddLocation(NPC, -75.75, -10.2, -17.5, 2, 0)
  29. MovementLoopAddLocation(NPC, -82.62, -10.65, -15.15, 2, 0)
  30. MovementLoopAddLocation(NPC, -89.7, -10.68, -16.69, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -70.9, -10.31, -8.8, 2, 0)
  32. MovementLoopAddLocation(NPC, -58.46, -10.3, -5.5, 2, 0)
  33. MovementLoopAddLocation(NPC, -43.14, -10.3, 1.05, 2, 0)
  34. MovementLoopAddLocation(NPC, -32.23, -10.54, 5.01, 2, 0)
  35. MovementLoopAddLocation(NPC, -23.84, -12.41, 8.08, 2, 0)
  36. MovementLoopAddLocation(NPC, -18.95, -12.98, 11.78, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -36.8, -10.3, 5.29, 2, 0)
  38. MovementLoopAddLocation(NPC, -49.43, -10.36, 3.35, 2, 0)
  39. MovementLoopAddLocation(NPC, -58.02, -10.51, 2.47, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -34.8, -10.49, -28.48, 2, 0)
  41. MovementLoopAddLocation(NPC, -24.72, -12.69, -39.98, 2, 0)
  42. MovementLoopAddLocation(NPC, -17.96, -12.56, -44.23, 2, math.random(10, 20))
  43. MovementLoopAddLocation(NPC, -24.63, -12.76, -34.16, 2, 0)
  44. MovementLoopAddLocation(NPC, -28.33, -12.81, -26.31, 2, math.random(10, 20))
  45. MovementLoopAddLocation(NPC, -18.1, -11.88, -18.22, 2, math.random(10, 20))
  46. MovementLoopAddLocation(NPC, -22.17, -12.02, 0.55, 2, 0)
  47. MovementLoopAddLocation(NPC, -19.82, -13.46, 13.2, 2, math.random(10, 20))
  48. MovementLoopAddLocation(NPC, -38.15, -10.34, 6.74, 2, 0)
  49. end