aneedlefang427998.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427998.lua
  3. Script Purpose : Waypoint Path for aneedlefang427998.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:28:35
  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, -12.71, -12.02, -40.68, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -19.42, -12.17, -47.9, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -18.79, -11.05, -34.8, 2, 0)
  20. MovementLoopAddLocation(NPC, -23.64, -11.09, -18.26, 2, 0)
  21. MovementLoopAddLocation(NPC, -24.13, -11.33, 4.61, 2, 0)
  22. MovementLoopAddLocation(NPC, -24.1, -12.8, 28.79, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -23.45, -11.5, 6.88, 2, 0)
  24. MovementLoopAddLocation(NPC, -22.08, -11.35, -0.96, 2, 0)
  25. MovementLoopAddLocation(NPC, -17.39, -11.96, -14.7, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -25.17, -11.6, -30.9, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -39.74, -10.61, -55.16, 2, 0)
  28. MovementLoopAddLocation(NPC, -41.88, -11.63, -64.51, 2, 0)
  29. MovementLoopAddLocation(NPC, -38.85, -11.88, -71.2, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -40.78, -11.77, -65.97, 2, 0)
  31. MovementLoopAddLocation(NPC, -40.67, -11.25, -58.86, 2, 0)
  32. MovementLoopAddLocation(NPC, -37.78, -11.15, -51.35, 2, 0)
  33. MovementLoopAddLocation(NPC, -30.06, -12.82, -41.36, 2, 0)
  34. MovementLoopAddLocation(NPC, -27.66, -13.13, -37.27, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -35.7, -11.14, -47.45, 2, 0)
  36. MovementLoopAddLocation(NPC, -42.09, -11.1, -57.92, 2, 0)
  37. MovementLoopAddLocation(NPC, -42.24, -11.87, -66.82, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -41.22, -11.24, -62.24, 2, 0)
  39. MovementLoopAddLocation(NPC, -38.38, -10.99, -58.63, 2, 0)
  40. MovementLoopAddLocation(NPC, -25.15, -10.97, -50.15, 2, 0)
  41. end