From 206c3720a29b0db6c73ea534bd3f34bacaef17de Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Tue, 15 Nov 2011 21:06:07 +0100 Subject: Made Constants case-sensitive --- world/map/npc/011-1/auldsbel.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'world/map/npc/011-1/auldsbel.txt') diff --git a/world/map/npc/011-1/auldsbel.txt b/world/map/npc/011-1/auldsbel.txt index d7666ea9..c6816eec 100644 --- a/world/map/npc/011-1/auldsbel.txt +++ b/world/map/npc/011-1/auldsbel.txt @@ -214,7 +214,7 @@ L_sulphur: close; L_sulphur_buy: - if (zeny < @cost) + if (Zeny < @cost) goto L_sulphur_nozeny; if (countitem("PileOfAsh") < 1) goto L_sulphur_noash; @@ -224,7 +224,7 @@ L_sulphur_buy: && countitem("PileOfAsh") == 0) goto L_sulphur_noroom; - set zeny, zeny - @cost; + set Zeny, Zeny - @cost; delitem "PileOfAsh", 1; getitem "SulphurPowder", 5; mes "[Auldsbel the Wizard]"; @@ -548,9 +548,9 @@ L_Q_astralsoul_L: goto L_main_menu; L_Q_astralsoul_L1: - if (zeny < 11300) + if (Zeny < 11300) goto L_Q_astralsoul_nz; - set zeny, zeny - 11300; + set Zeny, Zeny - 11300; mes "[Auldsbel the Wizard]"; mes "\"Okay, listen:\""; next; @@ -671,7 +671,7 @@ L_make_mana_potion: "Here you are.", -, "I will look for those items.", L_main_menu, "I'm not interested.", L_Q_manaseed_touched_short; - if (zeny < 10000) + if (Zeny < 10000) goto L_make_mana_potion_missing; if (countitem("GambogeHerb") < 10) goto L_make_mana_potion_missing; @@ -689,7 +689,7 @@ L_make_mana_potion: && countitem("BottleOfWater") > 1 && countitem("ManaPotion") < 1) goto L_mana_potion_toomuch; - set zeny, zeny - 10000; + set Zeny, Zeny - 10000; delitem "GambogeHerb", 10; delitem "MauveHerb", 20; delitem "Pearl", 1; @@ -777,7 +777,7 @@ L_component_quest_0: if (countitem ("MauveHerb") < 20) goto L_component_quest_missing; delitem "MauveHerb", 20; - set zeny, zeny + 2500; + set Zeny, Zeny + 2500; mes "[Auldsbel the Wizard]"; mes "\"Well done, my young friend! Here are 2,500 GP to compensate you for your efforts.\""; mes "[You gain 250 experience points]"; @@ -810,7 +810,7 @@ L_component_quest_1: delitem "MediumHealingPotion", 3; delitem "IronPotion", 1; delitem "ConcentrationPotion", 1; - set zeny, zeny + 2500; + set Zeny, Zeny + 2500; mes "[Auldsbel the Wizard]"; mes "\"Ah, excellent, excellent! These are precisely what I needed. Here are another 2,500 GP to compensate you for your efforts.\""; mes "[You gain 500 experience points]"; @@ -833,7 +833,7 @@ L_component_quest_2: if (countitem ("SilkCocoon") < 100) goto L_component_quest_missing; delitem "SilkCocoon", 100; - set zeny, zeny + 5000; + set Zeny, Zeny + 5000; mes "[Auldsbel the Wizard]"; mes "\"Splendid, splendid! Here are 5,000 GP for you.\""; mes "Auldsbel attempts to cram the cocoons into his pockets, with little success. Finally he gives up and takes them into his hut."; @@ -860,7 +860,7 @@ L_component_quest_3: goto L_component_quest_missing; delitem "RedScorpionStinger", 25; delitem "MaggotSlime", 25; - set zeny, zeny + 5000; + set Zeny, Zeny + 5000; mes "[Auldsbel the Wizard]"; mes "\"Good " + @address$ + "! Another 5,000 GP for you.\""; mes "\"I believe that I have figured out one possible way to integrate the tincture into the spell... I will let you know how that goes.\""; @@ -896,7 +896,7 @@ L_component_quest_4: delitem "SnakeTongue", 20; delitem "CaveSnakeTongue", 20; delitem "MountainSnakeTongue", 20; - set zeny, zeny + 8000; + set Zeny, Zeny + 8000; mes "[Auldsbel the Wizard]"; mes "\"8,000 GP should cover your efforts, I think.\""; mes "\"Now let's see if this works...\""; @@ -929,7 +929,7 @@ L_component_quest_5: if (countitem ("GrassSnakeTongue") < 50) goto L_component_quest_missing; delitem "GrassSnakeTongue", 50; - set zeny, zeny + 10000; + set Zeny, Zeny + 10000; mes "[Auldsbel the Wizard]"; mes "\"Excellent! Here are 10,000 GP for you, and now let's see how this goes.\""; mes "[You gain 100,000 experience points]"; -- cgit v1.2.3-70-g09d2