summaryrefslogtreecommitdiff
path: root/world/map/npc/027-1/golbenez.txt
diff options
context:
space:
mode:
authorThe Kandiman <kandiman@kandiman.(none)>2011-09-11 20:33:46 -0400
committerThe Kandiman <kandiman@kandiman.(none)>2011-09-11 20:33:46 -0400
commitea8bb7b0cd86321ad0f85cc7a145671c527c10f9 (patch)
tree58128461e815f6aef84d7989e6fc5e0463b00235 /world/map/npc/027-1/golbenez.txt
parent1cb0e75cbd356485ebe35bb3f5af10e1454e57a5 (diff)
downloadserverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.gz
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.bz2
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.tar.xz
serverdata-ea8bb7b0cd86321ad0f85cc7a145671c527c10f9.zip
Tab conversion and script formatting project.
Final commit, maps 024-1 through 042-2 complete.
Diffstat (limited to 'world/map/npc/027-1/golbenez.txt')
-rw-r--r--world/map/npc/027-1/golbenez.txt55
1 files changed, 28 insertions, 27 deletions
diff --git a/world/map/npc/027-1/golbenez.txt b/world/map/npc/027-1/golbenez.txt
index 336cdea3..0d45c154 100644
--- a/world/map/npc/027-1/golbenez.txt
+++ b/world/map/npc/027-1/golbenez.txt
@@ -1,36 +1,37 @@
-027-1.gat,68,89,0 script #Golbenez#_M 204,{
+027-1.gat,68,89,0|script|#Golbenez#_M|204,{
- set @fee, 666;
+ set @fee, 666;
- mes "[Golbenez]";
- mes "\"Welcome mortal. I finished the creation of the place of leisure.\"";
- next;
- if (baselevel < 60) goto L_Weak;
- mes "\"I will bring you there for a small fee of " + @fee + "GP.\"";
- menu
- "What? You already got so much money!",-,
- "Ok, bring me there.",L_Warp;
-
- mes "[Golbenez]";
- mes "\"Come back when you've changed your mind. It's a wonderful place.\"";
- close;
+ mes "[Golbenez]";
+ mes "\"Welcome mortal. I finished the creation of the place of leisure.\"";
+ next;
+ if (baselevel < 60)
+ goto L_Weak;
+ mes "\"I will bring you there for a small fee of " + @fee + "GP.\"";
+ menu
+ "What? You already got so much money!",-,
+ "Ok, bring me there.",L_Warp;
+ mes "[Golbenez]";
+ mes "\"Come back when you've changed your mind. It's a wonderful place.\"";
+ close;
L_Warp:
- if (zeny < @fee) goto L_No_Money;
- set zeny, zeny - @fee;
- warp "027-2.gat", 105, 44;
- close;
+ if (zeny < @fee)
+ goto L_No_Money;
+ set zeny, zeny - @fee;
+ warp "027-2.gat", 105, 44;
+ close;
L_No_Money:
- mes "[Golbenez]";
- mes "\"Don't try to betray me, pitiful human.\"";
- next;
- mes "\"Come back when you can pay my service.\"";
- close;
+ mes "[Golbenez]";
+ mes "\"Don't try to betray me, pitiful human.\"";
+ next;
+ mes "\"Come back when you can pay my service.\"";
+ close;
L_Weak:
- mes "\"It is astonishing how WEAK you humans can be.\"";
- next;
- mes "\"Come back when you're a bit more experienced.\"";
- close;
+ mes "\"It is astonishing how WEAK you humans can be.\"";
+ next;
+ mes "\"Come back when you're a bit more experienced.\"";
+ close;
}