Rimebreaker.lua 684 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : Rimebreaker.lua
  3. Script Purpose : Waypoint Path for Rimebreaker.lua
  4. Script Author : Auto Generated
  5. Script Date : 04/24/2020 09:45:08 PM
  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. waypoints(NPC)
  16. end
  17. function waypoints(NPC)
  18. MovementLoopAddLocation(NPC, -81.8, -25.04, 236.58, 2, 0)
  19. MovementLoopAddLocation(NPC, -100.06, -25, 215.61, 2, 0)
  20. MovementLoopAddLocation(NPC, -96.83, -24.95, 156.89, 2, 0)
  21. MovementLoopAddLocation(NPC, -100.06, -25, 215.61, 2, 0)
  22. MovementLoopAddLocation(NPC, -81.8, -25.04, 236.58, 2, 0)
  23. end