ashoalglider425693.lua 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425693.lua
  3. Script Purpose : Waypoint Path for ashoalglider425693.lua
  4. Script Author : Rylec
  5. Script Date : 12-31-2019 09:27:57
  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, -54.33, -10.7, 19.22, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -50.47, -10.7, 13.36, 2, 0)
  19. MovementLoopAddLocation(NPC, -40.31, -10.7, -21.25, 2, 0)
  20. MovementLoopAddLocation(NPC, -33.26, -11.3, -37.93, 2, 0)
  21. MovementLoopAddLocation(NPC, -29.81, -11.19, -44.39, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -17.65, -11.1, -31.25, 2, 0)
  23. MovementLoopAddLocation(NPC, -10.54, -11.4, -25.08, 2, math.random(10, 20))
  24. MovementLoopAddLocation(NPC, -13.48, -11.19, -33.82, 2, 0)
  25. MovementLoopAddLocation(NPC, -18.58, -11.89, -43.08, 2, math.random(10, 20))
  26. MovementLoopAddLocation(NPC, -50.42, -10.7, -28.19, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -48.4, -10.7, -41.22, 2, math.random(10, 20))
  28. MovementLoopAddLocation(NPC, -33.75, -11.35, -42.51, 2, 0)
  29. MovementLoopAddLocation(NPC, -17.75, -11.46, -47.37, 2, math.random(10, 20))
  30. MovementLoopAddLocation(NPC, -32.71, -11.94, -33.23, 2, 0)
  31. MovementLoopAddLocation(NPC, -38.54, -10.95, -26.23, 2, 0)
  32. MovementLoopAddLocation(NPC, -41.58, -10.7, -23.52, 2, 0)
  33. MovementLoopAddLocation(NPC, -45.85, -10.7, -17.94, 2, 0)
  34. MovementLoopAddLocation(NPC, -54.96, -10.7, -8.44, 2, math.random(10, 20))
  35. MovementLoopAddLocation(NPC, -61.35, -10.7, 18.78, 2, math.random(10, 20))
  36. end