tabina.lua 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. --[[
  2. Script Name : soothsayertabina.lua
  3. Script Purpose : Waypoint Path for soothsayertabina.lua
  4. Script Author : Devn00b
  5. Script Date : 04/09/2020 01:54:12 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. local choice = math.random(1,4)
  14. if choice == 1 then
  15. PlayFlavor(NPC, "voiceover/english/human_eco_good_seer/ft/eco/good/human_eco_good_seer_fighter_gf_544e4a58.mp3", "Epic battles await your future, but the strength of your arm shall tame them all!", "", 2750782728, 2274979632, Spawn)
  16. elseif choice == 2 then
  17. PlayFlavor(NPC, "voiceover/english/human_eco_good_seer/ft/eco/good/human_eco_good_seer_barmaid_gf_23d3c5ab.mp3", "You seek a life to make yourself happy than trying to please others.", "", 2950244318, 54283461, Spawn)
  18. elseif choice == 3 then
  19. PlayFlavor(NPC, "voiceover/english/human_eco_good_seer/ft/eco/good/human_eco_good_seer_mage_gf_f18445ae.mp3", "Clearly your intellect is your best asset. The world shall marvel at the wonders you control.", "", 2143349270, 291509869, Spawn)
  20. elseif choice == 4 then
  21. PlayFlavor(NPC, "voiceover/english/human_eco_good_seer/ft/eco/good/human_eco_good_seer_guard_gf_8cbf41a3.mp3", "A profound sense of loyalty to your duty is your greatest strength.", "", 1355126191, 913914779, Spawn)
  22. else
  23. end
  24. end
  25. function respawn(NPC)
  26. spawn(NPC)
  27. end
  28. function waypoints(NPC)
  29. MovementLoopAddLocation(NPC, 797.49, -23.26, 98.44, 2, 30)
  30. MovementLoopAddLocation(NPC, 798.15, -23.26, 107.18, 2, 20)
  31. MovementLoopAddLocation(NPC, 805.71, -23.32, 107.4, 2, 0)
  32. MovementLoopAddLocation(NPC, 807.27, -23.33, 99.33, 2, 0)
  33. MovementLoopAddLocation(NPC, 819.55, -23.34, 64.6, 2, 0)
  34. MovementLoopAddLocation(NPC, 814.05, -23.27, 61.7, 2, 0)
  35. MovementLoopAddLocation(NPC, 809.61, -23.27, 62.88, 2, 0)
  36. MovementLoopAddLocation(NPC, 808.99, -23.27, 63.88, 2, 0)
  37. MovementLoopAddLocation(NPC, 809.29, -23.24, 66.71, 2, 0)
  38. MovementLoopAddLocation(NPC, 806.88, -23.27, 74, 2, 0)
  39. MovementLoopAddLocation(NPC, 798.86, -20.27, 69.6, 2, 0)
  40. MovementLoopAddLocation(NPC, 803.77, -17.27, 60.15, 2, 0)
  41. MovementLoopAddLocation(NPC, 809.55, -17.27, 51.81, 2, 0)
  42. MovementLoopAddLocation(NPC, 803.01, -17.27, 62.37, 2, 0)
  43. MovementLoopAddLocation(NPC, 798.64, -20.27, 68.82, 2, 0)
  44. MovementLoopAddLocation(NPC, 799.61, -20.27, 69.98, 2, 0)
  45. MovementLoopAddLocation(NPC, 806.66, -23.27, 73.81, 2, 0)
  46. MovementLoopAddLocation(NPC, 809.86, -23.24, 67.32, 2, 0)
  47. MovementLoopAddLocation(NPC, 813.33, -23.27, 65.58, 2, 0)
  48. MovementLoopAddLocation(NPC, 815.09, -23.27, 62.05, 2, 0)
  49. MovementLoopAddLocation(NPC, 820.09, -23.33, 64.4, 2, 0)
  50. MovementLoopAddLocation(NPC, 831.65, -23.33, 43.01, 2, 0)
  51. MovementLoopAddLocation(NPC, 835.95, -23.31, 41.23, 2, 0)
  52. MovementLoopAddLocation(NPC, 856.03, -25.25, 38.54, 2, 0)
  53. MovementLoopAddLocation(NPC, 860.98, -25.43, 37.91, 2, 0)
  54. MovementLoopAddLocation(NPC, 861.98, -25.43, 24.43, 2, 0)
  55. MovementLoopAddLocation(NPC, 848.36, -25.47, 14.77, 2, 0)
  56. MovementLoopAddLocation(NPC, 832.3, -25.43, -11.42, 2, 0)
  57. MovementLoopAddLocation(NPC, 835.61, -25.43, -23.7, 2, 0)
  58. MovementLoopAddLocation(NPC, 867.36, -25.46, -33.22, 2, 0)
  59. MovementLoopAddLocation(NPC, 875.66, -25.47, -32.07, 2, 0)
  60. MovementLoopAddLocation(NPC, 882.76, -25.46, -29.24, 2, 0)
  61. MovementLoopAddLocation(NPC, 897.46, -25.46, -19.43, 2, 0)
  62. MovementLoopAddLocation(NPC, 889.44, -25.35, -46.95, 2, 0)
  63. MovementLoopAddLocation(NPC, 882.31, -25.45, -54.72, 2, 0)
  64. MovementLoopAddLocation(NPC, 877.78, -25.49, -56.75, 2, 0)
  65. MovementLoopAddLocation(NPC, 874.21, -25.46, -58.26, 2, 0)
  66. MovementLoopAddLocation(NPC, 841.61, -25.46, -58.23, 2, 0)
  67. MovementLoopAddLocation(NPC, 812.05, -20.4, -58.23, 2, 0)
  68. MovementLoopAddLocation(NPC, 805.57, -20.4, -58.35, 2, 0)
  69. MovementLoopAddLocation(NPC, 791.84, -21.11, -57.67, 2, 0)
  70. MovementLoopAddLocation(NPC, 775.18, -20.64, -24.61, 2, 30)
  71. MovementLoopAddLocation(NPC, 791.84, -21.11, -57.67, 2, 0)
  72. MovementLoopAddLocation(NPC, 805.57, -20.4, -58.35, 2, 0)
  73. MovementLoopAddLocation(NPC, 812.05, -20.4, -58.23, 2, 0)
  74. MovementLoopAddLocation(NPC, 841.61, -25.46, -58.23, 2, 0)
  75. MovementLoopAddLocation(NPC, 874.21, -25.46, -58.26, 2, 0)
  76. MovementLoopAddLocation(NPC, 877.78, -25.49, -56.75, 2, 0)
  77. MovementLoopAddLocation(NPC, 882.31, -25.45, -54.72, 2, 0)
  78. MovementLoopAddLocation(NPC, 889.44, -25.35, -46.95, 2, 0)
  79. MovementLoopAddLocation(NPC, 897.46, -25.46, -19.43, 2, 0)
  80. MovementLoopAddLocation(NPC, 882.76, -25.46, -29.24, 2, 0)
  81. MovementLoopAddLocation(NPC, 875.66, -25.47, -32.07, 2, 0)
  82. MovementLoopAddLocation(NPC, 867.36, -25.46, -33.22, 2, 0)
  83. MovementLoopAddLocation(NPC, 835.61, -25.43, -23.7, 2, 0)
  84. MovementLoopAddLocation(NPC, 832.3, -25.43, -11.42, 2, 0)
  85. MovementLoopAddLocation(NPC, 848.36, -25.47, 14.77, 2, 0)
  86. MovementLoopAddLocation(NPC, 861.98, -25.43, 24.43, 2, 0)
  87. MovementLoopAddLocation(NPC, 860.98, -25.43, 37.91, 2, 0)
  88. MovementLoopAddLocation(NPC, 856.03, -25.25, 38.54, 2, 0)
  89. MovementLoopAddLocation(NPC, 835.95, -23.31, 41.23, 2, 0)
  90. MovementLoopAddLocation(NPC, 831.65, -23.33, 43.01, 2, 0)
  91. MovementLoopAddLocation(NPC, 820.09, -23.33, 64.4, 2, 0)
  92. MovementLoopAddLocation(NPC, 815.09, -23.27, 62.05, 2, 0)
  93. MovementLoopAddLocation(NPC, 813.33, -23.27, 65.58, 2, 0)
  94. MovementLoopAddLocation(NPC, 809.86, -23.24, 67.32, 2, 0)
  95. MovementLoopAddLocation(NPC, 806.66, -23.27, 73.81, 2, 0)
  96. MovementLoopAddLocation(NPC, 799.61, -20.27, 69.98, 2, 0)
  97. MovementLoopAddLocation(NPC, 798.64, -20.27, 68.82, 2, 0)
  98. MovementLoopAddLocation(NPC, 803.01, -17.27, 62.37, 2, 0)
  99. MovementLoopAddLocation(NPC, 809.55, -17.27, 51.81, 2, 0)
  100. MovementLoopAddLocation(NPC, 803.77, -17.27, 60.15, 2, 0)
  101. MovementLoopAddLocation(NPC, 798.86, -20.27, 69.6, 2, 0)
  102. MovementLoopAddLocation(NPC, 806.88, -23.27, 74, 2, 0)
  103. MovementLoopAddLocation(NPC, 809.29, -23.24, 66.71, 2, 0)
  104. MovementLoopAddLocation(NPC, 808.99, -23.27, 63.88, 2, 0)
  105. MovementLoopAddLocation(NPC, 809.61, -23.27, 62.88, 2, 0)
  106. MovementLoopAddLocation(NPC, 814.05, -23.27, 61.7, 2, 0)
  107. MovementLoopAddLocation(NPC, 819.55, -23.34, 64.6, 2, 0)
  108. MovementLoopAddLocation(NPC, 807.27, -23.33, 99.33, 2, 0)
  109. MovementLoopAddLocation(NPC, 805.71, -23.32, 107.4, 2, 0)
  110. MovementLoopAddLocation(NPC, 798.15, -23.26, 107.18, 2, 20)
  111. MovementLoopAddLocation(NPC, 797.49, -23.26, 98.44, 2, 30)
  112. end