Elddarkestrel570555.lua 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/Elddarkestrel570555.lua
  3. Script Purpose : Waypoint Path for Elddarkestrel570555.lua
  4. Script Author : Rylec
  5. Script Date : 07-27-2021 12:51:53
  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. end
  16. function waypoints(NPC)
  17. MovementLoopAddLocation(NPC, 766.81, -18.02, -333.77, 2, math.random(10, 17))
  18. MovementLoopAddLocation(NPC, 772.98, -16.05, -331.04, 2, math.random(10, 17))
  19. MovementLoopAddLocation(NPC, 768.68, -15.52, -343.18, 2, math.random(10, 17))
  20. MovementLoopAddLocation(NPC, 772.94, -16.32, -339.73, 2, math.random(10, 17))
  21. MovementLoopAddLocation(NPC, 771.73, -17.1, -334.51, 2, math.random(10, 17))
  22. MovementLoopAddLocation(NPC, 780.78, -14.03, -335.12, 2, math.random(10, 17))
  23. MovementLoopAddLocation(NPC, 774.9, -14.52, -333.71, 2, 0)
  24. MovementLoopAddLocation(NPC, 767.56, -14.78, -333.18, 2, math.random(10, 17))
  25. MovementLoopAddLocation(NPC, 772.08, -16.06, -335.14, 2, math.random(10, 17))
  26. MovementLoopAddLocation(NPC, 774.82, -15.56, -327.61, 2, 0)
  27. MovementLoopAddLocation(NPC, 778.46, -15.02, -322.55, 2, math.random(10, 17))
  28. MovementLoopAddLocation(NPC, 774.72, -15.53, -327.45, 2, 0)
  29. MovementLoopAddLocation(NPC, 772.27, -16.11, -335.32, 2, math.random(10, 17))
  30. MovementLoopAddLocation(NPC, 770.19, -17.72, -342.94, 2, math.random(10, 17))
  31. end