aDervishgobetween003.lua 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. --[[
  2. Script Name : adervishgobetween003.lua
  3. Script Purpose : Waypoint Path for adervishgobetween003.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:25 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, 897.42, -50.85, 368.54, 4, 0)
  19. MovementLoopAddLocation(NPC, 988.81, -44.99, 413, 4, 0)
  20. MovementLoopAddLocation(NPC, 1103.84, -43.67, 406.91, 4, 0)
  21. MovementLoopAddLocation(NPC, 1231.59, -37.25, 369.18, 4, 0)
  22. MovementLoopAddLocation(NPC, 1309.93, -41.03, 273.93, 4, 0)
  23. MovementLoopAddLocation(NPC, 1327.29, -40.07, 160.3, 4, 0)
  24. MovementLoopAddLocation(NPC, 1325.22, -37.42, 51.42, 4, 0)
  25. MovementLoopAddLocation(NPC, 1312.75, -32.77, 17.71, 4, 0)
  26. MovementLoopAddLocation(NPC, 1214.6, -35.83, -179.44, 4, 0)
  27. MovementLoopAddLocation(NPC, 1312.75, -32.77, 17.71, 4, 0)
  28. MovementLoopAddLocation(NPC, 1325.22, -37.42, 51.42, 4, 0)
  29. MovementLoopAddLocation(NPC, 1327.29, -40.07, 160.3, 4, 0)
  30. MovementLoopAddLocation(NPC, 1309.93, -41.03, 273.93, 4, 0)
  31. MovementLoopAddLocation(NPC, 1231.59, -37.25, 369.18, 4, 0)
  32. MovementLoopAddLocation(NPC, 1103.84, -43.67, 406.91, 4, 0)
  33. MovementLoopAddLocation(NPC, 988.81, -44.99, 413, 4, 0)
  34. MovementLoopAddLocation(NPC, 897.42, -50.85, 368.54, 4, 0)
  35. end