ashoalglider425548.lua 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425548.lua
  3. Script Purpose : Waypoint Path for ashoalglider425548.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 08:52:52
  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, -86.52, -11.47, -5.92, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -76.48, -10.6, -13.22, 2, 0)
  19. MovementLoopAddLocation(NPC, -50.86, -10.6, -28.2, 2, 0)
  20. MovementLoopAddLocation(NPC, -41.79, -10.6, -34.27, 2, 0)
  21. MovementLoopAddLocation(NPC, -29.71, -10.6, -44.33, 2, 0)
  22. MovementLoopAddLocation(NPC, -17.89, -10.6, -50.54, 2, 0)
  23. MovementLoopAddLocation(NPC, -13.34, -10.6, -56.51, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -20.81, -11.06, -49.46, 2, 0)
  25. MovementLoopAddLocation(NPC, -37.96, -11.14, -45.37, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -37.52, -10.6, -33.93, 2, 0)
  27. MovementLoopAddLocation(NPC, -32.96, -11.27, -27.03, 2, 0)
  28. MovementLoopAddLocation(NPC, -30.49, -11, -16.16, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -47.86, -10.6, -17.77, 2, 0)
  30. MovementLoopAddLocation(NPC, -60.01, -10.6, -11.9, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -36.02, -10.6, -12.65, 2, math.random(10, 20))
  32. MovementLoopAddLocation(NPC, -23.75, -10.98, -12.61, 2, 0)
  33. MovementLoopAddLocation(NPC, -14.32, -11.81, -10.62, 2, math.random(10, 20))
  34. MovementLoopAddLocation(NPC, -27.19, -11.64, -27.44, 2, 0)
  35. MovementLoopAddLocation(NPC, -30.47, -11.33, -38.37, 2, math.random(10, 20))
  36. MovementLoopAddLocation(NPC, -16.94, -11.07, -50.18, 2, 0)
  37. MovementLoopAddLocation(NPC, -12.83, -10.6, -57.2, 2, math.random(10, 20))
  38. MovementLoopAddLocation(NPC, -18.34, -10.6, -55.16, 2, 0)
  39. MovementLoopAddLocation(NPC, -44.52, -10.6, -40.15, 2, 0)
  40. MovementLoopAddLocation(NPC, -71.45, -10.6, -17.24, 2, 0)
  41. MovementLoopAddLocation(NPC, -82.13, -11.15, -10.89, 2, 0)
  42. end