aneedlefang427595.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427595.lua
  3. Script Purpose : Waypoint Path for aneedlefang427595.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:19:17
  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, 68.71, -12.07, -52, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 63.03, -11.39, -55.15, 2, 0)
  19. MovementLoopAddLocation(NPC, 43.36, -12.01, -76.49, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 49.2, -11.87, -79.1, 2, 0)
  21. MovementLoopAddLocation(NPC, 66.43, -11.88, -80.45, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 66.79, -11.22, -59.44, 2, 0)
  23. MovementLoopAddLocation(NPC, 71.79, -11.58, -51.25, 2, 0)
  24. MovementLoopAddLocation(NPC, 79.5, -12.12, -43.91, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 87.89, -11.4, -44.65, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 81.69, -11.08, -46.17, 2, 0)
  27. MovementLoopAddLocation(NPC, 77.38, -10.96, -48.8, 2, 0)
  28. MovementLoopAddLocation(NPC, 48.69, -12.09, -73.03, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 71.26, -12.06, -56.63, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 73.63, -11.99, -51.19, 2, 0)
  31. MovementLoopAddLocation(NPC, 77.13, -12.04, -46.43, 2, 0)
  32. MovementLoopAddLocation(NPC, 81.34, -12.08, -42.97, 2, 0)
  33. MovementLoopAddLocation(NPC, 89.21, -12.82, -39.67, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, 83.21, -12.18, -34.02, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 81.02, -12.32, -37.37, 2, 0)
  36. end