KethelinShadowcross.lua 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. --[[
  2. Script Name : SpawnScripts/Castleview/KethelinShadowcross.lua
  3. Script Purpose : Kethelin Shadowcross
  4. Script Author : Scatman
  5. Script Date : 2009.10.03
  6. Script Notes : Edited calling with Daylena Telanthis - Dorbin 4/18/2022
  7. --]]
  8. dofile("SpawnScripts/Generic/GenericEcologyVoiceOvers.lua")
  9. function spawn(NPC)
  10. SetPlayerProximityFunction(NPC, 8, "InRange", "LeaveRange")
  11. end
  12. function respawn(NPC)
  13. spawn(NPC)
  14. end
  15. function InRange(NPC, Spawn)
  16. if GetFactionAmount(Spawn,11) <0 then
  17. FaceTarget(NPC, Spawn)
  18. FactionChecking(NPC, Spawn, faction)
  19. else
  20. if MakeRandomInt(0, 100) <= 66 then
  21. choice = MakeRandomInt(1,2)
  22. if choice==1 then
  23. TalkCheck(NPC, Spawn)
  24. elseif choice==2 then
  25. zone = GetZone(NPC)
  26. Daylena = GetSpawnByLocationID(zone,418702)
  27. DaylenaTalkCheck(Daylena,Spawn)
  28. end
  29. end
  30. end
  31. end
  32. function LeaveRange(NPC, Spawn)
  33. end
  34. function hailed(NPC, Spawn)
  35. if GetFactionAmount(Spawn,11) <0 then
  36. FaceTarget(NPC, Spawn)
  37. FactionChecking(NPC, Spawn, faction)
  38. else
  39. FaceTarget(NPC, Spawn)
  40. TalkHail(NPC, Spawn)
  41. end
  42. end
  43. function TalkCheck(NPC, Spawn)
  44. local choice = math.random(1, 5)
  45. if choice == 1 then
  46. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_1a077d47.mp3", "The Qeynos Guard blindly strikes at the darkness rather than see the opportunity for redemption that lies within even the most lost of us.", "", 970013852, 575367438, Spawn)
  47. elseif choice == 2 then
  48. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_3af79ac9.mp3", "While their fellow citizens struggle against the tides of evil, the Tunarian Alliance worries itself with the plight of soulless plants and animals.", "", 3394764444, 3959777727, Spawn)
  49. elseif choice == 3 then
  50. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_87dd538b.mp3", "Were they to encounter a god, the Concordium would drop their staves and bow before the might of a true power.", "", 3531845971, 679110479, Spawn)
  51. elseif choice == 4 then
  52. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_d1a0f4da.mp3", "The Celestial Watch preserves the rituals of servitude to the gods so that all might experience through worship the return of the ancient deities.", "", 3161458185, 1498528167, Spawn)
  53. elseif choice == 5 then
  54. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_e796f41.mp3", "The Ironforge Exchange neglects the spiritual through its devotion to the physical materials and pleasures of this world.", "", 1452894482, 3882311847, Spawn, 0)
  55. end
  56. end
  57. function TalkHail(NPC, Spawn)
  58. local choice = math.random(1, 4)
  59. if choice == 1 then
  60. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_1a077d47.mp3", "The Qeynos Guard blindly strikes at the darkness rather than see the opportunity for redemption that lies within even the most lost of us.", "", 970013852, 575367438, Spawn)
  61. elseif choice == 2 then
  62. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_3af79ac9.mp3", "While their fellow citizens struggle against the tides of evil, the Tunarian Alliance worries itself with the plight of soulless plants and animals.", "", 3394764444, 3959777727, Spawn)
  63. elseif choice == 3 then
  64. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_87dd538b.mp3", "Were they to encounter a god, the Concordium would drop their staves and bow before the might of a true power.", "", 3531845971, 679110479, Spawn)
  65. elseif choice == 4 then
  66. PlayFlavor(NPC, "voiceover/english/highelf_eco_good_celestialwatch/ft/eco/good/highelf_eco_good_celestialwatch_hail_gm_d1a0f4da.mp3", "The Celestial Watch preserves the rituals of servitude to the gods so that all might experience through worship the return of the ancient deities.", "", 3161458185, 1498528167, Spawn)
  67. end
  68. end
  69. function DaylenaTalkCheck(Daylena, Spawn)
  70. local ConcFac = GetFactionAmount(Spawn, 136)
  71. if ConcFac >=30000 then
  72. local choice = math.random(1, 7)
  73. elseif ConcFac >=10000 then
  74. local choice = math.random(1, 6)
  75. else
  76. local choice = math.random(1, 5)
  77. if choice == 1 then
  78. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_hail_gf_15aa4eed.mp3", "Those who have neither the abilities nor the aspirations to pursue the intellectual arts will find a home at the Ironforge Exchange.", "", 523104392, 3732258776, Spawn)
  79. elseif choice == 2 then
  80. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_hail_gf_4121a9b2.mp3", "The Concordium uses ancient and forgotten knowledge to protect us from the shadows that surround Qeynos.", "", 1945306751, 352506246, Spawn)
  81. elseif choice == 3 then
  82. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_hail_gf_88bbd1aa.mp3", "The Tunarian Alliance does not see the greater issues beyond individual evils. Their forests might be scorched wastelands and they would still be fending off poachers.", "", 3133325899, 3316523299, Spawn)
  83. elseif choice == 4 then
  84. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_hail_gf_987a9a3c.mp3", "While the Celestial Watch futilely awaits word from its forgotten gods the Concordium has harnessed the true power that blazes within each of us.", "", 3806603086, 3205979382, Spawn)
  85. elseif choice == 5 then
  86. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_hail_gf_b52cd580.mp3", "The Qeynos Guard cannot defend us from dark forces it neither sees nor understands.", "", 1941375851, 1104708565, Spawn)
  87. elseif choice == 6 then
  88. FaceTarget(Daylena, Spawn)
  89. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_10_gf_f5fd7a50.mp3", "To aid the Concordium is to unleash the force for good that burns within us all!", "thank", 3469670242, 3251902799, Spawn)
  90. elseif choice == 7 then
  91. FaceTarget(Daylena, Spawn)
  92. PlayFlavor(Daylena, "voiceover/english/highelf_eco_good_concordium/ft/eco/good/highelf_eco_good_concordium_30_gf_1e49a37f.mp3", "Your couragous actions have assisted the Concordium in its quest for all knowledge!", "cheer", 1170821333, 3893107670, Spawn)
  93. end
  94. end
  95. end