ashoalglider425486.lua 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425486.lua
  3. Script Purpose : Waypoint Path for ashoalglider425486.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:15:37
  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, 63.67, -11.46, -56.19, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 70.66, -11.42, -76.2, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 64.86, -11.06, -59.48, 2, 0)
  20. MovementLoopAddLocation(NPC, 63.65, -10.64, -54.47, 2, 0)
  21. MovementLoopAddLocation(NPC, 59.73, -10.7, -47.01, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 80.07, -11.52, -41.98, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 76.33, -11.77, -45.18, 2, 0)
  24. MovementLoopAddLocation(NPC, 66.11, -11.51, -57.93, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 69.66, -11.56, -51.42, 2, 0)
  26. MovementLoopAddLocation(NPC, 75.85, -11.58, -41.79, 2, 0)
  27. MovementLoopAddLocation(NPC, 80.93, -11.81, -31.81, 2, 0)
  28. MovementLoopAddLocation(NPC, 88.14, -12.57, -18.06, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, 94.68, -12.44, -33.56, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 80.41, -11.41, -33.6, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, 74.05, -11.6, -42.55, 2, 0)
  32. MovementLoopAddLocation(NPC, 68.4, -11.55, -49.46, 2, 0)
  33. end