adragonfly570741.lua 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly570741.lua
  3. Script Purpose : Waypoint Path for adragonfly570741.lua
  4. Script Author : Rylec
  5. Script Date : 03-13-2021 01:33:53
  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. spawn(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, 707.82, -17, -352.04, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 713.62, -15, -342.02, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 714.14, -16, -355.34, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 718.41, -13, -348.95, 7, 0)
  22. MovementLoopAddLocation(NPC, 722.34, -12, -347.71, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 706.74, -16.5, -351.76, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 713.18, -13, -348.73, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 717.89, -15, -342.68, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 709.34, -12, -349.07, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 708.57, -15, -342.15, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 709.98, -12.8, -349.13, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 719.17, -16, -343.46, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 710.38, -15.5, -340.9, 7, math.random(5, 8))
  31. MovementLoopAddLocation(NPC, 714.38, -12.5, -348.64, 7, math.random(5, 8))
  32. MovementLoopAddLocation(NPC, 714.26, -14, -343.46, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 711.29, -12, -347.67, 7, math.random(5, 8))
  34. MovementLoopAddLocation(NPC, 707.82, -14, -351.86, 7, math.random(5, 8))
  35. MovementLoopAddLocation(NPC, 713.37, -15, -342.1, 7, math.random(5, 8))
  36. MovementLoopAddLocation(NPC, 714.58, -16, -354.82, 7, math.random(5, 8))
  37. MovementLoopAddLocation(NPC, 721.26, -13.8, -347.47, 7, math.random(5, 8))
  38. MovementLoopAddLocation(NPC, 706.56, -16, -351.51, 7, math.random(5, 8))
  39. MovementLoopAddLocation(NPC, 712.58, -14, -349.15, 7, math.random(5, 8))
  40. MovementLoopAddLocation(NPC, 717.87, -15.5, -342.61, 7, math.random(5, 8))
  41. MovementLoopAddLocation(NPC, 709.21, -16, -348.7, 7, math.random(5, 8))
  42. end