klenthall.lua 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. waypoints(NPC)
  11. SetPlayerProximityFunction(NPC, 7, "InRange", "LeaveRange")
  12. end
  13. function hailed(NPC, Spawn)
  14. FaceTarget(NPC, Spawn)
  15. GenericRaceCheckHail(NPC, Spawn)
  16. end
  17. function InRange(NPC,Spawn)
  18. GenericRaceCheckCallout(NPC, Spawn)
  19. end
  20. function respawn(NPC)
  21. spawn(NPC)
  22. end
  23. function waypoints(NPC)
  24. MovementLoopAddLocation(NPC, 618.33, -12.24, 145.93, 2, 0)
  25. MovementLoopAddLocation(NPC, 621.58, -16.61, 198.95, 2, 0)
  26. MovementLoopAddLocation(NPC, 605.95, -15.67, 202.3, 2, 0)
  27. MovementLoopAddLocation(NPC, 559.95, -15.43, 208.07, 2, 0)
  28. MovementLoopAddLocation(NPC, 536.41, -15.43, 207.61, 2, 0)
  29. MovementLoopAddLocation(NPC, 498.73, -16.33, 201.77, 2, 0)
  30. MovementLoopAddLocation(NPC, 476.23, -20.97, 194.43, 2, 0)
  31. MovementLoopAddLocation(NPC, 466.76, -20.82, 190.3, 2, 0)
  32. MovementLoopAddLocation(NPC, 446.72, -20.46, 178.56, 2, 0)
  33. MovementLoopAddLocation(NPC, 440.55, -20.49, 178.44, 2, 0)
  34. MovementLoopAddLocation(NPC, 436.41, -20.57, 181.77, 2, 0)
  35. MovementLoopAddLocation(NPC, 434.12, -20.66, 185.54, 2, 0)
  36. MovementLoopAddLocation(NPC, 434.76, -20.67, 190.54, 2, 0)
  37. MovementLoopAddLocation(NPC, 437.1, -20.55, 197.3, 2, 0)
  38. MovementLoopAddLocation(NPC, 454.62, -22.02, 233.32, 2, 0)
  39. MovementLoopAddLocation(NPC, 503.53, -19.63, 242.41, 2, 0)
  40. MovementLoopAddLocation(NPC, 539.52, -18.05, 242.73, 2, 0)
  41. MovementLoopAddLocation(NPC, 568.54, -17.88, 242.97, 2, 0)
  42. MovementLoopAddLocation(NPC, 592.34, -18.04, 239.25, 2, 0)
  43. MovementLoopAddLocation(NPC, 617.29, -18.47, 234.71, 2, 0)
  44. MovementLoopAddLocation(NPC, 651.73, -19.14, 227.43, 2, 0)
  45. MovementLoopAddLocation(NPC, 675.76, -19.71, 221.36, 2, 0)
  46. MovementLoopAddLocation(NPC, 683.65, -19.61, 218.11, 2, 0)
  47. MovementLoopAddLocation(NPC, 693.47, -19.52, 196.31, 2, 0)
  48. MovementLoopAddLocation(NPC, 705.29, -19.53, 192.43, 2, 0)
  49. MovementLoopAddLocation(NPC, 706.06, -19.53, 193.13, 2, 0)
  50. MovementLoopAddLocation(NPC, 708.64, -19.53, 195.1, 2, 0)
  51. MovementLoopAddLocation(NPC, 711.75, -19.52, 196.57, 2, 0)
  52. MovementLoopAddLocation(NPC, 715.54, -19.52, 197.29, 2, 0)
  53. MovementLoopAddLocation(NPC, 719.67, -19.52, 196.55, 2, 0)
  54. MovementLoopAddLocation(NPC, 723.59, -19.6, 194.13, 2, 0)
  55. MovementLoopAddLocation(NPC, 712.23, -19.41, 178.41, 2, 0)
  56. MovementLoopAddLocation(NPC, 679.41, -20.65, 159.21, 2, 0)
  57. MovementLoopAddLocation(NPC, 672.93, -21.19, 142.14, 2, 0)
  58. MovementLoopAddLocation(NPC, 668.19, -21.31, 130.46, 2, 0)
  59. MovementLoopAddLocation(NPC, 662.02, -20.96, 103.28, 2, 2)
  60. MovementLoopAddLocation(NPC, 662.02, -20.96, 103.28, 2, 8,"EcologyEmotes")
  61. MovementLoopAddLocation(NPC, 662.02, -20.96, 103.28, 2, 1)
  62. MovementLoopAddLocation(NPC, 668.19, -21.31, 130.46, 2, 0)
  63. MovementLoopAddLocation(NPC, 672.93, -21.19, 142.14, 2, 0)
  64. MovementLoopAddLocation(NPC, 679.41, -20.65, 159.21, 2, 0)
  65. MovementLoopAddLocation(NPC, 712.23, -19.41, 178.41, 2, 0)
  66. MovementLoopAddLocation(NPC, 723.59, -19.6, 194.13, 2, 0)
  67. MovementLoopAddLocation(NPC, 719.67, -19.52, 196.55, 2, 0)
  68. MovementLoopAddLocation(NPC, 715.54, -19.52, 197.29, 2, 0)
  69. MovementLoopAddLocation(NPC, 711.75, -19.52, 196.57, 2, 0)
  70. MovementLoopAddLocation(NPC, 708.64, -19.53, 195.1, 2, 0)
  71. MovementLoopAddLocation(NPC, 706.06, -19.53, 193.13, 2, 0)
  72. MovementLoopAddLocation(NPC, 705.29, -19.53, 192.43, 2, 0)
  73. MovementLoopAddLocation(NPC, 693.47, -19.52, 196.31, 2, 0)
  74. MovementLoopAddLocation(NPC, 683.65, -19.61, 218.11, 2, 0)
  75. MovementLoopAddLocation(NPC, 675.76, -19.71, 221.36, 2, 0)
  76. MovementLoopAddLocation(NPC, 651.73, -19.14, 227.43, 2, 0)
  77. MovementLoopAddLocation(NPC, 617.29, -18.47, 234.71, 2, 0)
  78. MovementLoopAddLocation(NPC, 592.34, -18.04, 239.25, 2, 0)
  79. MovementLoopAddLocation(NPC, 568.54, -17.88, 242.97, 2, 0)
  80. MovementLoopAddLocation(NPC, 539.52, -18.05, 242.73, 2, 0)
  81. MovementLoopAddLocation(NPC, 503.53, -19.63, 242.41, 2, 0)
  82. MovementLoopAddLocation(NPC, 454.62, -22.02, 233.32, 2, 0)
  83. MovementLoopAddLocation(NPC, 437.1, -20.55, 197.3, 2, 0)
  84. MovementLoopAddLocation(NPC, 434.76, -20.67, 190.54, 2, 0)
  85. MovementLoopAddLocation(NPC, 434.12, -20.66, 185.54, 2, 0)
  86. MovementLoopAddLocation(NPC, 436.41, -20.57, 181.77, 2, 0)
  87. MovementLoopAddLocation(NPC, 440.55, -20.49, 178.44, 2, 0)
  88. MovementLoopAddLocation(NPC, 446.72, -20.46, 178.56, 2, 0)
  89. MovementLoopAddLocation(NPC, 466.76, -20.82, 190.3, 2, 0)
  90. MovementLoopAddLocation(NPC, 476.23, -20.97, 194.43, 2, 0)
  91. MovementLoopAddLocation(NPC, 498.73, -16.33, 201.77, 2, 0)
  92. MovementLoopAddLocation(NPC, 536.41, -15.43, 207.61, 2, 0)
  93. MovementLoopAddLocation(NPC, 559.95, -15.43, 208.07, 2, 0)
  94. MovementLoopAddLocation(NPC, 605.95, -15.67, 202.3, 2, 0)
  95. MovementLoopAddLocation(NPC, 621.58, -16.61, 198.95, 2, 0)
  96. MovementLoopAddLocation(NPC, 618.33, -12.24, 145.93, 2, 0)
  97. end