adragonfly133772589.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/adragonfly133772589.lua
  3. Script Purpose : Waypoint Path for adragonfly133772589.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2021 11:38:13
  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, 675.41, -15, -241.59, 7, math.random(5, 8))
  19. MovementLoopAddLocation(NPC, 681.22, -13.41, -247.36, 7, math.random(5, 8))
  20. MovementLoopAddLocation(NPC, 671.07, -13.15, -250.31, 7, math.random(5, 8))
  21. MovementLoopAddLocation(NPC, 679.9, -13.56, -251.38, 7, math.random(5, 8))
  22. MovementLoopAddLocation(NPC, 673.63, -14.68, -249.51, 7, 0)
  23. MovementLoopAddLocation(NPC, 671.54, -15.28, -247.7, 7, math.random(5, 8))
  24. MovementLoopAddLocation(NPC, 676.18, -14.14, -248.24, 7, math.random(5, 8))
  25. MovementLoopAddLocation(NPC, 679.71, -13.64, -247.19, 7, math.random(5, 8))
  26. MovementLoopAddLocation(NPC, 671.8, -12.9, -246.4, 7, math.random(5, 8))
  27. MovementLoopAddLocation(NPC, 675.5, -14.14, -245.11, 7, 0)
  28. MovementLoopAddLocation(NPC, 678, -14.58, -243.08, 7, 0)
  29. MovementLoopAddLocation(NPC, 679.18, -15.15, -240.39, 7, math.random(5, 8))
  30. MovementLoopAddLocation(NPC, 678.97, -14.34, -243.6, 7, 0)
  31. MovementLoopAddLocation(NPC, 675.54, -13.13, -250.06, 7, 0)
  32. MovementLoopAddLocation(NPC, 673.16, -12.81, -251.24, 7, math.random(5, 8))
  33. MovementLoopAddLocation(NPC, 677.15, -12.65, -252.1, 7, math.random(5, 8))
  34. end