BattleGround max users limit to half.

Alexandria

New member
Messages
341
Points
0
Location
localhost
The topic says all, I would like to request the max people who can join to the battle to the half.

From 11 people to 6 people (Flavious)

From 11 people to 6 people (Tierra)

From 6 people to 4 people (KVM)

Thank you.

 
bat_room,86,227,4  script  Lieutenant Ator  4_M_KY_KNT,{  end;OnInit:  waitingroom "Battle Station",11,"start#bat_b01::OnReadyCheck",1,0,80;  end;OnEnterBG:  set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit","");  end;}bat_room,85,204,0  script  Lieutenant Thelokus  4_M_CRU_KNT,{  end;OnInit:  waitingroom "Battle Station",11,"start#bat_b01::OnReadyCheck",1,0,80;  end;OnEnterBG:  set $@FlaviusBG1_id2, waitingroom2bg("bat_b01",390,10,"start#bat_b01::OnCroixQuit","");  end;}
I think you need to change the "11" there to "6"

and these 10s to 5

Code:
    if( .@Guillaume < 10 || .@Croix < 10 )        end;
 
Last edited by a moderator:
Back
Top