adragonfly133772585.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly133772585.lua
  3. Script Purpose : Waypoint Path for adragonfly133772585.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2021 11:38:08
  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, 606.66, -21.0161, -296.16, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 611.57, -19.74, -294.67, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 608.59, -17.71, -289.91, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 607.43, -20.8, -294.47, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 610.4, -22.5, -293.03, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 608.38, -22.53, -291.46, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 606, -20.5, -298.99, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 607.22, -18.74, -293.35, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 606.31, -17.73, -291.27, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 608.11, -20.72, -294.49, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 603.29, -21.1, -291.16, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 610.53, -19.62, -301.92, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 602.2, -18.14, -297.08, 7, math.random(5, 8))
  31. end