Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sharvahl/Registrar_Bindarah.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function event_say(e)
elseif(e.message:findi("acrylia slate") and tonumber(qglobals.Shar_Vahl_Cit) > 5) then
---- No idea what she says here, so won't bother.
e.other:SummonCursorItem(2877); -- Item: Acrylia Slate of Shar Vahl
if(tonumber(qglobals.Shar_Vahl_Cit) == 8) then
eq.set_global("Shar_Vahl_Cit","7",5,"F"); -- Reset citizenship to 7, if it was previously set to 8 by Spiritist Fehril.
elseif(e.message:findi("reborn") and e.other:GetRace() == 130 and qglobals.Shar_Vahl_Cit == nil) then -- Added to allow reborn characters to start their cloak quests.
e.self:Say("Ah, we've been seeing a few of your kind, welcome to Shar Vahl! Please, take this application, read over it, and hand it back to me when you're ready to begin the registration process.");
e.other:SummonCursorItem(2873); -- Item: Application for Citizenship
Expand Down
2 changes: 1 addition & 1 deletion sharvahl/Spiritist_Fehril.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function event_trade(e)
elseif(item_lib.check_turn_in(e.self, e.trade, {item1 = 3489, item2 = 3494, item3 = 3499, item4 = 2878})) then
e.self:Say("Well done you " .. e.other:GetCleanName() .. ", your deeds will not go unnoticed. You will now be known throughout the land as an official recruit of the revered Dar Khura. As your status improves so will the rewards for your service. Here is your treated buckler, your new cloak, and a spell I trust you will find a use for. Show your buckler to Fharra Cawfeet and she will continue your training.");
e.self:Emote("shouts, 'My fellow Vah Shir, I present to you the newest recruit to the sacred Dar Khura. " .. e.other:GetCleanName() .. " has shown great potential in the service of our sect. Please join me in thanking this citizen for service to our people!'");
eq.set_global("Shar_Vahl_Cit","8",5,"F");
-- Removed setting of Shar_Vahl_Cit to 8 here, as it is not used in any other scripts. -- eq.set_global("Shar_Vahl_Cit","8",5,"F");
e.other:QuestReward(e.self,{items = {3495,3496,15275},exp = 500}); --Treated Hopperhide Buckler, Cloak of the Dar Khura Recruit, Spell: Frost Rift.
elseif(item_lib.check_turn_in(e.self, e.trade, {item1 = 5542, item2 = 3496, item3 = 5543})) then
e.self:Say("Your progress fills me with pride. Please take these things as a sign of our appreciation. I hope that they help you as much as you have helped us. When you are ready to continue your training, please contact Jaima Seyel. You'll most likely find her in the Dar Khura Guildhall. She will train you from this point.");
Expand Down