adragonfly570738.lua 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly570738.lua
  3. Script Purpose : Waypoint Path for adragonfly570738.lua
  4. Script Author : Rylec
  5. Script Date : 02-22-2021 07:18:47
  6. Script Notes : Locations collected from Live
  7. --]]
  8. function spawn(NPC)
  9. waypoints(NPC)
  10. end
  11. function hailed(NPC, Spawn)
  12. end
  13. function respawn(NPC)
  14. end
  15. function waypoints(NPC)
  16. MovementLoopAddLocation(NPC, 724.44, -17, -440.65, 7, math.random(5, 8))
  17. MovementLoopAddLocation(NPC, 716.71, -21, -436.21, 7, math.random(5, 8))
  18. MovementLoopAddLocation(NPC, 717.52, -21.7, -433.54, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 716.75, -21.2, -437.54, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 712.88, -21.3, -430.4, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 711.99, -22.2, -436.62, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 715.98, -20.8, -439.4, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 718.61, -18.6, -440.4, 7, 0)
  24. MovementLoopAddLocation(NPC, 721.28, -17.8, -440.62, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 717.35, -17, -443.55, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 718.87, -21, -436.86, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 725.07, -16.8, -440.13, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 716.41, -21.3, -436.01, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 717.65, -21.7, -433.52, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 716.75, -22, -437.32, 7, math.random(5, 8))
  31. MovementLoopAddLocation(NPC, 712.88, -22.2, -429.81, 7, math.random(5, 8))
  32. MovementLoopAddLocation(NPC, 712.06, -22, -436.35, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 716.27, -20, -439.5, 7, math.random(5, 8))
  34. MovementLoopAddLocation(NPC, 721.09, -18.3, -439.89, 7, math.random(5, 8))
  35. MovementLoopAddLocation(NPC, 717.31, -18, -443.37, 7, math.random(5, 8))
  36. MovementLoopAddLocation(NPC, 719.29, -20.4, -436.97, 7, math.random(5, 8))
  37. end