ashoalglider425450.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425450.lua
  3. Script Purpose : Waypoint Path for ashoalglider425450.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:15:50
  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, -139.38, -13.22, 164.48, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -103.35, -11.54, 149.85, 2, math.random(10, 20))
  19. MovementLoopAddLocation(NPC, -118.84, -11.11, 162.86, 2, 0)
  20. MovementLoopAddLocation(NPC, -128.2, -12.91, 173.25, 2, 0)
  21. MovementLoopAddLocation(NPC, -132.95, -13.78, 187.1, 2, 0)
  22. MovementLoopAddLocation(NPC, -134.05, -14.44, 201.6, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -132.71, -13.32, 185.39, 2, 0)
  24. MovementLoopAddLocation(NPC, -133.97, -13.12, 171.58, 2, 0)
  25. MovementLoopAddLocation(NPC, -135.78, -13.33, 164.53, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -130.72, -12.16, 183.08, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -132.88, -13.16, 184.07, 2, 0)
  28. MovementLoopAddLocation(NPC, -141.34, -13.31, 190.55, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -126.96, -12.99, 193.91, 2, 0)
  30. MovementLoopAddLocation(NPC, -118.09, -14.38, 192.87, 2, 0)
  31. MovementLoopAddLocation(NPC, -114.02, -14.47, 190.48, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -119.87, -12.08, 190.54, 2, 0)
  33. MovementLoopAddLocation(NPC, -123.37, -12.09, 190.56, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -135.84, -13.01, 208.94, 2, 0)
  35. MovementLoopAddLocation(NPC, -144.61, -13.23, 216.49, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -123.01, -14.34, 194.18, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -141.15, -13.32, 198.06, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -143.7, -13.03, 184.95, 2, 0)
  39. end