Starting Channel 8 (War)

Results 1 to 8 of 8
  1. #1
    Valued Member wtvelocity is offline
    MemberRank
    Jun 2009 Join Date
    138Posts

    Starting Channel 8 (War)

    I'm trying to set channel 8 to start on the server, as a "War" channel (not T.G.).
    I changes ChannelType08=8 and deleted the lines with the level restrictions from GlobalMgrSrv.ini, and got it to show on the login list in the client, but nothing happens when i try to enter it: it just sits on that screen.

    The existing channel 1 still works. Even with copying WorldSrv_01_01 and naming it to WorldSrv_01_02, and setting thing the same way, it shows in the client, but won't allow me to enter the server... can someone please help me out?

    I've followed this, but as far as I can tell, I did everything of this for _02 and _08...
    http://forum.ragezone.com/f451/add-c...on-war-921596/

    Is there something specific I'm missing, to make it SHOW in the client, but not able to log into it there? Thanks for any tip!


  2. #2
    Valued Member Tmxx Rush is offline
    MemberRank
    Nov 2012 Join Date
    in the darknessLocation
    139Posts

    Re: Starting Channel 8 (War)

    add the channel port to forward ;) And ch 6 alredy warch so u can start Try that :)
    +1 u can get the justin bieber files there u can find all worldsvr_xx_xx.ini no need reconfigure ip only (3 times each wordsvrxx_xx.ini )

  3. #3
    Valued Member wtvelocity is offline
    MemberRank
    Jun 2009 Join Date
    138Posts

    Re: Starting Channel 8 (War)

    Thanks, but I downloaded Justin's pack, put the GlobalMgrSvr there over my old, in case it was screwed up, and restarted it...
    Same thing, it shows up on my server list, but I just can't log into that one... other one works fine.

    I did have that port still blocked, but I opened it in my router, but still have the problem... any other thoughts? :/

    Something I just though of to say: I actually don't NEED 2 channels, if something else can be done:
    I really just want the trade channel, so people can do the instances (the Lake with the Minotaurs and such).
    However, I like keeping it on the war channel, so people can get exp by killing monsters, and to pressure people into joining a nation.

    Is there instead, a way to actually set it up where players can still PvP/Get honor points, yet still be able to do those instances,
    in the event I can't get this problem troubleshooted?

  4. #4
    TheOne jaguar666 is offline
    MemberRank
    Aug 2012 Join Date
    Comfort RoomLocation
    407Posts

    Re: Starting Channel 8 (War)

    Quote Originally Posted by wtvelocity View Post
    I'm trying to set channel 8 to start on the server, as a "War" channel (not T.G.).
    I changes ChannelType08=8 and deleted the lines with the level restrictions from GlobalMgrSrv.ini, and got it to show on the login list in the client, but nothing happens when i try to enter it: it just sits on that screen.

    The existing channel 1 still works. Even with copying WorldSrv_01_01 and naming it to WorldSrv_01_02, and setting thing the same way, it shows in the client, but won't allow me to enter the server... can someone please help me out?

    I've followed this, but as far as I can tell, I did everything of this for _02 and _08...
    http://forum.ragezone.com/f451/add-c...on-war-921596/

    Is there something specific I'm missing, to make it SHOW in the client, but not able to log into it there? Thanks for any tip!

    Forward all channel ports you want to use. Change the channeltype of WorldSvr_01_08 in GlobalMgrSvr to a normal channel like 0, 1, 5, 8. Make sure also that the WorldSvr_01_08 channel has included in your server_list.

  5. #5
    Valued Member wtvelocity is offline
    MemberRank
    Jun 2009 Join Date
    138Posts

    Re: Starting Channel 8 (War)

    Quote Originally Posted by jaguar666 View Post
    Forward all channel ports you want to use. Change the channeltype of WorldSvr_01_08 in GlobalMgrSvr to a normal channel like 0, 1, 5, 8. Make sure also that the WorldSvr_01_08 channel has included in your server_list.
    Thanks for the response:
    I only intend to use 2 channels- One for Trade, one for War.
    So in GlobalMgrSvr, I have WorldSvr_01_01=1024 (trade) and WorldSvr_01_08=8 (war).
    If I change _01=8 and 08=1024, I can still get onto channel 1, but nothing happens on channel 2, still.

    If I didn't have _08 in the server list, it wouldn't be showing up in the server list, now would it? :P

    I think that one of the other settings in GlobalMgrSvr may have gotten messed up...
    Can someone copy/paste a code/spoiler of a tested working GlobalMgrSvr with a 2 channel setup?
    I know how to edit _01_0X.ini 's "GroupIDX=" and "NetLib port="...

    or is there other files that still need to be edited, besides serverlist? -_-;

  6. #6
    TheOne jaguar666 is offline
    MemberRank
    Aug 2012 Join Date
    Comfort RoomLocation
    407Posts

    Re: Starting Channel 8 (War)

    i can share my GlobaMgrSvr.ini later when i arrived at home.

  7. #7
    TheOne jaguar666 is offline
    MemberRank
    Aug 2012 Join Date
    Comfort RoomLocation
    407Posts

    Re: Starting Channel 8 (War)

    Spoiler:

    [GlobalMgrSvr]
    Timer=1:10000,2:300000
    WorldMaxUserNum=100
    NoNotifyTimeLimit=60000
    DefaultServerOpen=1
    LoadServerAndChannelType=1

    SubPasswordCheckIntervalMinute=60
    SubPasswordCheckMaxCount=50

    [DefaultServerCfg]
    # Trade
    ServerOpen01=1
    ServerType=16
    ChannelType01=1024
    ChannelType02=8

    #War 140-169 (WorldSvr_01_07)
    EntryLimitRank07=1:20
    EntryLimitLevel07=140:29
    ChannelType07=67113040
    #ServerOpen07=1
    #MaxUserNum07=100

    #War 170-190 (WorldSvr_01_08)
    EntryLimitRank08=1:20
    EntryLimitLevel08=170:20
    ChannelType08=83890256
    #MaxUserNum08=100


    This is the set-up for 2 channels (1 for trade and 2 for war)

    Two NW channels: 7 and 8

  8. #8
    Valued Member wtvelocity is offline
    MemberRank
    Jun 2009 Join Date
    138Posts

    Re: Starting Channel 8 (War)

    Thanks alot! Just got up, am about to try it out!

    *Update* Actually, looking over it, I realize you only put the one part...
    I was hoping you could post your whole file for it, because like I said, I'm not sure if I may have messed up another part of it, somewhere.
    Thanks!

    *Update2* Thanks for the help, but I just got it working...

    Apparently, I forgot to set the P.F. on 38127 to "ALL" or "TCP", it was just on UDP, making it not connect! >_<
    Thanks alot for the time and help!

    Note: How I troubleshot it:
    I changed the port number for _01_01 to what I was trying to use on the other channels, and it stopped working on one.
    Then when I realized the UDP problem in port forwarding, when checking to see WHAT ports were already taken.
    Then I renamed it to _01_02, and tried again. Started working, so I restored the backup of the original _01_01...
    Ba-da-bing, ba-da-boom!



Advertisement