ashoalglider425484.lua 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425484.lua
  3. Script Purpose : Waypoint Path for ashoalglider425484.lua
  4. Script Author : Rylec
  5. Script Date : 01-21-2020 04:14:54
  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, 30.73, -11.64, -80.38, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, 33.04, -11.72, -79.86, 2, 0)
  19. MovementLoopAddLocation(NPC, 37.4, -11.59, -78.38, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, 68.42, -11.52, -59.99, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, 73.18, -11.48, -47.77, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, 76.53, -11.54, -44.83, 2, 0)
  23. MovementLoopAddLocation(NPC, 86.98, -11.14, -37.43, 2, 0)
  24. MovementLoopAddLocation(NPC, 92.34, -11.54, -23.35, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, 85.02, -12.38, -29.88, 2, 0)
  26. MovementLoopAddLocation(NPC, 83.2, -12.42, -32.55, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, 80.38, -12.33, -38.16, 2, 0)
  28. MovementLoopAddLocation(NPC, 76.79, -11.93, -43.67, 2, 0)
  29. MovementLoopAddLocation(NPC, 72.11, -11.71, -50.66, 2, 0)
  30. MovementLoopAddLocation(NPC, 65.81, -11.69, -56.29, 2, 0)
  31. MovementLoopAddLocation(NPC, 61.53, -11.56, -58.05, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, 75.61, -11.47, -76.48, 2, math.random(10, 20))
  33. MovementLoopAddLocation(NPC, 70.01, -11.83, -79.2, 2, 0)
  34. MovementLoopAddLocation(NPC, 56.67, -11.56, -80.37, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, 61.29, -11.59, -78.4, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, 51.8, -11.48, -66.1, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, 48.02, -10.74, -68.44, 2, 0)
  38. MovementLoopAddLocation(NPC, 42.89, -10.7, -73.04, 2, 0)
  39. MovementLoopAddLocation(NPC, 35.12, -10.7, -77.36, 2, 0)
  40. MovementLoopAddLocation(NPC, 31.71, -11.4, -79.72, 2, 0)
  41. end