summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-06 11:15:04 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-06 11:15:04 -0300
commit1f81e3785e4e13b65fc65b2645dc4fc4d234a018 (patch)
treeb4cc9d95cb40e4a65991230bbd9528be1e57b3c3
parenta094e6a81926dd43bac7be23ed635cc13f8dca9c (diff)
downloadserverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.gz
serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.bz2
serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.xz
serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.zip
Really fix the bug now
-rw-r--r--npc/003-1/silvia.txt4
-rw-r--r--npc/003-1/swezanne.txt1
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)) {