From 2fb2a23da6255c42e112ac08f1e32e8acc3affcb Mon Sep 17 00:00:00 2001 From: hookstar Date: Wed, 8 May 2024 12:46:36 -0500 Subject: [PATCH] [Quest]Cleanup Knocking on Forb Door --- scripts/quests/otherAreas/Knocking_on_Forbidden_Doors.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/quests/otherAreas/Knocking_on_Forbidden_Doors.lua b/scripts/quests/otherAreas/Knocking_on_Forbidden_Doors.lua index b565d1f6d62..9728cd6498a 100644 --- a/scripts/quests/otherAreas/Knocking_on_Forbidden_Doors.lua +++ b/scripts/quests/otherAreas/Knocking_on_Forbidden_Doors.lua @@ -48,7 +48,7 @@ quest.sections = { onTrigger = function(player, csid, option, npc) if quest:getVar(player, 'Prog') == 0 then - return quest:event(536) + return quest:progressEvent(536) end end, }, @@ -115,7 +115,7 @@ quest.sections = -- Clicking on the ??? after killing NM elseif progressVar == 4 then - return quest:event(558) + return quest:progressEvent(558) end end, }, @@ -174,7 +174,6 @@ quest.sections = quest:complete(player) end, }, - } }, @@ -190,7 +189,7 @@ quest.sections = ['Fyi_Chalmwoh'] = { onTrigger = function(player, csid, option, npc) - return quest:event(321, { [1] = xi.mannequin.getMannequins(player), + return quest:progressEvent(321, { [1] = xi.mannequin.getMannequins(player), [2] = xi.mannequin.cost.PURCHASE, [3] = xi.mannequin.cost.TRADE, [4] = xi.mannequin.cost.POSE,