From fe8d009bbd05a8d856a33d149cf7647facf448a8 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 25 Jan 2015 20:26:41 -0600 Subject: Fix Variable typos and a label typo --- world/map/npc/002-2/hetchel.txt | 2 +- world/map/npc/007-1/witch.txt | 6 +++--- world/map/npc/011-6/crastur.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map') 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; -- cgit v1.2.3-60-g2f50