summaryrefslogtreecommitdiff
path: root/world/map/npc/029-3/parua.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2011-11-15 21:06:07 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2011-11-16 19:44:03 +0100
commit206c3720a29b0db6c73ea534bd3f34bacaef17de (patch)
tree2d0e6a65117ad6ea1185dda7112a6f8679c781a1 /world/map/npc/029-3/parua.txt
parent0f44cd07642a74953e5b03a10a1593c5d839c7a2 (diff)
downloadserverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.gz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.bz2
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.tar.xz
serverdata-206c3720a29b0db6c73ea534bd3f34bacaef17de.zip
Made Constants case-sensitive
Diffstat (limited to 'world/map/npc/029-3/parua.txt')
-rw-r--r--world/map/npc/029-3/parua.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/world/map/npc/029-3/parua.txt b/world/map/npc/029-3/parua.txt
index 5498aaf2..a8ba664b 100644
--- a/world/map/npc/029-3/parua.txt
+++ b/world/map/npc/029-3/parua.txt
@@ -15,18 +15,18 @@
"Fine, here you go.", -;
if ($@FIGHT_CAVE_STATUS == 1)
goto L_AlreadyStarted;
- if (zeny >= 20000 + 3000)
+ if (Zeny >= 20000 + 3000)
goto L_CallPlayers;
L_Paying:
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
goto L_NotEnoughPlayers;
- if (zeny < 20000)
+ if (Zeny < 20000)
goto L_NotEnough;
// Do not charge the money if the fight or the announces were already started by someone else
if ($@FIGHT_CAVE_STATUS != 0)
close;
- set zeny, zeny - 20000;
+ set Zeny, Zeny - 20000;
L_StartFight:
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
@@ -60,9 +60,9 @@ L_CallPlayers:
close;
if (getareausers("029-3.gat", 20, 20, 70, 60) < 5)
goto L_NotEnoughPlayers;
- if (zeny < 20000 + 3000)
+ if (Zeny < 20000 + 3000)
goto L_NotEnough_Announce;
- set zeny, zeny - (20000 + 3000);
+ set Zeny, Zeny - (20000 + 3000);
set $@SPONSOR$, strcharinfo(0);
set $@FIGHT_CAVE_STATUS, $@FIGHT_CAVE_STATUS + (@menu + 2);
if ($@FIGHT_CAVE_STATUS == 3)