telethar.lua 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. --[[
  2. Script Name : telethar.lua
  3. Script Purpose : Waypoint Path for telethar.lua
  4. Script Author : Devn00b
  5. Script Date : 04/11/2020 03:06:09 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, 566.15, -17.12, 258.02, 2, 0)
  19. MovementLoopAddLocation(NPC, 570.57, -17.12, 255.62, 2, 0)
  20. MovementLoopAddLocation(NPC, 576.24, -17.12, 254.42, 2, 0)
  21. MovementLoopAddLocation(NPC, 575.73, -17.64, 246.7, 2, 0)
  22. MovementLoopAddLocation(NPC, 562.13, -17.59, 247.86, 2, 0)
  23. MovementLoopAddLocation(NPC, 556.95, -15.03, 216.91, 2, 0)
  24. MovementLoopAddLocation(NPC, 544.21, -15.27, 199.34, 2, 0)
  25. MovementLoopAddLocation(NPC, 544.08, -10.16, 165.07, 2, 0)
  26. MovementLoopAddLocation(NPC, 546.91, -10.52, 153.48, 2, 0)
  27. MovementLoopAddLocation(NPC, 574.95, -10.59, 151.54, 2, 0)
  28. MovementLoopAddLocation(NPC, 622.27, -12.27, 145.9, 2, 0)
  29. MovementLoopAddLocation(NPC, 603.56, -12.04, 143.79, 2, 0)
  30. MovementLoopAddLocation(NPC, 583.87, -10.25, 146.24, 2, 0)
  31. MovementLoopAddLocation(NPC, 557.17, -10.31, 148.93, 2, 0)
  32. MovementLoopAddLocation(NPC, 537.01, -10.13, 148.31, 2, 0)
  33. MovementLoopAddLocation(NPC, 524.04, -9.9, 146.34, 2, 0)
  34. MovementLoopAddLocation(NPC, 513.04, -9.83, 143.52, 2, 0)
  35. MovementLoopAddLocation(NPC, 502.81, -11.11, 140.93, 2, 0)
  36. MovementLoopAddLocation(NPC, 481.32, -11.53, 117.39, 2, 0)
  37. MovementLoopAddLocation(NPC, 482.48, -11.53, 118.06, 2, 0)
  38. MovementLoopAddLocation(NPC, 486.56, -11.53, 120.94, 2, 0)
  39. MovementLoopAddLocation(NPC, 489.18, -11.52, 123.86, 2, 0)
  40. MovementLoopAddLocation(NPC, 489.84, -11.51, 126.57, 2, 0)
  41. MovementLoopAddLocation(NPC, 489.39, -11.51, 129.92, 2, 0)
  42. MovementLoopAddLocation(NPC, 489.8, -11.42, 139.24, 2, 0)
  43. MovementLoopAddLocation(NPC, 491.06, -13.04, 150.73, 2, 0)
  44. MovementLoopAddLocation(NPC, 475.52, -20.25, 184.58, 2, 0)
  45. MovementLoopAddLocation(NPC, 463.35, -20.75, 189.73, 2, 0)
  46. MovementLoopAddLocation(NPC, 464.87, -20.8, 191.77, 2, 0)
  47. MovementLoopAddLocation(NPC, 466.04, -20.9, 195.96, 2, 0)
  48. MovementLoopAddLocation(NPC, 465.95, -21.02, 199.64, 2, 0)
  49. MovementLoopAddLocation(NPC, 464.46, -21.07, 203.79, 2, 0)
  50. MovementLoopAddLocation(NPC, 462.55, -21.1, 207.5, 2, 0)
  51. MovementLoopAddLocation(NPC, 449.43, -21.34, 229.64, 2, 0)
  52. MovementLoopAddLocation(NPC, 462.55, -21.1, 207.5, 2, 0)
  53. MovementLoopAddLocation(NPC, 464.46, -21.07, 203.79, 2, 0)
  54. MovementLoopAddLocation(NPC, 465.95, -21.02, 199.64, 2, 0)
  55. MovementLoopAddLocation(NPC, 466.04, -20.9, 195.96, 2, 0)
  56. MovementLoopAddLocation(NPC, 464.87, -20.8, 191.77, 2, 0)
  57. MovementLoopAddLocation(NPC, 463.35, -20.75, 189.73, 2, 0)
  58. MovementLoopAddLocation(NPC, 475.52, -20.25, 184.58, 2, 0)
  59. MovementLoopAddLocation(NPC, 491.06, -13.04, 150.73, 2, 0)
  60. MovementLoopAddLocation(NPC, 489.8, -11.42, 139.24, 2, 0)
  61. MovementLoopAddLocation(NPC, 489.39, -11.51, 129.92, 2, 0)
  62. MovementLoopAddLocation(NPC, 489.84, -11.51, 126.57, 2, 0)
  63. MovementLoopAddLocation(NPC, 489.18, -11.52, 123.86, 2, 0)
  64. MovementLoopAddLocation(NPC, 486.56, -11.53, 120.94, 2, 0)
  65. MovementLoopAddLocation(NPC, 482.48, -11.53, 118.06, 2, 0)
  66. MovementLoopAddLocation(NPC, 481.32, -11.53, 117.39, 2, 0)
  67. MovementLoopAddLocation(NPC, 502.81, -11.11, 140.93, 2, 0)
  68. MovementLoopAddLocation(NPC, 513.04, -9.83, 143.52, 2, 0)
  69. MovementLoopAddLocation(NPC, 524.04, -9.9, 146.34, 2, 0)
  70. MovementLoopAddLocation(NPC, 537.01, -10.13, 148.31, 2, 0)
  71. MovementLoopAddLocation(NPC, 557.17, -10.31, 148.93, 2, 0)
  72. MovementLoopAddLocation(NPC, 583.87, -10.25, 146.24, 2, 0)
  73. MovementLoopAddLocation(NPC, 603.56, -12.04, 143.79, 2, 0)
  74. MovementLoopAddLocation(NPC, 622.27, -12.27, 145.9, 2, 0)
  75. MovementLoopAddLocation(NPC, 574.95, -10.59, 151.54, 2, 0)
  76. MovementLoopAddLocation(NPC, 546.91, -10.52, 153.48, 2, 0)
  77. MovementLoopAddLocation(NPC, 544.08, -10.16, 165.07, 2, 0)
  78. MovementLoopAddLocation(NPC, 544.21, -15.27, 199.34, 2, 0)
  79. MovementLoopAddLocation(NPC, 556.95, -15.03, 216.91, 2, 0)
  80. MovementLoopAddLocation(NPC, 562.13, -17.59, 247.86, 2, 0)
  81. MovementLoopAddLocation(NPC, 575.73, -17.64, 246.7, 2, 0)
  82. MovementLoopAddLocation(NPC, 576.24, -17.12, 254.42, 2, 0)
  83. MovementLoopAddLocation(NPC, 570.57, -17.12, 255.62, 2, 0)
  84. MovementLoopAddLocation(NPC, 566.15, -17.12, 258.02, 2, 0)
  85. end