diff options
Diffstat (limited to 'npc/other/arena/arena_lvl70.txt')
-rw-r--r-- | npc/other/arena/arena_lvl70.txt | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/npc/other/arena/arena_lvl70.txt b/npc/other/arena/arena_lvl70.txt index cc2e5cfd5..aa24b02a9 100644 --- a/npc/other/arena/arena_lvl70.txt +++ b/npc/other/arena/arena_lvl70.txt @@ -17,12 +17,11 @@ arena_room,52,42,7 script lvl 70s Waiting Room 124,{ end; OnInit: - waitingroom "Individual ; lvl 70 or higher",50,"lvl 70s Waiting Room::OnStartArena",1; + waitingroom "Individual : lvl 70 or higher",50,"lvl 70s Waiting Room::OnStartArena",1,1000,70; enablewaitingroomevent; end; OnStartArena: - enablenpc "ArenaFee#70"; warpwaitingpc "force_3-1",99,12; donpcevent "arena#70::Onstart"; disablewaitingroomevent; @@ -33,18 +32,6 @@ Onstart: end; } -force_3-1,99,12,1 script ArenaFee#70 139,1,1,{ - -OnInit: - disablenpc "ArenaFee#70"; - end; - -OnTouch: - set Zeny,Zeny -1000; - disablenpc "ArenaFee#70"; - end; -} - force_3-1,99,20,4 script Cadillac#arena 124,{ end; |