Elddarkestrel133772584.lua 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --[[
  2. Script Name : SpawnScripts/qeynos_combined02/Elddarkestrel133772584.lua
  3. Script Purpose : Waypoint Path for Elddarkestrel133772584.lua
  4. Script Author : Rylec
  5. Script Date : 09-18-2021 11:38:03
  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, 617.15, -16.0748, -326.65, 2, math.random(10, 17))
  19. MovementLoopAddLocation(NPC, 611.81, -14.47, -336.39, 2, math.random(10, 17))
  20. MovementLoopAddLocation(NPC, 618.21, -14, -328.16, 2, math.random(10, 17))
  21. MovementLoopAddLocation(NPC, 623.57, -13.55, -322.62, 2, math.random(10, 17))
  22. MovementLoopAddLocation(NPC, 619.5, -13, -327.03, 2, 0)
  23. MovementLoopAddLocation(NPC, 617.17, -12.5, -334.52, 2, math.random(10, 17))
  24. MovementLoopAddLocation(NPC, 621.86, -11.47, -337.55, 2, math.random(10, 17))
  25. MovementLoopAddLocation(NPC, 619.02, -11.85, -335.44, 2, 0)
  26. MovementLoopAddLocation(NPC, 615.2, -12.72, -328.53, 2, math.random(10, 17))
  27. MovementLoopAddLocation(NPC, 618, -13.28, -322.99, 2, math.random(10, 17))
  28. MovementLoopAddLocation(NPC, 614.29, -13.77, -336.13, 2, math.random(10, 17))
  29. MovementLoopAddLocation(NPC, 613.01, -12.17, -325.6, 2, math.random(10, 17))
  30. MovementLoopAddLocation(NPC, 619.46, -14.4, -336.97, 2, math.random(10, 17))
  31. MovementLoopAddLocation(NPC, 617.43, -14.05, -332.16, 2, math.random(10, 17))
  32. MovementLoopAddLocation(NPC, 620.75, -13.34, -335.68, 2, math.random(10, 17))
  33. MovementLoopAddLocation(NPC, 618.07, -14.56, -332.52, 2, 0)
  34. end