ashoalglider425500.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425500.lua
  3. Script Purpose : Waypoint Path for ashoalglider425500.lua
  4. Script Author : Rylec
  5. Script Date : 11-03-2019 05:46:48
  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, -88.97, -13.49, 216.79, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -93.36, -11.73, 216.73, 2, 0)
  19. MovementLoopAddLocation(NPC, -99.18, -11.86, 218.99, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -96.76, -12.27, 225.39, 2, math.random(10, 20))
  21. MovementLoopAddLocation(NPC, -87.5, -12.25, 215.7, 2, 0)
  22. MovementLoopAddLocation(NPC, -80.18, -12.16, 206.32, 2, 0)
  23. MovementLoopAddLocation(NPC, -78.19, -11.21, 204.48, 2, 0)
  24. MovementLoopAddLocation(NPC, -75.54, -11.22, 200.35, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -82.73, -12.2, 199.88, 2, 0)
  26. MovementLoopAddLocation(NPC, -86.93, -12.17, 197.83, 2, 0)
  27. MovementLoopAddLocation(NPC, -89.18, -12.47, 195.77, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -104.14, -11.88, 223.33, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -96.16, -13.14, 224.76, 2, 0)
  30. MovementLoopAddLocation(NPC, -89.52, -14.37, 225.13, 2, 0)
  31. MovementLoopAddLocation(NPC, -87.82, -14.49, 226.84, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -127.63, -14.57, 224, 2, 0)
  33. MovementLoopAddLocation(NPC, -132.09, -14.52, 223.15, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -127.57, -14.58, 224.12, 2, 0)
  35. MovementLoopAddLocation(NPC, -116.15, -13.08, 224.24, 2, 0)
  36. MovementLoopAddLocation(NPC, -114.26, -13.14, 222.85, 2, math.random(10, 20))
  37. MovementLoopAddLocation(NPC, -105.07, -11.91, 212.55, 2, 0)
  38. MovementLoopAddLocation(NPC, -101.76, -11.85, 210.42, 2, math.random(10, 20))
  39. MovementLoopAddLocation(NPC, -117.87, -14.3, 218.06, 2, 0)
  40. MovementLoopAddLocation(NPC, -124.84, -14.66, 221.46, 2, math.random(10, 20))
  41. MovementLoopAddLocation(NPC, -99.16, -12.49, 191.56, 2, math.random(10, 20))
  42. end