aDervishgobetween006.lua 725 B

1234567891011121314151617181920212223242526272829
  1. --[[
  2. Script Name : adervishgobetween006.lua
  3. Script Purpose : Waypoint Path for adervishgobetween006.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:32 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, 1021.44, -42.67, 437.65, 4, 0)
  19. MovementLoopAddLocation(NPC, 732.04, -54.8, 368.91, 4, 0)
  20. MovementLoopAddLocation(NPC, 709.47, -50.16, 260.3, 4, 0)
  21. MovementLoopAddLocation(NPC, 732.04, -54.8, 368.91, 4, 0)
  22. MovementLoopAddLocation(NPC, 1021.44, -42.67, 437.65, 4, 0)
  23. end