aneedlefang427640.lua 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427640.lua
  3. Script Purpose : Waypoint Path for aneedlefang427640.lua
  4. Script Author : Rylec
  5. Script Date : 03-21-2020 11:49:36
  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, 62.98, -12.12, 78.04, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 60.88, -11.84, 68.01, 2, 0)
  19. MovementLoopAddLocation(NPC, 60.91, -11.93, 55.67, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 53.04, -10.34, 66.67, 2, 0)
  21. MovementLoopAddLocation(NPC, 41.01, -10.3, 77.94, 2, 0)
  22. MovementLoopAddLocation(NPC, 32.91, -10.71, 85.19, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 40.77, -11.29, 90.53, 2, 0)
  24. MovementLoopAddLocation(NPC, 47.48, -11.8, 99.8, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 41.74, -10.77, 85.38, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 83, -11.41, 53.06, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 85.28, -11.92, 39.68, 2, 0)
  28. MovementLoopAddLocation(NPC, 84.54, -12.14, 31.08, 2, 0)
  29. MovementLoopAddLocation(NPC, 82.01, -11.96, 22.81, 2, 0)
  30. MovementLoopAddLocation(NPC, 79.23, -12.82, 16.55, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 77.53, -13.21, 8.76, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 69.22, -13.03, 7.47, 2, 0)
  33. MovementLoopAddLocation(NPC, 59.09, -12.68, 5.22, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 58.48, -11.72, 18.99, 2, 0)
  35. MovementLoopAddLocation(NPC, 60.95, -11.85, 33.08, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 53.91, -10.57, 32.05, 2, 0)
  37. MovementLoopAddLocation(NPC, 40.57, -11.46, 30.78, 2, 0)
  38. MovementLoopAddLocation(NPC, 29.48, -12.08, 28.78, 2, 0)
  39. MovementLoopAddLocation(NPC, 22.56, -12.41, 28.74, 2, math.random(10, 20))
  40. MovementLoopAddLocation(NPC, -5.18, -12.95, 36.6, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, 3.61, -12.85, 44.59, 2, 0)
  42. MovementLoopAddLocation(NPC, 14.33, -12.68, 49.91, 2, 0)
  43. MovementLoopAddLocation(NPC, 26.81, -11.94, 58.93, 2, 0)
  44. MovementLoopAddLocation(NPC, 51, -11.03, 70.58, 2, 0)
  45. end