diff options
Diffstat (limited to 'npc/other/arena/arena_lvl50.txt')
-rw-r--r-- | npc/other/arena/arena_lvl50.txt | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/npc/other/arena/arena_lvl50.txt b/npc/other/arena/arena_lvl50.txt index 12df84255..817501a3a 100644 --- a/npc/other/arena/arena_lvl50.txt +++ b/npc/other/arena/arena_lvl50.txt @@ -17,12 +17,11 @@ arena_room,64,138,5 script lvl 50s Waiting Room 124,{ end; OnInit: - waitingroom "Individual ; lvl 50 or higher",50,"lvl 50s Waiting Room::OnStartArena",1; + waitingroom "Individual : lvl 50 or higher",50,"lvl 50s Waiting Room::OnStartArena",1,1000,50; enablewaitingroomevent; end; OnStartArena: - enablenpc "ArenaFee#50"; warpwaitingpc "force_1-1",99,12; donpcevent "arena#50::Onstart"; disablewaitingroomevent; @@ -33,18 +32,6 @@ Onstart: end; } -force_1-1,99,12,1 script ArenaFee#50 139,1,1,{ - -OnInit: - disablenpc "ArenaFee#50"; - end; - -OnTouch: - set Zeny,Zeny -1000; - disablenpc "ArenaFee#50"; - end; -} - force_1-1,99,20,4 script Heel and Toe#arena 124,{ end; |