ashoalglider425535.lua 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425535.lua
  3. Script Purpose : Waypoint Path for ashoalglider425535.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:45:58
  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, -106.85, -14.38, 223.09, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -80.78, -13.23, 223.33, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -94.05, -13.95, 234.19, 2, 0)
  20. MovementLoopAddLocation(NPC, -100.23, -12.21, 238.91, 2, 0)
  21. MovementLoopAddLocation(NPC, -109.58, -12.08, 247.04, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -114.39, -13.17, 210.39, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -95.54, -13.83, 219.19, 2, 0)
  24. MovementLoopAddLocation(NPC, -81.66, -12.22, 221.1, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -85.3, -12.94, 224.02, 2, 0)
  26. MovementLoopAddLocation(NPC, -92.13, -14.21, 233.09, 2, 0)
  27. MovementLoopAddLocation(NPC, -96.33, -12.92, 233.73, 2, 0)
  28. MovementLoopAddLocation(NPC, -107.11, -11.95, 246.23, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -115.59, -12.88, 242.51, 2, 0)
  30. MovementLoopAddLocation(NPC, -119.5, -13.66, 240.08, 2, 0)
  31. MovementLoopAddLocation(NPC, -129.68, -13.2, 221.5, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -130.12, -12.86, 230.06, 2, 0)
  33. MovementLoopAddLocation(NPC, -109.56, -11.79, 232, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -109.97, -14.45, 226.06, 2, 0)
  35. end