adragonfly570739.lua 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly570739.lua
  3. Script Purpose : Waypoint Path for adragonfly570739.lua
  4. Script Author : Rylec
  5. Script Date : 02-27-2021 01:05:03
  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, 683, -10.5, -447.76, 7, math.random(5, 8))
  18. MovementLoopAddLocation(NPC, 680.88, -11.5, -441.03, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 683.09, -12, -444, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 690.77, -14.5, -444.43, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 692.4, -9, -435.39, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 683.58, -14.7, -441.73, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 685.38, -13, -438.97, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 686.22, -12, -431.84, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 685.59, -9.3, -438.54, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 688.83, -13.2, -431.01, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 686.02, -10, -438.74, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 683.12, -11, -447.92, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 681.33, -13, -440.82, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 683.39, -14, -443.13, 7, math.random(5, 8))
  31. MovementLoopAddLocation(NPC, 690.2, -13, -443.86, 7, math.random(5, 8))
  32. MovementLoopAddLocation(NPC, 688.95, -13.5, -447.55, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 690.1, -10, -435.25, 7, math.random(5, 8))
  34. MovementLoopAddLocation(NPC, 683.74, -13.6, -441.61, 7, math.random(5, 8))
  35. MovementLoopAddLocation(NPC, 685.87, -13, -438.45, 7, math.random(5, 8))
  36. MovementLoopAddLocation(NPC, 686.74, -12, -431.95, 7, math.random(5, 8))
  37. MovementLoopAddLocation(NPC, 686.63, -11.4, -437.1, 7, math.random(5, 8))
  38. MovementLoopAddLocation(NPC, 688.61, -11, -430.93, 7, math.random(5, 8))
  39. MovementLoopAddLocation(NPC, 686.53, -12, -438.54, 7, math.random(5, 8))
  40. end