aneedlefang427611.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/aneedlefang427611.lua
  3. Script Purpose : Waypoint Path for aneedlefang427611.lua
  4. Script Author : Rylec
  5. Script Date : 02-10-2020 02:40:53
  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, 25.21, -13.45, -20.34, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 22.52, -12.92, -12.7, 2, 0)
  19. MovementLoopAddLocation(NPC, 16.7, -14.01, -1.77, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 18.1, -12.24, -6.33, 2, 0)
  21. MovementLoopAddLocation(NPC, 17.5, -12.15, -25.48, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 12.77, -12.01, -33.63, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 16.54, -11.88, -23.65, 2, 0)
  24. MovementLoopAddLocation(NPC, 22.36, -12.59, -11.05, 2, 0)
  25. MovementLoopAddLocation(NPC, 25.77, -13.78, -2.66, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, 29.94, -13.65, -3.98, 2, 0)
  27. MovementLoopAddLocation(NPC, 40.6, -12.46, -6.78, 2, 0)
  28. MovementLoopAddLocation(NPC, 52.03, -12.09, -14.05, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 45.51, -12.08, -12.95, 2, 0)
  30. MovementLoopAddLocation(NPC, 16.4, -12.08, -18.92, 2, 0)
  31. MovementLoopAddLocation(NPC, 3.18, -12.08, -19.16, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 10.64, -12.03, -20.78, 2, 0)
  33. MovementLoopAddLocation(NPC, 21.09, -13.01, -25.92, 2, 0)
  34. MovementLoopAddLocation(NPC, 27.98, -13.6, -30.03, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 33.74, -15.32, -21.58, 2, math.random(10, 20))
  36. end