summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1/kimarr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r--world/map/npc/033-1/kimarr.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 5552f4c4..bb8ff81c 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -97,7 +97,8 @@ L_Ask:
goto L_WithoutEvent;
L_WithEvent:
- if (BaseLevel != 99)
+ set .@event_lvl, 89;
+ if (BaseLevel != .@event_lvl)
goto L_WrongLevel;
mes "[Kimarr]";
mes "\"So, are you going to try?\"";
@@ -111,7 +112,7 @@ L_WithEvent:
L_WrongLevel:
mes "[Kimarr]";
- mes "For this event you must be level 99!";
+ mes "For this event you must be level " + .@event_lvl + "!";
mes "I can bring you to that level and give you all focus and magic skills, if you want.";
mes "But you must set your stats again and maybe talk to Luca in Tulimshar for focusing.";
goto L_SureGetInShape;
@@ -152,7 +153,7 @@ L_GiveAllAndReset:
set MAGIC_EXPERIENCE,
(MAGIC_EXPERIENCE & ~(@debug_mask))
| (@mexp << @debug_shift);
- set BaseLevel, 99;
+ set BaseLevel, .@event_lvl;
resetstatus;
goto L_Close;
@@ -219,7 +220,7 @@ L_Again:
goto L_AgainWithoutEvent;
L_AgainWithEvent:
- if (BaseLevel != 99)
+ if (BaseLevel != 89)
goto L_WrongLevel;
mes "[Kimarr]";
mes "\"Does the hunter " + strcharinfo(0) + " want to hunt some Fluffies again?\"";