From 1f81e3785e4e13b65fc65b2645dc4fc4d234a018 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 6 May 2019 11:15:04 -0300 Subject: Really fix the bug now --- npc/003-1/silvia.txt | 4 ++-- npc/003-1/swezanne.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 093518d84..8060244e1 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -6,7 +6,7 @@ 003-1,109,150,0 script Silvia NPC_FEMALE,{ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); - if (getq(TulimsharQuest_Swezanne) == 3) goto L_Message; + if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; .@q2=getq2(TulimsharQuest_Swezanne); if (.@q2 < santime()) goto L_Unallowed; if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; @@ -29,7 +29,7 @@ L_Message: inventoryplace CottonGloves, 1; getitem CottonGloves, 1; getexp 105,0; - setq TulimsharQuest_Swezanne, 1; + setq1 TulimsharQuest_Swezanne, 1; mesn; mesq l("Thank you, @@. Please take this pair of gloves as a thank you.", strcharinfo(0)); close; diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 049409d36..ade6a9b8a 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -65,7 +65,6 @@ L_Finish2: getexp 37, 0; Zeny = (Zeny + 220); // 5*35 = 175 base .@q3=getq3(TulimsharQuest_Swezanne)+1; - setq TulimsharQuest_Swezanne, 1; setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24; setq3 TulimsharQuest_Swezanne, .@q3; if (!(.@q3 % 30)) { -- cgit v1.2.3-60-g2f50