adragonfly570733.lua 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly570733.lua
  3. Script Purpose : Waypoint Path for adragonfly570733.lua
  4. Script Author : Rylec
  5. Script Date : 02-21-2021 03:08:42
  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. spawn(NPC)
  15. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 774.09, -21.5, -423.96, 7, math.random(5, 8))
  18. MovementLoopAddLocation(NPC, 774.46, -18.05, -414.39, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 769.02, -22.5, -421.43, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 782.7, -17, -427.51, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 769.49, -14, -417.93, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 780.72, -20, -418.8, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 776, -22, -420.29, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 774.92, -22.5, -424.5, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 771.98, -21, -428, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 772.04, -20.5, -425.21, 7, 0)
  27. MovementLoopAddLocation(NPC, 776.78, -14, -414.16, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 776.16, -20.5, -421.74, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 773.6, -22, -423.94, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 778.19, -14.6, -416.2, 7, math.random(5, 8))
  31. MovementLoopAddLocation(NPC, 772.21, -19, -424.92, 7, math.random(5, 8))
  32. MovementLoopAddLocation(NPC, 773.9, -21, -423.84, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 775.73, -16, -414.13, 7, math.random(5, 8))
  34. MovementLoopAddLocation(NPC, 768.89, -21, -420.38, 7, math.random(5, 8))
  35. MovementLoopAddLocation(NPC, 781.62, -17.2, -426.44, 7, math.random(5, 8))
  36. MovementLoopAddLocation(NPC, 767.33, -13, -417.76, 7, math.random(5, 8))
  37. MovementLoopAddLocation(NPC, 781.06, -22, -419.11, 7, math.random(5, 8))
  38. MovementLoopAddLocation(NPC, 776.16, -21.1, -420.79, 7, math.random(5, 8))
  39. MovementLoopAddLocation(NPC, 774.79, -20.3, -424.14, 7, math.random(5, 8))
  40. MovementLoopAddLocation(NPC, 772.13, -19.2, -427.23, 7, math.random(5, 8))
  41. MovementLoopAddLocation(NPC, 777.62, -18.1, -414.29, 7, math.random(5, 8))
  42. MovementLoopAddLocation(NPC, 775.91, -21, -421.44, 7, math.random(5, 8))
  43. MovementLoopAddLocation(NPC, 777.58, -22.2, -421.9, 7, math.random(5, 8))
  44. MovementLoopAddLocation(NPC, 773.6, -21.7, -423.65, 7, math.random(5, 8))
  45. MovementLoopAddLocation(NPC, 779.03, -15, -415.23, 7, math.random(5, 8))
  46. MovementLoopAddLocation(NPC, 774.88, -19, -426.5, 7, math.random(5, 8))
  47. end