how to fix channels so only certain levels can enter

Newbie Spellweaver
Joined
Jan 13, 2007
Messages
68
Reaction score
0
ok, i edited the strings.xml for channels names then i went into channel rule set what i wanted, then set all other channels xmls up i forgot which ones but i set all levels that i wanted them to be but when i go into game im level 45 and i can enter any channel...how you fix that so the level restraits work?
 
And A Question How Do You Make It To Where They Are In A Different Channel Based On There Level

Example Lv 31 logs in how do i make it to where he is automaticly in 31+ channel? because i don't want lv 50 bullying lv 1's
 
Upvote 0
Put in something like this in your channel.xml
<CHANNEL name="All Levels" maxplayers="100" rule="novice"/>
<CHANNEL name="All Levels" maxplayers="100" rule="novice"/>
<CHANNEL name="All Levels" maxplayers="100" rule="novice"/>

<CHANNEL name="Level 1 to 5 ONLY" maxplayers="200" rule="newbie" levelmin='1' levelmax='5'/>
<CHANNEL name="Level 1 to 10 ONLY" maxplayers="200" rule="newbie" levelmin='1' levelmax='10'/>
<CHANNEL name="Level 6 to 10 ONLY" maxplayers="200" rule="newbie" levelmin='6' levelmax='10'/>
<CHANNEL name="Level 6 to 20 ONLY" maxplayers="200" rule="rookie" levelmin='6' levelmax='20'/>
<CHANNEL name="Level 11 to 20 ONLY" maxplayers="200" rule="rookie" levelmin='11' levelmax='20'/>
<CHANNEL name="21 and higher" maxplayers="200" rule="mastery" levelmin='21'/>
<CHANNEL name="35 and higher" maxplayers="200" rule="elite" levelmin='35'/>
<CHANNEL name="ADMIN CHANNEL!!! NO GAMES IN HERE!!!" maxplayers="200" rule="elite" levelmin='1'/>
 
Upvote 0
And A Question How Do You Make It To Where They Are In A Different Channel Based On There Level

Example Lv 31 logs in how do i make it to where he is automaticly in 31+ channel? because i don't want lv 50 bullying lv 1's


I don't get what your saying do you mean that when a lvl 31 logs in he auto logs in to the level 31+ channel i don't think you can do that but you can allways restricte channels according to level
 
Upvote 0
Back