DiegoRulez
Member
Error in Private Chat Channel. For an ordinary player the channel does not appear, but for GOD it appears. How to solve?
data > channel.xml
GOD
Player
Any solution?
data > channel.xml
<?xml version="1.0" encoding="UTF-8"?>
<channels>
<!-- README:
0 - dynamic, reserved for guilds
1 - always acts as Party channel, only "name" tag available
6 - acts as Help channel- clientsided message
65535 - DO NOT CHANGE THE ID- only "name", "enabled", "active" and "logged" tags available
-->
<channel id="1" name="Party"/>
<channel id="2" name="Counselor" access="1"/>
<channel id="3" name="World Chat" level="2"/>
<channel id="4" name="English Chat"/>
<channel id="5" name="Advertising" level="8" muted="120" conditionId="3" conditionMessage="You may only place one offer in two minutes.">
<vocation id="1-8"/>
</channel>
<channel id="6" name="Advertising-Rookgaard" level="2" muted="120" conditionId="4" conditionMessage="You may only place one offer in two minutes.">
<vocation id="0"/>
</channel>
<channel id="7" name="Help" logged="yes"/>
<channel id="8" name="English Chat" level="2"/>
<channel id="9" name="Gamemaster Chat" access="3"/>
<!-- <channel id="9" name="My Custom Channel"/> -->
<channel id="65535" name="Private Chat Channel"/>
</channels>
GOD

Player

Any solution?
Last edited: