diff options
Diffstat (limited to 'npc/003-1/swezanne.txt')
-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; |