anearthentumbler1.lua 526 B

1234567891011121314151617181920212223242526
  1. --[[
  2. Script Name : tumblertest.lua
  3. Script Purpose : Waypoint Path for tumblertest.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/06/2020 10:55:22 AM
  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, 1061.86, -47.24, 335.24, 5, 0)
  19. MovementLoopAddLocation(NPC, 965.02, -49.26, 339.89, 5, 0)
  20. end