adragonfly133772590.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly133772590.lua
  3. Script Purpose : Waypoint Path for adragonfly133772590.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2021 11:38:15
  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, 656.78, -16.3, -262.54, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 659.67, -14.62, -259.74, 7, 0)
  20. MovementLoopAddLocation(NPC, 662.62, -13.83, -255.34, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 659.39, -15.42, -258.33, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 653.26, -16.4, -259.34, 7, math.random(5, 8))
  23. MovementLoopAddLocation(NPC, 661.72, -14.11, -261.06, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 658.36, -13.12, -249.2, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 658.41, -15.51, -254.65, 7, 0)
  26. MovementLoopAddLocation(NPC, 658.82, -16.27, -258.15, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 657.29, -15.9, -262.04, 7, math.random(5, 8))
  28. MovementLoopAddLocation(NPC, 667.65, -13.09, -247.36, 7, math.random(5, 8))
  29. MovementLoopAddLocation(NPC, 671.33, -14.19, -252.64, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 663.65, -13.46, -253.9, 7, math.random(5, 8))
  31. end