Hello,
I want to have some more information about the channelrule.xml & channel.xml and if its possible to edit each channel with its own rule.
This is the channel.xml I got:
As you can see they are using: <DEFAULTRULENAME name="novice"/>Code:<?xml version="1.0" encoding="UTF-8" ?> <XML id="channel"> <DEFAULTCHANNELNAME name="STR:CHANNEL_DEFAULT_NAME"/> <DEFAULTRULENAME name="novice"/> <CHANNEL name="Free Channel 1" maxplayers="200" rule="novice"/> <CHANNEL name="Free Channel 2" maxplayers="200" rule="novice"/> <CHANNEL name="Rookie Channel 1 (Level 1-50)" maxplayers="200" rule="novice" levelmin='1' levelmax='50'/> <CHANNEL name="Elite Channel 1 (Level 51-99)" maxplayers="200" rule="novice" levelmin='51' levelmax='99'/> <CHANNEL name="Quest Channel" maxplayers="200" rule="rookie" levelmin='1' levelmax='99'/> <CHANNEL name="Event Channel" maxplayers="200" rule="novice" levelmin='1' levelmax='99'/> </XML>
but I want to change the rule ONLY for quest channel.
( for example: <DEFAULTRULENAME name="ROOKIE"/> )
Is this possible?
---------- Post added at 02:17 PM ---------- Previous post was at 12:46 PM ----------
Does anyone have an idea yet?


Reply With Quote


