From 656bfdbf9d1ec0bde12d8ed145e356f959a0df6a Mon Sep 17 00:00:00 2001 From: huffin Date: Sun, 13 Jun 2021 13:19:11 -0500 Subject: [PATCH] Update Lord_Mrallon.lua fix faction reward --- qeynos/Lord_Mrallon.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qeynos/Lord_Mrallon.lua b/qeynos/Lord_Mrallon.lua index bd15737bd..ddff58b67 100644 --- a/qeynos/Lord_Mrallon.lua +++ b/qeynos/Lord_Mrallon.lua @@ -14,10 +14,10 @@ function event_trade(e) e.self:Say("Aaaah, yet another warrior brave enough to face their own faults and honorable enough to strive for a proof of their worth and devotion to The Rainkeeper. Your kind is too few and far too rare, but do not think that your trials are at their end. I have forged the necessary Hollowed Tempest Stone -- yes, young warrior, I am indeed one well versed in the ways of the Tempest Guard for at one time I myself held such a rank in a time before the closing of the Jaggedpine. Aaaah, but enough reminiscing for one day -- your trial is the matter at hand. Within the Hollowed Tempest Stone you must combine the Essence of the Tempest Guard, which you will find only through great peril. The Tempest Reaver, who resides in the realm of Cazic-Thule himself, holds the essence. The [tale] regarding its presence there is indeed one to be heard if you wish to fully understand your task."); e.other:SendSound(); e.other:SummonItem(8955); -- Item: Hollowed Tempest Stone - e.other:Faction(280,50,0); -- Faction: Knights of Thunder - e.other:Faction(221,-50,0); -- Faction: Bloodsabers - e.other:Faction(341,50,0); -- Faction: Priests of Life - e.other:Faction(262,50,0); -- Faction: Guards of Qeynos + e.other:Faction(280,10,0); -- Faction: Knights of Thunder + e.other:Faction(221,-10,0); -- Faction: Bloodsabers + e.other:Faction(341,7,0); -- Faction: Priests of Life + e.other:Faction(262,7,0); -- Faction: Guards of Qeynos e.other:AddEXP(1000); end item_lib.return_items(e.self, e.other, e.trade)