klenthall.lua 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. --[[
  2. Script Name : klenthall.lua
  3. Script Purpose : Waypoint Path for klenthall.lua
  4. Script Author : Devn00b
  5. Script Date : 04/10/2020 02:44:46 PM
  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, 618.33, -12.24, 145.93, 2, 0)
  19. MovementLoopAddLocation(NPC, 621.58, -16.61, 198.95, 2, 0)
  20. MovementLoopAddLocation(NPC, 605.95, -15.67, 202.3, 2, 0)
  21. MovementLoopAddLocation(NPC, 559.95, -15.43, 208.07, 2, 0)
  22. MovementLoopAddLocation(NPC, 536.41, -15.43, 207.61, 2, 0)
  23. MovementLoopAddLocation(NPC, 498.73, -16.33, 201.77, 2, 0)
  24. MovementLoopAddLocation(NPC, 476.23, -20.97, 194.43, 2, 0)
  25. MovementLoopAddLocation(NPC, 466.76, -20.82, 190.3, 2, 0)
  26. MovementLoopAddLocation(NPC, 446.72, -20.46, 178.56, 2, 0)
  27. MovementLoopAddLocation(NPC, 440.55, -20.49, 178.44, 2, 0)
  28. MovementLoopAddLocation(NPC, 436.41, -20.57, 181.77, 2, 0)
  29. MovementLoopAddLocation(NPC, 434.12, -20.66, 185.54, 2, 0)
  30. MovementLoopAddLocation(NPC, 434.76, -20.67, 190.54, 2, 0)
  31. MovementLoopAddLocation(NPC, 437.1, -20.55, 197.3, 2, 0)
  32. MovementLoopAddLocation(NPC, 454.62, -22.02, 233.32, 2, 0)
  33. MovementLoopAddLocation(NPC, 503.53, -19.63, 242.41, 2, 0)
  34. MovementLoopAddLocation(NPC, 539.52, -18.05, 242.73, 2, 0)
  35. MovementLoopAddLocation(NPC, 568.54, -17.88, 242.97, 2, 0)
  36. MovementLoopAddLocation(NPC, 592.34, -18.04, 239.25, 2, 0)
  37. MovementLoopAddLocation(NPC, 617.29, -18.47, 234.71, 2, 0)
  38. MovementLoopAddLocation(NPC, 651.73, -19.14, 227.43, 2, 0)
  39. MovementLoopAddLocation(NPC, 675.76, -19.71, 221.36, 2, 0)
  40. MovementLoopAddLocation(NPC, 683.65, -19.61, 218.11, 2, 0)
  41. MovementLoopAddLocation(NPC, 693.47, -19.52, 196.31, 2, 0)
  42. MovementLoopAddLocation(NPC, 705.29, -19.53, 192.43, 2, 0)
  43. MovementLoopAddLocation(NPC, 706.06, -19.53, 193.13, 2, 0)
  44. MovementLoopAddLocation(NPC, 708.64, -19.53, 195.1, 2, 0)
  45. MovementLoopAddLocation(NPC, 711.75, -19.52, 196.57, 2, 0)
  46. MovementLoopAddLocation(NPC, 715.54, -19.52, 197.29, 2, 0)
  47. MovementLoopAddLocation(NPC, 719.67, -19.52, 196.55, 2, 0)
  48. MovementLoopAddLocation(NPC, 723.59, -19.6, 194.13, 2, 0)
  49. MovementLoopAddLocation(NPC, 712.23, -19.41, 178.41, 2, 0)
  50. MovementLoopAddLocation(NPC, 679.41, -20.65, 159.21, 2, 0)
  51. MovementLoopAddLocation(NPC, 672.93, -21.19, 142.14, 2, 0)
  52. MovementLoopAddLocation(NPC, 668.19, -21.31, 130.46, 2, 0)
  53. MovementLoopAddLocation(NPC, 662.02, -20.96, 103.28, 2, 0)
  54. MovementLoopAddLocation(NPC, 668.19, -21.31, 130.46, 2, 0)
  55. MovementLoopAddLocation(NPC, 672.93, -21.19, 142.14, 2, 0)
  56. MovementLoopAddLocation(NPC, 679.41, -20.65, 159.21, 2, 0)
  57. MovementLoopAddLocation(NPC, 712.23, -19.41, 178.41, 2, 0)
  58. MovementLoopAddLocation(NPC, 723.59, -19.6, 194.13, 2, 0)
  59. MovementLoopAddLocation(NPC, 719.67, -19.52, 196.55, 2, 0)
  60. MovementLoopAddLocation(NPC, 715.54, -19.52, 197.29, 2, 0)
  61. MovementLoopAddLocation(NPC, 711.75, -19.52, 196.57, 2, 0)
  62. MovementLoopAddLocation(NPC, 708.64, -19.53, 195.1, 2, 0)
  63. MovementLoopAddLocation(NPC, 706.06, -19.53, 193.13, 2, 0)
  64. MovementLoopAddLocation(NPC, 705.29, -19.53, 192.43, 2, 0)
  65. MovementLoopAddLocation(NPC, 693.47, -19.52, 196.31, 2, 0)
  66. MovementLoopAddLocation(NPC, 683.65, -19.61, 218.11, 2, 0)
  67. MovementLoopAddLocation(NPC, 675.76, -19.71, 221.36, 2, 0)
  68. MovementLoopAddLocation(NPC, 651.73, -19.14, 227.43, 2, 0)
  69. MovementLoopAddLocation(NPC, 617.29, -18.47, 234.71, 2, 0)
  70. MovementLoopAddLocation(NPC, 592.34, -18.04, 239.25, 2, 0)
  71. MovementLoopAddLocation(NPC, 568.54, -17.88, 242.97, 2, 0)
  72. MovementLoopAddLocation(NPC, 539.52, -18.05, 242.73, 2, 0)
  73. MovementLoopAddLocation(NPC, 503.53, -19.63, 242.41, 2, 0)
  74. MovementLoopAddLocation(NPC, 454.62, -22.02, 233.32, 2, 0)
  75. MovementLoopAddLocation(NPC, 437.1, -20.55, 197.3, 2, 0)
  76. MovementLoopAddLocation(NPC, 434.76, -20.67, 190.54, 2, 0)
  77. MovementLoopAddLocation(NPC, 434.12, -20.66, 185.54, 2, 0)
  78. MovementLoopAddLocation(NPC, 436.41, -20.57, 181.77, 2, 0)
  79. MovementLoopAddLocation(NPC, 440.55, -20.49, 178.44, 2, 0)
  80. MovementLoopAddLocation(NPC, 446.72, -20.46, 178.56, 2, 0)
  81. MovementLoopAddLocation(NPC, 466.76, -20.82, 190.3, 2, 0)
  82. MovementLoopAddLocation(NPC, 476.23, -20.97, 194.43, 2, 0)
  83. MovementLoopAddLocation(NPC, 498.73, -16.33, 201.77, 2, 0)
  84. MovementLoopAddLocation(NPC, 536.41, -15.43, 207.61, 2, 0)
  85. MovementLoopAddLocation(NPC, 559.95, -15.43, 208.07, 2, 0)
  86. MovementLoopAddLocation(NPC, 605.95, -15.67, 202.3, 2, 0)
  87. MovementLoopAddLocation(NPC, 621.58, -16.61, 198.95, 2, 0)
  88. MovementLoopAddLocation(NPC, 618.33, -12.24, 145.93, 2, 0)
  89. end