summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-06 11:13:14 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-06 11:13:14 -0300
commita094e6a81926dd43bac7be23ed635cc13f8dca9c (patch)
treea5c4ae63162dfdd05bfc232af289ef50d21763c8
parenta825f3ae79ed094a154bd576165eb55108e1c9aa (diff)
downloadserverdata-a094e6a81926dd43bac7be23ed635cc13f8dca9c.tar.gz
serverdata-a094e6a81926dd43bac7be23ed635cc13f8dca9c.tar.bz2
serverdata-a094e6a81926dd43bac7be23ed635cc13f8dca9c.tar.xz
serverdata-a094e6a81926dd43bac7be23ed635cc13f8dca9c.zip
Fix a bug on Silvia
-rw-r--r--npc/003-1/silvia.txt2
-rw-r--r--npc/003-1/swezanne.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
index ac8218669..093518d84 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) == 4) goto L_Message;
+ if (getq(TulimsharQuest_Swezanne) == 3) 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;
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt
index 1d0531bf3..049409d36 100644
--- a/npc/003-1/swezanne.txt
+++ b/npc/003-1/swezanne.txt
@@ -78,7 +78,7 @@ L_Finish2:
L_Finish:
delitem CactusDrink, 5;
- getexp 63, 4; // 4 Job points! A great reward.
+ getexp 63, 4; // 4 Job points! A "great" reward.
Zeny = (Zeny + 150); // 5*25 = 125 base
setq TulimsharQuest_Swezanne, 3;
setq2 TulimsharQuest_Swezanne, gettimetick(2)+60*60*24;