summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/033-1')
-rw-r--r--world/map/npc/033-1/birrod.txt2
-rw-r--r--world/map/npc/033-1/kimarr.txt6
-rw-r--r--world/map/npc/033-1/yerrnk.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt
index 916d4dc4..097cf26f 100644
--- a/world/map/npc/033-1/birrod.txt
+++ b/world/map/npc/033-1/birrod.txt
@@ -41,7 +41,7 @@ L_Kimarr:
close;
L_Hunting:
- if (baselevel < @wolvern_level)
+ if (BaseLevel < @wolvern_level)
goto L_Weak;
mes "[Birrod]";
mes "\"Hello, " + strcharinfo(0) + "! Would you like to prove your hunting skills again?\"";
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index 7d565001..fa7d6a47 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -158,9 +158,9 @@ L_Game:
set $@Fluffy_Time, 180;
//TODO: set minimum number of killed fluffies, here are some ideas
-// set $@Fluffy_Min, (baselevel*7)/10;
-// set $@Fluffy_Min, (baselevel*2)/3;
-// set $@Fluffy_Min, (baselevel*3)/4;
+// set $@Fluffy_Min, (BaseLevel*7)/10;
+// set $@Fluffy_Min, (BaseLevel*2)/3;
+// set $@Fluffy_Min, (BaseLevel*3)/4;
set $@Fluffy_Min, 2;
warp "033-1.gat", 79, 34;
initnpctimer;
diff --git a/world/map/npc/033-1/yerrnk.txt b/world/map/npc/033-1/yerrnk.txt
index dfdfb4da..f166d1f5 100644
--- a/world/map/npc/033-1/yerrnk.txt
+++ b/world/map/npc/033-1/yerrnk.txt
@@ -121,7 +121,7 @@ L_Skill:
goto L_Close;
L_Task:
- if (baselevel >= @yeti_level)
+ if (BaseLevel >= @yeti_level)
goto L_Yeti;
mes "[Yerrnk]";
mes "\"Not at the moment.";