summaryrefslogtreecommitdiff
path: root/world/map/npc/042-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/042-1')
-rw-r--r--world/map/npc/042-1/hasan.txt12
-rw-r--r--world/map/npc/042-1/kaan.txt2
2 files changed, 7 insertions, 7 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt
index f658445e..11126e1e 100644
--- a/world/map/npc/042-1/hasan.txt
+++ b/world/map/npc/042-1/hasan.txt
@@ -38,7 +38,7 @@ L_Toll:
if (hasan == 0)
set hasan, 1;
next;
- if (zeny >= @toll)
+ if (Zeny >= @toll)
menu
"Ok, here you go.",L_Pay,
"What? I don't have that much money!",L_NoPay,
@@ -58,14 +58,14 @@ L_Fight:
mes "[Hasan]";
mes "\"Do you really think you can beat me?\"";
mes "He pulls out a nasty looking dagger and stabs it in your direction.";
- set hp, 1;
+ set Hp, 1;
mes "That hurt! You begin to think searching for a different solution might be healthier.";
close;
L_Pay:
- if (zeny < @toll)
+ if (Zeny < @toll)
goto L_Cheat;
- set zeny, zeny - @toll;
+ set Zeny, Zeny - @toll;
mes "He grins gloatingly.";
mes "[Hasan]";
mes "\"Very well. You may pass.\"";
@@ -151,9 +151,9 @@ L_Fear:
L_Tut_Done:
mes "[Hasan]";
- if (baselevel >= 40)
+ if (BaseLevel >= 40)
mes "\"Welcome to the suburbs of Tulimshar. I wonder what an experienced adventurer like you is doing here.\"";
- if (baselevel < 40)
+ if (BaseLevel < 40)
mes "\"Bah, nothing interesting is happening here.\"";
close;
diff --git a/world/map/npc/042-1/kaan.txt b/world/map/npc/042-1/kaan.txt
index a51b17eb..ca35843f 100644
--- a/world/map/npc/042-1/kaan.txt
+++ b/world/map/npc/042-1/kaan.txt
@@ -66,7 +66,7 @@ L_Tanisha3:
next;
mes "\"Ah, I forgot. Without some money the bazaar is less fun I suppose.";
mes "Here, take this.\"";
- set zeny, zeny + 15;
+ set Zeny, Zeny + 15;
next;
mes "\"And Ian the trainer is hanging around there often. You should talk to him, he's a smart guy.\"";
set kaan, 2;