My character decreased level..
My channel.xml :
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<XML id="channel">
<DEFAULTCHANNELNAME name="STR:CHANNEL_DEFAULT_NAME"/>
<DEFAULTRULENAME name="novice"/>
<CHANNEL name="STR:CHANNEL_NOVICE_NAME_1" maxplayers="200" rule="elite"/>
<CHANNEL name="STR:CHANNEL_NOVICE_NAME_2" maxplayers="200" rule="elite"/>
<CHANNEL name="STR:CHANNEL_NEWBIE_NAME_1" maxplayers="200" rule="elite" levelmin='1' levelmax='10'/>
<CHANNEL name="STR:CHANNEL_NEWBIE_NAME_2" maxplayers="200" rule="elite" levelmin='1' levelmax='10'/>
<CHANNEL name="STR:CHANNEL_NEWBIE_NAME_3" maxplayers="200" rule="elite" levelmin='1' levelmax='10'/>
<CHANNEL name="STR:CHANNEL_ROOKIE_NAME_1" maxplayers="200" rule="elite" levelmin='11' levelmax='20'/>
<CHANNEL name="STR:CHANNEL_ROOKIE_NAME_2" maxplayers="200" rule="elite" levelmin='11' levelmax='20'/>
<CHANNEL name="STR:CHANNEL_MASTERY_NAME_1" maxplayers="200" rule="elite" levelmin='21'/>
<CHANNEL name="STR:CHANNEL_MASTERY_NAME_2" maxplayers="200" rule="elite" levelmin='21'/>
<CHANNEL name="STR:CHANNEL_ELITE_NAME_1" maxplayers="200" rule="elite" levelmin='35'/>
<CHANNEL name="STR:CHANNEL_ELITE_NAME_2" maxplayers="200" rule="elite" levelmin='35'/>
</XML>
My character not have decrease exp but after I logout,It will decrease my level to 1 lv or 4 lv:scared:
Help me please!Thx.
Re: My character decreased level..
This has nothing to do with the channel. When you up your level in SSME, you have to also update the EXP to match your level's exp range. When you die of suicide or something, your EXP decreases, and then the server will calculate what level you should be with the new EXP number.
Re: My character decreased level..
Quote:
Originally Posted by
kochon
This has nothing to do with the channel. When you up your level in SSME, you have to also update the EXP to match your level's exp range. When you die of suicide or something, your EXP decreases, and then the server will calculate what level you should be with the new EXP number.
Very accurate!I am stupid LOL:D: