summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-01-25 20:26:41 -0600
committerwushin <pasekei@gmail.com>2015-01-25 20:26:41 -0600
commitfe8d009bbd05a8d856a33d149cf7647facf448a8 (patch)
tree4bdfa3bef318ac232fe0c27f6dd280b002dbddaa /world
parente71966d1892ecff696a1569a65c82a63f6c1b5e9 (diff)
downloadserverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.gz
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.bz2
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.tar.xz
serverdata-fe8d009bbd05a8d856a33d149cf7647facf448a8.zip
Fix Variable typos and a label typo
Diffstat (limited to 'world')
-rw-r--r--world/map/npc/002-2/hetchel.txt2
-rw-r--r--world/map/npc/007-1/witch.txt6
-rw-r--r--world/map/npc/011-6/crastur.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/002-2/hetchel.txt b/world/map/npc/002-2/hetchel.txt
index b595bd88..134d40dc 100644
--- a/world/map/npc/002-2/hetchel.txt
+++ b/world/map/npc/002-2/hetchel.txt
@@ -263,7 +263,7 @@ L_Spants_Pay:
if (countitem(@spants_req$[0]) < @spants_req_amt[0] || countitem(@spants_req$[1]) < @spants_req_amt[1] || countitem(@spants_req$[2]) < @spants_req_amt[2])
goto L_Spants_No_Item;
getinventorylist;
- if (inventorylist_count == 100) goto L_TooMany;
+ if (@inventorylist_count == 100) goto L_TooMany;
mes "Hetchel takes your items.";
delitem @spants_req$[0], @spants_req_amt[0];
delitem @spants_req$[1], @spants_req_amt[1];
diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt
index 82057128..97649deb 100644
--- a/world/map/npc/007-1/witch.txt
+++ b/world/map/npc/007-1/witch.txt
@@ -307,7 +307,7 @@ L_ChooseHelper2:
L_HelperTooWeak2:
detachrid;
if (!(attachrid($@ILLIA_HERO_ID)))
- goto_Exit;
+ goto L_Exit;
mes "[Team Selector]";
mes "The player " + $@ILLIA_HELPER2$ + " is too weak to help you.";
set $@ILLIA_HELPER2$, "";
@@ -353,14 +353,14 @@ L_ChooseHelper3:
set $@ILLIA_HELPER3$, strcharinfo(0);
detachrid;
if (!(attachrid($@ILLIA_HERO_ID)))
- goto_Exit;
+ goto L_Exit;
mes $@ILLIA_HELPER1$ + ", " + $@ILLIA_HELPER2$ + " and " + $@ILLIA_HELPER3$ + " will be your three comrades.";
close;
L_HelperTooWeak3:
detachrid;
if (!(attachrid($@ILLIA_HERO_ID)))
- goto_Exit;
+ goto L_Exit;
mes "[Team Selector]";
mes "The player " + $@ILLIA_HELPER3$ + " is too weak to help you.";
set $@ILLIA_HELPER3$, "";
diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt
index 2818998b..aae2ff38 100644
--- a/world/map/npc/011-6/crastur.txt
+++ b/world/map/npc/011-6/crastur.txt
@@ -187,13 +187,13 @@ L_Personal:
mes "\"Ah. Here it is:\"";
mes "\"Today you have accomplished tasks that are worth " + DailyQuestPoints + " Hours in the Northern Mines\"";
next;
- if BOSSPOINTS < 1000 goto L_Worm;
+ if BOSS_POINTS < 1000 goto L_Worm;
emotion EMOTE_DEAD;
mes "[Crastur]";
mes "";
mes "\"Also you seem to be quite a hero, it appears you have a record in the Almanach\"";
mes "Crastur turns a giant book upside down";
- mes "\"According to this you have gained " + BOSSPOINTS / 1000 + "thousand Points in the eternal charts already.\"";
+ mes "\"According to this you have gained " + BOSS_POINTS / 1000 + "thousand Points in the eternal charts already.\"";
mes "Crastur shudders";
goto L_Close;