diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-06 11:15:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-06 11:15:04 -0300 |
commit | 1f81e3785e4e13b65fc65b2645dc4fc4d234a018 (patch) | |
tree | b4cc9d95cb40e4a65991230bbd9528be1e57b3c3 /npc/003-1/silvia.txt | |
parent | a094e6a81926dd43bac7be23ed635cc13f8dca9c (diff) | |
download | serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.gz serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.bz2 serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.tar.xz serverdata-1f81e3785e4e13b65fc65b2645dc4fc4d234a018.zip |
Really fix the bug now
Diffstat (limited to 'npc/003-1/silvia.txt')
-rw-r--r-- | npc/003-1/silvia.txt | 4 |
1 files changed, 2 insertions, 2 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; |