How to make a War Channel?

Results 1 to 16 of 16
  1. #1
    Progressive WoW Developer silvermcd is offline
    MemberRank
    Jun 2007 Join Date
    204Posts

    How to make a War Channel?

    I've tried to change groupidx to 40 (instant wars)

    but the channel turned on Tierra Gloriosa

    How can i make a it war channel?


  2. #2
    Account Upgraded | Title Enabled! Thesnowman is offline
    MemberRank
    Nov 2007 Join Date
    423Posts

    Re: How to make a War Channel?

    Quote Originally Posted by silvermcd View Post
    I've tried to change groupidx to 40 (instant wars)

    but the channel turned on Tierra Gloriosa

    How can i make a it war channel?
    In GlobalMgrSvr.ini

    You will see this

    [Server24]
    # Adult(On)
    ChannelType01=1
    MaxUserNum01=300

    Change to...

    [Server24]
    # Adult(On)
    ChannelType01=0
    MaxUserNum01=300
    ChannelType02=0
    MaxUserNum02=300
    ChannelType03=1
    MaxUserNum03=300
    ChannelType04=4
    MaxUserNum04=300
    ChannelType05=8
    MaxUserNum05=300

    Chan 1 & 2 are normal channels, 3 is PK, 4 is premium and 5 is war. That is all you need to change.

    Code:
    Key:
    
    0 = Normal
    1 = Pkable
    4 = Premium
    8 = War
    So basically to add a channel you go to the end of the last channel you have. Push enter and type this:

    ChannelType##=0
    MaxUserNum##=300

    0 = Normal, So change the 0 to 8 to make it war.
    300 = The number of people allowed in.
    ## = The Channel Number. So if your last channel is 02 then this will be 03

    So it will be

    ChannelType03=8
    MaxUserNum03=300



    Hope that helps.

  3. #3
    LoLonYou chiosin2 is offline
    MemberRank
    Aug 2008 Join Date
    Katipunan_AvenueLocation
    306Posts

    Re: How to make a War Channel?

    i Kind of dont get this yet?? i tried this but both of my channels are still green and ch 3 wont get (war) << that yet...

  4. #4
    Account Upgraded | Title Enabled! Thesnowman is offline
    MemberRank
    Nov 2007 Join Date
    423Posts

    Re: How to make a War Channel?

    Post your GlobalMgrSvr.ini so i can help you better.

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

    Re: How to make a War Channel?

    @Thesnowman - If you are going to copy/paste my topics at least credit me instead of passing them off as your own answers hoping i won't notice. You also missed out the most important part of my post, the warchannel d/c fix, and you didn't tell him to change the GroupIdx value in the worldsvr config to change the channel number to 3 as it won't work if the GroupIdx doesn't match what is in the globalmgrsvr.ini.
    http://forum.ragezone.com/showthread...48#post4051948

  6. #6
    Account Upgraded | Title Enabled! netlink is offline
    MemberRank
    Feb 2007 Join Date
    632Posts

    Re: How to make a War Channel?

    still the same do i need to put 5 channels to war will be enable?

  7. #7
    Account Upgraded | Title Enabled! balmungx30 is offline
    MemberRank
    Sep 2008 Join Date
    cabalnation.comLocation
    233Posts

    Re: How to make a War Channel?

    WorldSvr_24_03 is example

    [WorldSvr]
    ServerIdx=1
    GroupIdx=3
    GlobalTimer=4:10000,5:5000,7:3600000,22:60000,8:2000
    WorldTimer=1:100,2:150,3:3000,6:60000,8:2000,9:10000,14:2000,16:200,20:200,21:200
    CommonIniPath=Common.ini

    GlobalMgrSvr


    # National
    ChannelType03=9
    ChannelType36=16908368
    ChannelType37=16908368
    ChannelType38=16908368
    ChannelType39=16908368
    ChannelType40=16908368

  8. #8
    Account Upgraded | Title Enabled! netlink is offline
    MemberRank
    Feb 2007 Join Date
    632Posts

    Re: How to make a War Channel?

    9 or 8? i already use 8 but the War doesnt appear

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

    Re: How to make a War Channel?

    8 is war as in full PK, not tierra gloriosa. Is it TG you want in which case 16908368 is the type to use.

  10. #10
    Account Upgraded | Title Enabled! balmungx30 is offline
    MemberRank
    Sep 2008 Join Date
    cabalnation.comLocation
    233Posts

    Re: How to make a War Channel?

    Quote Originally Posted by netlink View Post
    9 or 8? i already use 8 but the War doesnt appear
    its 9 ^_^ i also use 8 but no WAR appear on the screen...just follow my example

  11. #11
    Account Upgraded | Title Enabled! netlink is offline
    MemberRank
    Feb 2007 Join Date
    632Posts

    Re: How to make a War Channel?

    no i dont want teira.. just only a channel with a WAR word at the side like TRADE..

    so its 9 ?

  12. #12
    Account Upgraded | Title Enabled! balmungx30 is offline
    MemberRank
    Sep 2008 Join Date
    cabalnation.comLocation
    233Posts

    Re: How to make a War Channel?

    yes trust me just follow my example above >.<

  13. #13
    Member mmoobb is offline
    MemberRank
    Jul 2008 Join Date
    93Posts

    Re: How to make a War Channel?

    8 - For WAR with no PK
    9 - For WAR WIth PK allowed

    And btw ... if you use for example :
    Code:
    ChannelType05=8
    MaxUserNum05=300
    and you don't have that channel nr. then it won't work

    To make a channel just simply make the shortcuts in usr/bin and etc/init.d, config the .ini's and add the channel to server list ... you have more detalis about this in darkxl's sticky ...

  14. #14
    Account Upgraded | Title Enabled! balmungx30 is offline
    MemberRank
    Sep 2008 Join Date
    cabalnation.comLocation
    233Posts

    Re: How to make a War Channel?

    if you use channel type 8 the channel war didnt work try my example cause i encounter that error too yesterday

  15. #15
    Member mmoobb is offline
    MemberRank
    Jul 2008 Join Date
    93Posts

    Re: How to make a War Channel?

    well i dunno what client or server files do u use but for me its working ...

  16. #16
    Account Upgraded | Title Enabled! netlink is offline
    MemberRank
    Feb 2007 Join Date
    632Posts

    Re: How to make a War Channel?

    well actually the channel is there and working the only problem is i dont see WAR beside the channel like TRADE... i didnt test 9 yet i will try later



Advertisement