aDervishgobetween002.lua 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. --[[
  2. Script Name : adervishgobetween002.lua
  3. Script Purpose : Waypoint Path for adervishgobetween002.lua
  4. Script Author : Auto Generated
  5. Script Date : 09/02/2020 10:49:21 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, 1202.9, -38.58, -185.67, 4, 0)
  19. MovementLoopAddLocation(NPC, 1231.03, -41.94, -103.84, 4, 0)
  20. MovementLoopAddLocation(NPC, 1236.46, -41.73, -82.37, 4, 0)
  21. MovementLoopAddLocation(NPC, 1239.32, -41.37, -61.42, 4, 0)
  22. MovementLoopAddLocation(NPC, 1271.53, -36.57, -21.34, 4, 0)
  23. MovementLoopAddLocation(NPC, 1290.06, -38.35, 13.4, 4, 0)
  24. MovementLoopAddLocation(NPC, 1313.16, -41.56, 83.43, 4, 0)
  25. MovementLoopAddLocation(NPC, 1317.49, -41.44, 130.84, 4, 0)
  26. MovementLoopAddLocation(NPC, 1299.02, -41.77, 199.66, 4, 0)
  27. MovementLoopAddLocation(NPC, 1298.43, -41.73, 235.12, 4, 0)
  28. MovementLoopAddLocation(NPC, 1278.49, -42.01, 281.24, 4, 0)
  29. MovementLoopAddLocation(NPC, 1260.89, -41.56, 316.56, 4, 0)
  30. MovementLoopAddLocation(NPC, 1215.97, -40.24, 349.77, 4, 0)
  31. MovementLoopAddLocation(NPC, 1100.01, -41.78, 385.8, 4, 0)
  32. MovementLoopAddLocation(NPC, 1058.26, -44.69, 396.19, 4, 0)
  33. MovementLoopAddLocation(NPC, 1009.29, -47, 396.29, 4, 0)
  34. MovementLoopAddLocation(NPC, 975, -48.91, 387.49, 4, 0)
  35. MovementLoopAddLocation(NPC, 953.03, -49.82, 375.89, 4, 0)
  36. MovementLoopAddLocation(NPC, 932.61, -50.44, 361.49, 4, 0)
  37. MovementLoopAddLocation(NPC, 856.13, -52.51, 316.61, 4, 0)
  38. MovementLoopAddLocation(NPC, 809.71, -52.86, 315.28, 4, 0)
  39. MovementLoopAddLocation(NPC, 739.93, -52.8, 294.59, 4, 0)
  40. MovementLoopAddLocation(NPC, 716.55, -51.6, 279.48, 4, 0)
  41. MovementLoopAddLocation(NPC, 739.93, -52.8, 294.59, 4, 0)
  42. MovementLoopAddLocation(NPC, 809.71, -52.86, 315.28, 4, 0)
  43. MovementLoopAddLocation(NPC, 856.13, -52.51, 316.61, 4, 0)
  44. MovementLoopAddLocation(NPC, 932.61, -50.44, 361.49, 4, 0)
  45. MovementLoopAddLocation(NPC, 953.03, -49.82, 375.89, 4, 0)
  46. MovementLoopAddLocation(NPC, 975, -48.91, 387.49, 4, 0)
  47. MovementLoopAddLocation(NPC, 1009.29, -47, 396.29, 4, 0)
  48. MovementLoopAddLocation(NPC, 1058.26, -44.69, 396.19, 4, 0)
  49. MovementLoopAddLocation(NPC, 1100.01, -41.78, 385.8, 4, 0)
  50. MovementLoopAddLocation(NPC, 1215.97, -40.24, 349.77, 4, 0)
  51. MovementLoopAddLocation(NPC, 1260.89, -41.56, 316.56, 4, 0)
  52. MovementLoopAddLocation(NPC, 1278.49, -42.01, 281.24, 4, 0)
  53. MovementLoopAddLocation(NPC, 1298.43, -41.73, 235.12, 4, 0)
  54. MovementLoopAddLocation(NPC, 1299.02, -41.77, 199.66, 4, 0)
  55. MovementLoopAddLocation(NPC, 1317.49, -41.44, 130.84, 4, 0)
  56. MovementLoopAddLocation(NPC, 1313.16, -41.56, 83.43, 4, 0)
  57. MovementLoopAddLocation(NPC, 1290.06, -38.35, 13.4, 4, 0)
  58. MovementLoopAddLocation(NPC, 1271.53, -36.57, -21.34, 4, 0)
  59. MovementLoopAddLocation(NPC, 1239.32, -41.37, -61.42, 4, 0)
  60. MovementLoopAddLocation(NPC, 1236.46, -41.73, -82.37, 4, 0)
  61. MovementLoopAddLocation(NPC, 1231.03, -41.94, -103.84, 4, 0)
  62. MovementLoopAddLocation(NPC, 1202.9, -38.58, -185.67, 4, 0)
  63. end