aDervishgobetween007.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : adervishgobetween007.lua
  3. Script Purpose : Waypoint Path for adervishgobetween007.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:35 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, 709.54, -50.02, 258.06, 4, 0)
  19. MovementLoopAddLocation(NPC, 846.4, -46.18, 131.35, 4, 0)
  20. MovementLoopAddLocation(NPC, 908.5, -46.62, 92.94, 4, 0)
  21. MovementLoopAddLocation(NPC, 940.44, -46.66, 72.7, 4, 0)
  22. MovementLoopAddLocation(NPC, 975.92, -45.45, 24.76, 4, 0)
  23. MovementLoopAddLocation(NPC, 1070.25, -42.38, -40.05, 4, 0)
  24. MovementLoopAddLocation(NPC, 975.92, -45.45, 24.76, 4, 0)
  25. MovementLoopAddLocation(NPC, 940.44, -46.66, 72.7, 4, 0)
  26. MovementLoopAddLocation(NPC, 908.5, -46.62, 92.94, 4, 0)
  27. MovementLoopAddLocation(NPC, 846.4, -46.18, 131.35, 4, 0)
  28. MovementLoopAddLocation(NPC, 709.54, -50.02, 258.06, 4, 0)
  29. end