summaryrefslogtreecommitdiff
path: root/npc/003-1/swezanne.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 00:14:16 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 00:14:16 -0300
commitf53d4ab581f4eb61577985da181b679331e999e7 (patch)
tree234d2e9315e5be232d240dd22db5144977dcaa34 /npc/003-1/swezanne.txt
parentb0ae6f4ea46eb6d2c410c8dd134f57c605a7fa4e (diff)
downloadserverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.gz
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.bz2
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.tar.xz
serverdata-f53d4ab581f4eb61577985da181b679331e999e7.zip
Corrections
Diffstat (limited to 'npc/003-1/swezanne.txt')
-rw-r--r--npc/003-1/swezanne.txt4
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;