aDervishgobetween004.lua 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. --[[
  2. Script Name : adervishgobetween004.lua
  3. Script Purpose : Waypoint Path for adervishgobetween004.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:30 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, 1221.56, -33.82, -217.46, 4, 0)
  19. MovementLoopAddLocation(NPC, 1284.59, -30.94, -73.66, 4, 0)
  20. MovementLoopAddLocation(NPC, 1293.2, -29.66, -28.02, 4, 0)
  21. MovementLoopAddLocation(NPC, 1336.4, -32.67, 35.36, 4, 0)
  22. MovementLoopAddLocation(NPC, 1361.67, -34.98, 129.18, 4, 0)
  23. MovementLoopAddLocation(NPC, 1340.89, -40.19, 245.82, 4, 0)
  24. MovementLoopAddLocation(NPC, 1361.67, -34.98, 129.18, 4, 0)
  25. MovementLoopAddLocation(NPC, 1336.4, -32.67, 35.36, 4, 0)
  26. MovementLoopAddLocation(NPC, 1293.2, -29.66, -28.02, 4, 0)
  27. MovementLoopAddLocation(NPC, 1284.59, -30.94, -73.66, 4, 0)
  28. MovementLoopAddLocation(NPC, 1221.56, -33.82, -217.46, 4, 0)
  29. end