My character decreased level..

Results 1 to 3 of 3
  1. #1
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    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
    Help me please!Thx.


  2. #2
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    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.

  3. #3
    Apprentice h0i is offline
    MemberRank
    Jun 2009 Join Date
    21Posts

    Re: My character decreased level..

    Quote Originally Posted by kochon View Post
    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



Advertisement