aDervishgobetween001.lua 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. --[[
  2. Script Name : adervishgobetween001.lua
  3. Script Purpose : Waypoint Path for adervishgobetween001.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:05 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, 1078.23, -41.43, -46.45, 4, 0)
  19. MovementLoopAddLocation(NPC, 1051.36, -40.13, 81.32, 4, 0)
  20. MovementLoopAddLocation(NPC, 958.74, -49.56, 197.18, 4, 0)
  21. MovementLoopAddLocation(NPC, 912.54, -50.91, 207.25, 4, 0)
  22. MovementLoopAddLocation(NPC, 910.13, -52.19, 270.58, 4, 0)
  23. MovementLoopAddLocation(NPC, 797.16, -53.24, 284.22, 4, 0)
  24. MovementLoopAddLocation(NPC, 724.58, -51.22, 268.18, 4, 0)
  25. MovementLoopAddLocation(NPC, 717.26, -51.33, 276.35, 4, 0)
  26. MovementLoopAddLocation(NPC, 928.41, -35.31, 465.22, 4, 0)
  27. MovementLoopAddLocation(NPC, 1000.26, -41.49, 456.39, 4, 0)
  28. MovementLoopAddLocation(NPC, 1107.95, -36.87, 480.55, 4, 0)
  29. MovementLoopAddLocation(NPC, 1189.6, -34.4, 466.51, 4, 0)
  30. MovementLoopAddLocation(NPC, 1260.81, -16.84, 430.25, 4, 0)
  31. MovementLoopAddLocation(NPC, 1338.31, -34.12, 363.66, 4, 0)
  32. MovementLoopAddLocation(NPC, 1373.41, -38.88, 261.85, 4, 0)
  33. MovementLoopAddLocation(NPC, 1358.13, -36.91, 189.59, 4, 0)
  34. MovementLoopAddLocation(NPC, 1376.7, -32.31, 115.02, 4, 0)
  35. MovementLoopAddLocation(NPC, 1375.56, -31.74, 66.68, 4, 0)
  36. MovementLoopAddLocation(NPC, 1362.73, -32.05, 33.19, 4, 0)
  37. MovementLoopAddLocation(NPC, 1335.13, -30.9, 20.53, 4, 0)
  38. MovementLoopAddLocation(NPC, 1325, -29.5, -1.46, 4, 0)
  39. MovementLoopAddLocation(NPC, 1295.86, -28.76, -42.37, 4, 0)
  40. MovementLoopAddLocation(NPC, 1288.01, -28.95, -55.73, 4, 0)
  41. MovementLoopAddLocation(NPC, 1250.94, -31.78, -165.67, 4, 0)
  42. MovementLoopAddLocation(NPC, 1216.81, -34.18, -226.1, 4, 0)
  43. MovementLoopAddLocation(NPC, 1250.94, -31.78, -165.67, 4, 0)
  44. MovementLoopAddLocation(NPC, 1288.01, -28.95, -55.73, 4, 0)
  45. MovementLoopAddLocation(NPC, 1295.86, -28.76, -42.37, 4, 0)
  46. MovementLoopAddLocation(NPC, 1325, -29.5, -1.46, 4, 0)
  47. MovementLoopAddLocation(NPC, 1335.13, -30.9, 20.53, 4, 0)
  48. MovementLoopAddLocation(NPC, 1362.73, -32.05, 33.19, 4, 0)
  49. MovementLoopAddLocation(NPC, 1375.56, -31.74, 66.68, 4, 0)
  50. MovementLoopAddLocation(NPC, 1376.7, -32.31, 115.02, 4, 0)
  51. MovementLoopAddLocation(NPC, 1358.13, -36.91, 189.59, 4, 0)
  52. MovementLoopAddLocation(NPC, 1373.41, -38.88, 261.85, 4, 0)
  53. MovementLoopAddLocation(NPC, 1338.31, -34.12, 363.66, 4, 0)
  54. MovementLoopAddLocation(NPC, 1260.81, -16.84, 430.25, 4, 0)
  55. MovementLoopAddLocation(NPC, 1189.6, -34.4, 466.51, 4, 0)
  56. MovementLoopAddLocation(NPC, 1107.95, -36.87, 480.55, 4, 0)
  57. MovementLoopAddLocation(NPC, 1000.26, -41.49, 456.39, 4, 0)
  58. MovementLoopAddLocation(NPC, 928.41, -35.31, 465.22, 4, 0)
  59. MovementLoopAddLocation(NPC, 717.26, -51.33, 276.35, 4, 0)
  60. MovementLoopAddLocation(NPC, 724.58, -51.22, 268.18, 4, 0)
  61. MovementLoopAddLocation(NPC, 797.16, -53.24, 284.22, 4, 0)
  62. MovementLoopAddLocation(NPC, 910.13, -52.19, 270.58, 4, 0)
  63. MovementLoopAddLocation(NPC, 912.54, -50.91, 207.25, 4, 0)
  64. MovementLoopAddLocation(NPC, 958.74, -49.56, 197.18, 4, 0)
  65. MovementLoopAddLocation(NPC, 1051.36, -40.13, 81.32, 4, 0)
  66. MovementLoopAddLocation(NPC, 1078.23, -41.43, -46.45, 4, 0)
  67. end