adragonfly570735.lua 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly570735.lua
  3. Script Purpose : Waypoint Path for adragonfly570735.lua
  4. Script Author : Rylec
  5. Script Date : 02-22-2021 05:50:11
  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, 721.07, -17, -419.98, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 728.15, -18, -418.15, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 729, -16.6, -412.46, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 727.87, -18, -416.46, 7, 0)
  22. MovementLoopAddLocation(NPC, 725.54, -21, -420.8, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 727.81, -14, -430.15, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 727.99, -15.6, -417.65, 7, 0)
  25. MovementLoopAddLocation(NPC, 728.89, -18, -412.91, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 728.26, -20.6, -420.05, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 726.7, -20.1, -419.74, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 722.97, -16.4, -417.35, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 725.02, -15.8, -412.93, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 727.25, -19, -420.15, 7, math.random(5, 8))
  31. MovementLoopAddLocation(NPC, 727.87, -20.1, -422.17, 7, math.random(5, 8))
  32. MovementLoopAddLocation(NPC, 719.89, -16, -414.83, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 736.2, -13.5, -424.31, 7, math.random(5, 8))
  34. MovementLoopAddLocation(NPC, 721.6, -15.5, -420.19, 7, math.random(5, 8))
  35. MovementLoopAddLocation(NPC, 725.05, -19, -423.43, 7, math.random(5, 8))
  36. MovementLoopAddLocation(NPC, 729.94, -20.24, -417.97, 7, math.random(5, 8))
  37. MovementLoopAddLocation(NPC, 729.47, -17.6, -412.25, 7, math.random(5, 8))
  38. MovementLoopAddLocation(NPC, 725.46, -18.9, -420.89, 7, math.random(5, 8))
  39. MovementLoopAddLocation(NPC, 728, -14.5, -429.78, 7, math.random(5, 8))
  40. MovementLoopAddLocation(NPC, 728.83, -16.2, -413.01, 7, math.random(5, 8))
  41. MovementLoopAddLocation(NPC, 728.58, -20, -420.07, 7, math.random(5, 8))
  42. MovementLoopAddLocation(NPC, 726.93, -20.1, -420.04, 7, math.random(5, 8))
  43. MovementLoopAddLocation(NPC, 722.71, -16.6, -417.1, 7, math.random(5, 8))
  44. MovementLoopAddLocation(NPC, 725.1, -15.7, -412.42, 7, math.random(5, 8))
  45. MovementLoopAddLocation(NPC, 727.11, -20.3, -420.71, 7, math.random(5, 8))
  46. MovementLoopAddLocation(NPC, 727.53, -21, -422.2, 7, math.random(5, 8))
  47. MovementLoopAddLocation(NPC, 737.15, -20, -424.41, 7, math.random(5, 8))
  48. end