Re: for make new channels :S
This is a hard one to answer. That guide is fairly basic and it does require you to fill in the blanks a lot. It is also not the best way to add channels it is a complete fudge that is almost guaranteed to end up with problems on a lot of server configs.
What makes it hard to answer this is because several server "releases" are missing files and the configurations are all over the place. I started writing a guide about it and realised that unless i knew the entire layout of the files on the server the guide was almost impossible to write, each step would have "check a, if it is b then do c, if it s d then do e, if it is f then to g..." and so on.
This is the exact reason i did a repack to be honest. If i had a standard set of files then it makes things like this much easier. My current version of gen_config2.sh already has multi channel options and allows you to completely reconfig the channels is seconds as well as 11 default configurations you can look at to see how the multi channels work. I was planning to release it last weekend but i decided to hold it back to add a few more config options that people have been asking about.
I will do a deal with you. Zip up all the .ini files and server_list from /etc/cabal along with your odbc.ini (remove the IP addresses and DB user/pass) and either add me on MSN (it's on my profile) or post a link here. I will reconfigure the files to what you need and post it as new guide on how to do new channels, i think this would be a far better example (i.e. a "before" and "after") than just a written guide.
Re: for make new channels :S
add 1 channel at a time. if you can get one working, the rest is easy.
if you encounter something out of the ordinary, always check logs.
Re: for make new channels :S
What the ....!!!
After i follow the guide, when i login to then no server showing. -,-"
i set like this
Code:
open - WorldSvr_24_02.ini
------------------------------
[NetLib]
Port=38111 <- modify Port=38112
...
...
...
[WorldSvr]
ServerIdx=24
GroupIdx=2 <- modify to 2
Code:
open - WorldSvr_24_03.ini
------------------------------
[NetLib]
Port=38111 <- modify Port=38112
...
...
...
[WorldSvr]
ServerIdx=24
GroupIdx=3 <- modify to 3
Re: for make new channels :S
did you check your firewall?
did you open new ports
did you check worldsvr logs for errors?
Re: for make new channels :S
Quote:
Originally Posted by
LonelyBoy
What the ....!!!
<snip>
Code:
open - WorldSvr_24_03.ini
------------------------------
[NetLib]
Port=38111 <- modify Port=38112
...
...
...
[WorldSvr]
ServerIdx=24
GroupIdx=3 <- modify to 3
Well there's your problem. You've already set a channel to port 38112, so it's in use. Change that bit to 38113 instead.
Re: for make new channels :S
Quote:
Originally Posted by
Inmetsu
Well there's your problem. You've already set a channel to port 38112, so it's in use. Change that bit to 38113 instead.
Maybe that is the problem i will test later.. Thank You for telling me