From 5cdb595dfb8fa69611b0234b9671deddab2b4716 Mon Sep 17 00:00:00 2001 From: Lupus Date: Fri, 22 Sep 2006 08:17:49 +0000 Subject: fixed minor bugs git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8844 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/zondaman.txt | 50 ------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 npc/events/zondaman.txt (limited to 'npc/events/zondaman.txt') diff --git a/npc/events/zondaman.txt b/npc/events/zondaman.txt deleted file mode 100644 index c65875c2b..000000000 --- a/npc/events/zondaman.txt +++ /dev/null @@ -1,50 +0,0 @@ -//===== Athena Script ======================================== -//= Zondaman Employees -//===== By: ================================================== -//= [Muad_Dib] 1.0a -//===== Current Version: ===================================== -//= 1.0a -//===== Compatible With: ===================================== -//= eAthena 1.0+ -//===== Description: ========================================= -//= Advanced Dungeon Warper -//===== Additional Comments: ================================= -//= 08/06/05 : Added 1st Version. [Muad_Dib] -//= Converted to eAthena format by Dr.Evil -//============================================================ - - -prontera.gat,147,124,5 script Zondaman Employee 874,{ - cutin "zonda_01",2; - mes "[Zondaman Employee]"; - mes "Welcome to Zondaman Services."; - mes "Where can I send you today?"; - next; - menu "Bibilan Dungeon 3F -> 4000 z",-,"Clocktower 3F -> 4000 z",L1,"Glastheim Entrance -> 4000 z",L2,"Cancel",M_END; - - if (Zeny < 4000) goto L_Zeny; - set Zeny,Zeny-4000; - warp "iz_dun02.gat",235,210; - end; - -L1: - if (Zeny < 4000) goto L_Zeny; - set Zeny,Zeny-4000; - warp "c_tower3.gat",65,145; - end; - -L2: - if (Zeny < 4000) goto L_Zeny; - set Zeny,Zeny-4000; - warp "glast_01.gat",370,305; - end; - -L_Zeny: - mes "[Zondaman Employee]"; - mes "You don't have enough money."; - mes "Please verify the amount of money you have."; -M_END: - close2; - cutin "",255; - close; -} -- cgit v1.2.3-70-g09d2