diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:41:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 02:41:10 -0300 |
commit | 2cd832ea08834f56c81b18e664a8d58b36679fc2 (patch) | |
tree | 6a6b73807630388b5878b95128860844bece470c /npc/003-1/silvia.txt | |
parent | d54c0e2cfe8ad86e22eb961c487c2b06c355ba1c (diff) | |
download | serverdata-2cd832ea08834f56c81b18e664a8d58b36679fc2.tar.gz serverdata-2cd832ea08834f56c81b18e664a8d58b36679fc2.tar.bz2 serverdata-2cd832ea08834f56c81b18e664a8d58b36679fc2.tar.xz serverdata-2cd832ea08834f56c81b18e664a8d58b36679fc2.zip |
Adapting Swezanne to a smarter logic was more difficult.
Diffstat (limited to 'npc/003-1/silvia.txt')
-rw-r--r-- | npc/003-1/silvia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 7d9056b50..b6b62f414 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -8,7 +8,7 @@ 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) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; -if (getq(TulimsharQuest_Swezanne) == 2) goto L_Unallowed; +if (getq2(TulimsharQuest_Swezanne) < gettimetick(2)) goto L_Unallowed; if (strcharinfo(0) != $MOST_HEROIC$) hello; end; |