PK and War channels

Results 1 to 5 of 5
  1. #1
    Member Inmetsu is offline
    MemberRank
    Apr 2007 Join Date
    53Posts

    PK and War channels

    Right, so I've got my 3 different channels running. However, they all seem to be Novice channels, despite what I put down into my GlobalMgrSvr.ini

    What I have at the moment:

    Code:
    [Server24]
    # Adult(On)
    ChannelType01=1
    MaxUserNum01=300
    ChannelType02=0
    MaxUserNum02=300
    ChannelType03=8
    MaxUserNum03=300
    Now that to me would mean Ch1 is PK enabled, Ch2 is PK disabled and Ch3 is War. So what's wrong? ;-;''


  2. #2
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: PK and War channels

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  3. #3
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: PK and War channels

    Does the following line exist in the globalmgrsvr.ini?

    LoadServerAndChannelType=1

    That config you posted will only work for server number 24 and if you changed to a different server number it won't work and you will need to add a section for your server number.

    If you check your globalmgrsvr log it should quote the available channel and server configs. Here are 3 settings from mine that have the channel numbers you want (server idx 1, 2 and 3)...
    Code:
    [Mon Aug 25 2008 01:26:28.444666 3086894784]: Start GlobalMgrSvr Server
    [Mon Aug 25 2008 01:26:28.445743 3086894784]: LoadServerAndChannelType(1)
    [Mon Aug 25 2008 01:26:28.445970 3086894784]: channelType[1][1]: 0
    [Mon Aug 25 2008 01:26:28.446037 3086894784]: maxUserName[1][1]: 5
    [Mon Aug 25 2008 01:26:28.449099 3086894784]: channelType[2][1]: 1
    [Mon Aug 25 2008 01:26:28.449176 3086894784]: maxUserName[2][1]: 5
    [Mon Aug 25 2008 01:26:28.452226 3086894784]: channelType[3][1]: 8
    [Mon Aug 25 2008 01:26:28.452289 3086894784]: maxUserName[3][1]: 5
    And here are the globalmgrsvr.ini entries...

    Code:
    [Server01]
    ChannelType01=0
    MaxUserNum01=5
    
    [Server02]
    ChannelType01=1
    MaxUserNum01=5
    
    [Server03]
    ChannelType01=8
    MaxUserNum01=5

  4. #4
    Akaruz - The Legend [hidden] is offline
    MemberRank
    Jun 2006 Join Date
    ClassifiedLocation
    1,120Posts

    Re: PK and War channels

    are you running mercury or a test server

    post your dbagent ini info here

    [DBAgent]
    ServerIdx=
    DBProcessTNum=
    DSN=

    and lastly, post the contents of your serverlist here.

  5. #5
    Member Inmetsu is offline
    MemberRank
    Apr 2007 Join Date
    53Posts

    Re: PK and War channels

    I've sorted it now thanks to Cypher and chumpy ^_^



Advertisement