From aa4240c9c3d99ea375f9292fab0285905993c741 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 3 Apr 2018 10:52:10 -0300 Subject: Delete old code --- npc/003-10/arnea.txt | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'npc/003-10/arnea.txt') diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index 153eb258d..0c48a4eb3 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -126,38 +126,3 @@ OnInit: } - - /* - mes (@menu-1); - .@ARENA_INSTID = instance_create("003-13@arenax"+(@menu), 0, IOT_NONE); - if (.@ARENA_INSTID >= 0) - { - mes "new instance id: " + str(.@ARENA_INSTID); - .@instanceMapName$ = instance_attachmap("003-13", .@ARENA_INSTID, 0, "003-13@a" + (@menu-1)); - if (.@instanceMapName$ == "") - { - mes "Error: instance attach map error"; - } else { - mes "Attached instance map name: " + .@instanceMapName$; - instance_set_timeout(1000000, 1000000, .@ARENA_INSTID); - instance_init(.@ARENA_INSTID); - set Zeny, Zeny-1000; - $@ARENA_INSTANCES[@menu-1]=getcharid(3); - } - } else { - mes l("An error happened."); - } - } - - menu - rif($@ARENA_INSTANCES[0] > 0, l("Arena 1")), -, - rif($@ARENA_INSTANCES[1] > 0, l("Arena 2")), -, - rif($@ARENA_INSTANCES[2] > 0, l("Arena 3")), -, - rif($@ARENA_INSTANCES[3] > 0, l("Arena 4")), -, - rif($@ARENA_INSTANCES[4] > 0, l("Arena 5")), -, - l("Give Up"), L_Quit; - warp "003-13@a"+(@menu-1), 31,31; - set Zeny, Zeny-.price; - //instance_warpall("003-13@a"+@menu, 30, 31); // Only use while in instance - */ - -- cgit v1.2.3-60-g2f50