summaryrefslogtreecommitdiff
path: root/npc/cities/einbroch.txt
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 11:08:21 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-19 11:08:21 +0000
commit5208a0be9d90add076d1d7646e074085ccce4b77 (patch)
tree760a7560fcbdd1c59c1f30fdc54d614fdcfab76b /npc/cities/einbroch.txt
parentd25398eb6a9b3d4e95cd804a9fe6b286fd9bf424 (diff)
downloadhercules-5208a0be9d90add076d1d7646e074085ccce4b77.tar.gz
hercules-5208a0be9d90add076d1d7646e074085ccce4b77.tar.bz2
hercules-5208a0be9d90add076d1d7646e074085ccce4b77.tar.xz
hercules-5208a0be9d90add076d1d7646e074085ccce4b77.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8806 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/einbroch.txt')
-rw-r--r--npc/cities/einbroch.txt45
1 files changed, 21 insertions, 24 deletions
diff --git a/npc/cities/einbroch.txt b/npc/cities/einbroch.txt
index 8689a78bb..c5ca2401f 100644
--- a/npc/cities/einbroch.txt
+++ b/npc/cities/einbroch.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= Nexon
//===== Current Version: =====================================
-//= 1.3
+//= 1.4
//===== Compatible With: =====================================
//= eAthena Revision 3000+
//===== Description: =========================================
@@ -374,22 +374,21 @@ einbroch.gat,232,272,3 script Train Station Staff#01::EinbrochTrain 852,{
mes "stay in Einbroch.";
close;
s_Yes:
- if(Zeny < 200)goto s_NEnough;
mes "[Staff]";
+ if(Zeny < 200){
+ mes "I'm sorry but you";
+ mes "do not have enough";
+ mes "money to pay the fee.";
+ close;
+ }
+ set Zeny,Zeny - 200;
mes "Thank you";
mes "very much.";
mes "Have a safe trip.";
mes "^111111*Ahem*^000000 All aboard!";
close2;
- set Zeny,Zeny - 200;
warp "einbech.gat",43,215;
end;
-s_NEnough:
- mes "[Staff]";
- mes "I'm sorry but you";
- mes "do not have enough";
- mes "money to pay the fee.";
- close;
s_Enviroment:
mes "[Staff]";
mes "Einbroch is infamous for";
@@ -665,17 +664,17 @@ ein_in01.gat,68,209,4 script Khashurantze 852,{
mes "special authority in order";
mes "to enter this place. I'll have";
mes "to ask you to leave right now.";
- if(EinFactory > 0)goto L_work;
+ if(EinFactory > 0){
+ next;
+ mes "[Khashurantze]";
+ mes "Oh? Mr. Zelmeto asked you to help out?";
+ mes "In that case excuse me.";
+ close;
+ }
close2;
warp "einbroch.gat",179,63;
end;
-L_work:
- next;
- mes "[Khashurantze]";
- mes "Oh? Mr. Zelmeto asked you to help out?";
- mes "In that case excuse me.";
- close;
}
ein_in01.gat,113,211,3 script Treinz 851,{
@@ -923,8 +922,13 @@ s_Save:
close;
s_Rest:
- if(Zeny < 5000)goto s_NEnoughZeny;
mes "[Hotel Employee]";
+ if(Zeny < 5000){
+ mes "I'm sorry but";
+ mes "you don't seem";
+ mes "to have enough zeny.";
+ close;
+ }
mes "Thank you.";
mes "Please enjoy";
mes "your rest~";
@@ -934,13 +938,6 @@ s_Rest:
percentheal 100,100;
end;
-s_NEnoughZeny:
- mes "[Hotel Employee]";
- mes "I'm sorry but";
- mes "you don't seem";
- mes "to have enough zeny.";
- close;
-
}
ein_in01.gat,21,147,4 script Megass 853,3,3,{