aneedlefang427596.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427596.lua
  3. Script Purpose : Waypoint Path for aneedlefang427596.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 12:28:29
  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, 7.68, -10.3, -19.23, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 5.91, -10.98, -28.53, 2, 0)
  19. MovementLoopAddLocation(NPC, 3.8, -11.92, -53.87, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 6.25, -11.87, -51.57, 2, 0)
  21. MovementLoopAddLocation(NPC, 12.95, -11.93, -43.39, 2, 0)
  22. MovementLoopAddLocation(NPC, 22.12, -12.01, -28.92, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 27.35, -13.74, -16.43, 2, 0)
  24. MovementLoopAddLocation(NPC, 31.71, -14.02, -5.8, 2, 0)
  25. MovementLoopAddLocation(NPC, 33.47, -14.05, -4.25, 2, 0)
  26. MovementLoopAddLocation(NPC, 35.07, -14.06, -3.76, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 32.08, -14.05, -5.49, 2, 0)
  28. MovementLoopAddLocation(NPC, 28.41, -13.99, -7.94, 2, 0)
  29. MovementLoopAddLocation(NPC, 22.39, -14.02, -15.05, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 43.88, -12.1, -1.06, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 37.58, -12.97, -1.1, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 17.45, -10.3, -11.79, 2, 0)
  33. end