ashoalglider425475.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425475.lua
  3. Script Purpose : Waypoint Path for ashoalglider425475.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 10:20:06
  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, -49.1, -10.7, 16.36, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -40.8, -10.7, 11.19, 2, 0)
  19. MovementLoopAddLocation(NPC, -20.56, -11.11, 6.28, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -13.13, -11.33, -17.71, 2, 0)
  21. MovementLoopAddLocation(NPC, -5.4, -11.42, -31.13, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -1.54, -11.73, -39.18, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -31.75, -11.48, -30.7, 2, 0)
  24. MovementLoopAddLocation(NPC, -37.94, -11.34, -26.66, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -17.6, -11.82, -23.65, 2, 0)
  26. MovementLoopAddLocation(NPC, -8.69, -11.69, -22.92, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -39.16, -11.02, -39.91, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -41.35, -10.7, -26.09, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -37.62, -10.63, -27.44, 2, 0)
  30. MovementLoopAddLocation(NPC, -22.41, -10.94, -28.2, 2, 0)
  31. MovementLoopAddLocation(NPC, -15.69, -11.48, -30.47, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -26.67, -10.7, -13.33, 2, 0)
  33. MovementLoopAddLocation(NPC, -44.57, -10.7, 12.64, 2, 0)
  34. end