ashoalglider425478.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425478.lua
  3. Script Purpose : Waypoint Path for ashoalglider425478.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:12: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, 61.28, -11.45, -64.04, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 68.4, -11.47, -56, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, 80.54, -11.65, -35.47, 2, 0)
  20. MovementLoopAddLocation(NPC, 89.76, -11.56, -25.33, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 87.63, -11.87, -26.06, 2, 0)
  22. MovementLoopAddLocation(NPC, 83.41, -12.21, -29.49, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, 82.11, -12.14, -37.56, 2, 0)
  24. MovementLoopAddLocation(NPC, 79.67, -12.51, -42.72, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 76.57, -12.24, -45.3, 2, 0)
  26. MovementLoopAddLocation(NPC, 73.09, -11.69, -52.06, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 78.08, -11.58, -39.49, 2, 0)
  28. MovementLoopAddLocation(NPC, 79.99, -11.61, -36.3, 2, 0)
  29. MovementLoopAddLocation(NPC, 87.79, -11.5, -29.44, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, 88.04, -11.76, -34.76, 2, 0)
  31. MovementLoopAddLocation(NPC, 85.32, -12.3, -43.63, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 79.45, -11.56, -44.88, 2, 0)
  33. MovementLoopAddLocation(NPC, 76.59, -10.98, -47.38, 2, 0)
  34. end