High Level and Low level can the same one room in gunz ?

Results 1 to 3 of 3
  1. #1
    Apprentice jeanlylove is offline
    MemberRank
    Nov 2010 Join Date
    8Posts

    High Level and Low level can the same one room in gunz ?

    When creating a room who have not seen High Level to the lower level people. How do two characters have two different levels can be in the same room.
    how can anybody be in general a room ....help me


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: High Level and Low level can the same one room in gunz ?

    Open up channel.xml, choose a channel and set the following:
    Code:
    rule="elite" levelmin='1' levelmax='99'
    Rule being "elite" will avoid exp loss for high leveled players when killed by low leveled ones, "levelmin" is the minimum level a character needs to enter the channel, "levelmax" is the maximum limit of a character to join that channel.

    So now, you can have players ranged from level 1 ~ 99 playing in the same channel without any exp loss. Edit your channel.xml correctly, save it and restart the server.

    It should look something like this:

    Code:
    <CHANNEL name="Universal Channel" maxplayers="200" rule="elite" levelmin='1' levelmax='99'/>

  3. #3
    Apprentice jeanlylove is offline
    MemberRank
    Nov 2010 Join Date
    8Posts

    Re: High Level and Low level can the same one room in gunz ?

    thanks a lot to see test



Advertisement