ashoalglider425495.lua 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. --[[
  2. Script Name : SpawnScripts/QueensColony/ashoalglider425495.lua
  3. Script Purpose : Waypoint Path for ashoalglider425495.lua
  4. Script Author : Rylec
  5. Script Date : 10-23-2019 07:03:56
  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, -60.42, -12.46, 253.22, 2, math.random(10, 20))
  18. MovementLoopAddLocation(NPC, -55.61, -11.96, 242.43, 2, 0)
  19. MovementLoopAddLocation(NPC, -54.28, -11.47, 240.46, 2, math.random(10, 20))
  20. MovementLoopAddLocation(NPC, -55.63, -11.8, 243.09, 2, 0)
  21. MovementLoopAddLocation(NPC, -62.81, -11.91, 253.47, 2, math.random(10, 20))
  22. MovementLoopAddLocation(NPC, -70.31, -12.1, 257.5, 2, math.random(10, 20))
  23. MovementLoopAddLocation(NPC, -47.59, -11.91, 263.65, 2, 0)
  24. MovementLoopAddLocation(NPC, -36.18, -12.09, 268.91, 2, math.random(10, 20))
  25. MovementLoopAddLocation(NPC, -38.15, -12.8, 263.46, 2, 0)
  26. MovementLoopAddLocation(NPC, -40.19, -12.55, 260.37, 2, math.random(10, 20))
  27. MovementLoopAddLocation(NPC, -49.38, -12, 260.06, 2, 0)
  28. MovementLoopAddLocation(NPC, -64.19, -12.1, 257.56, 2, math.random(10, 20))
  29. MovementLoopAddLocation(NPC, -47.4, -12.29, 264.14, 2, 0)
  30. MovementLoopAddLocation(NPC, -30.12, -12.08, 274.66, 2, math.random(10, 20))
  31. MovementLoopAddLocation(NPC, -36.22, -12.1, 267.79, 2, 0)
  32. MovementLoopAddLocation(NPC, -48.53, -12.2, 255.81, 2, 0)
  33. MovementLoopAddLocation(NPC, -58.04, -12.04, 252, 2, 0)
  34. end