ashoalglider425447.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425447.lua
  3. Script Purpose : Waypoint Path for ashoalglider425447.lua
  4. Script Author : Rylec
  5. Script Date : 11-08-2019 06:14:22
  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, -141.24, -13.27, 175.63, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -143.98, -14.27, 170.16, 2, 0)
  19. MovementLoopAddLocation(NPC, -144.85, -14.43, 168.15, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -141.74, -14.01, 163.98, 2, 0)
  21. MovementLoopAddLocation(NPC, -143.88, -14.05, 148.07, 2, 0)
  22. MovementLoopAddLocation(NPC, -142.92, -13.62, 142.44, 2, 0)
  23. MovementLoopAddLocation(NPC, -143.81, -13.48, 138.45, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -145.29, -12.41, 135.71, 2, 0)
  25. MovementLoopAddLocation(NPC, -146.62, -12.44, 131.59, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -148.58, -14.34, 157.09, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -143.22, -14.77, 151.08, 2, 0)
  28. MovementLoopAddLocation(NPC, -141.28, -14.62, 149.16, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -140.27, -13.51, 149.96, 2, 0)
  30. MovementLoopAddLocation(NPC, -127.08, -11.89, 154.95, 2, 0)
  31. MovementLoopAddLocation(NPC, -117.09, -11.97, 161.34, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -116.1, -11.51, 164.28, 2, 0)
  33. MovementLoopAddLocation(NPC, -111.47, -12.02, 175.97, 2, 0)
  34. MovementLoopAddLocation(NPC, -108.8, -12.35, 186.75, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -111.45, -12.91, 186.97, 2, 0)
  36. MovementLoopAddLocation(NPC, -115.98, -13.29, 194.03, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -119.84, -12.91, 188.36, 2, 0)
  38. end