Elddarkestrel133772591.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/Elddarkestrel133772591.lua
  3. Script Purpose : Waypoint Path for Elddarkestrel133772591.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2021 11:38:17
  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, 638.44, -16, -249.2, 2, math.random(10, 17))
  19. MovementLoopAddLocation(NPC, 634.24, -15.28, -249.19, 2, math.random(10, 17))
  20. MovementLoopAddLocation(NPC, 630.99, -14.46, -246.57, 2, math.random(10, 17))
  21. MovementLoopAddLocation(NPC, 628.02, -15.31, -250.3, 2, math.random(10, 17))
  22. MovementLoopAddLocation(NPC, 624.76, -15.72, -248.43, 2, math.random(10, 17))
  23. MovementLoopAddLocation(NPC, 628.2, -16.66, -242.74, 2, 0)
  24. MovementLoopAddLocation(NPC, 629.38, -16.96, -237.99, 2, math.random(10, 17))
  25. MovementLoopAddLocation(NPC, 634.71, -14.75, -244.12, 2, math.random(10, 17))
  26. MovementLoopAddLocation(NPC, 630.97, -15.16, -241.78, 2, math.random(10, 17))
  27. MovementLoopAddLocation(NPC, 631.88, -14.86, -249.64, 2, 0)
  28. MovementLoopAddLocation(NPC, 634.86, -14.66, -255.36, 2, math.random(10, 17))
  29. MovementLoopAddLocation(NPC, 622.79, -15.44, -241.06, 2, math.random(10, 17))
  30. MovementLoopAddLocation(NPC, 630.94, -14.6, -248.06, 2, math.random(10, 17))
  31. end