ashoalglider425444.lua 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425444.lua
  3. Script Purpose : Waypoint Path for ashoalglider425444.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 06:00:13
  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, -79.13, -13.19, 229.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -114.45, -13.15, 216.74, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -127.84, -13.05, 217.15, 2, 0)
  20. MovementLoopAddLocation(NPC, -129.8, -13.23, 219.06, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -129.05, -12.39, 217.16, 2, 0)
  22. MovementLoopAddLocation(NPC, -126.78, -12.41, 214.96, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -120.42, -13.06, 218.87, 2, 0)
  24. MovementLoopAddLocation(NPC, -112.1, -14.44, 233.34, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -108.55, -11.73, 241.39, 2, 0)
  26. MovementLoopAddLocation(NPC, -106.9, -11.83, 246.23, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -125.97, -12.63, 239.73, 2, 0)
  28. MovementLoopAddLocation(NPC, -139.81, -13.17, 231.56, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -112.72, -11.99, 231.02, 2, 0)
  30. MovementLoopAddLocation(NPC, -106.91, -11.91, 227.48, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -104.42, -13.1, 239.74, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -104.33, -14.27, 231.63, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, -95.38, -14.51, 229.89, 2, 0)
  34. MovementLoopAddLocation(NPC, -83.49, -13.1, 228.55, 2, 0)
  35. end