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