diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 00:14:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 00:14:16 -0300 |
commit | f53d4ab581f4eb61577985da181b679331e999e7 (patch) | |
tree | 234d2e9315e5be232d240dd22db5144977dcaa34 /npc/003-1 | |
parent | b0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e (diff) | |
download | serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.gz serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.bz2 serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.xz serverdata-f53d4ab581f4eb61577985da181b679331e999e7.zip |
Corrections
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/swezanne.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/swezanne.txt b/npc/003-1/swezanne.txt index 59a9be17a..54b09ed0f 100644 --- a/npc/003-1/swezanne.txt +++ b/npc/003-1/swezanne.txt @@ -1,7 +1,6 @@ // TMW-2 Script // Author: // Jesusalva -// TODO IMPORTANT: ON NEXT UPDATE, set everyone with Swezanne on status (1,2) to status (3) 003-1,70,100,0 script Swezanne NPC_FEMALE,{ .@q=getq(TulimsharQuest_Swezanne); @@ -10,7 +9,8 @@ next; if (.@q == 0) goto L_Quest; if (.@q == 1 && gettimetick(2) >= SWEZANNE_TIMER + 60 * 60 * 24) setq TulimsharQuest_Swezanne, 2; - else if (.@q == 2) goto L_Repeat; + .@q=getq(TulimsharQuest_Swezanne); + if (.@q == 2) goto L_Repeat; else if (.@q == 3) goto L_Silvia; mesq l("I fight every day in hopes to meet Andrei, the famous hero who prevented Hurnscald from total destruction against a horde of monsters alone."); if ($MOST_HEROIC$ != "") goto L_Heroics; |