Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] Battle of The Immortals Odin's Wrath

Junior Spellweaver
Joined
Sep 17, 2012
Messages
115
Reaction score
7
so u wana install GUI
google "how to install GUI on centos 6"
but if u use the pre-configured CentOS and install GUI. It will be in Chinese cause that VMware image originally from mcncc
If u wana use the graphical interface u should install BOI on the fresh Centos.

Command to start the server on the pre-configured CentOS: ./ar
tnx for the quick reply bro.i didnt even knew its called GUI lol.
btw i have GOF server fully working.cant i use that GOF preconfigured centos?
i mean copy/paste linux server files. will that work ?
if not which version of centos i download bro 6.2 , 6.4 , 6.5 ?
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
Yes u can
You should use the OW repack posted by Toss Last if u want to upgrade
If u use my Linux repack, then u don't have to use MSSQL.
6.2 and 6.3
 
Junior Spellweaver
Joined
Sep 17, 2012
Messages
115
Reaction score
7
Yes u can
You should use the OW repack posted by Toss Last if u want to upgrade
If u use my Linux repack, then u don't have to use MSSQL.
6.2 and 6.3
i have downloaded all files poster by u but can u give me link of
OW repack by Toss Light ?
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
:rolleyes: It's right there in the release section
If u use my repack Linux just follow exactly every steps I've mentioned, and U will be fine
 
Junior Spellweaver
Joined
Sep 17, 2012
Messages
115
Reaction score
7
:rolleyes: It's right there in the release section
If u use my repack Linux just follow exactly every steps I've mentioned, and U will be fine
found it.
ur awesome bro.
btw im noob in linux took me a week to make fully working gof server.setting up mssql was hard but i dont know a thing abt mysql lol so i better stick to old method bro.
thanks

what does "restore db means" and how to do that lol not even a clue.
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
:rolleyes: If U already have MSSQL database PassportBOI, then skip this step
copy, paste, change IP to your IP.
that's all
 
Last edited:
Junior Spellweaver
Joined
Mar 3, 2008
Messages
115
Reaction score
11
I have 2 issues in linux i see
Code:
wn . sid=47,type=9785,size=33,acceptsize=3
err : Protocol Unknown . sid=48,type=9785,size=33,acceptsize=3
err : Protocol Unknown . sid=49,type=9785,size=33,acceptsize=3
err : Protocol Unknown . sid=50,type=9785,size=33,acceptsize=3
err : Protocol Unknown . sid=51,type=9785,size=33,acceptsize=3

and in Windows AuthAgent

Code:
auagent: 2013-08-16 07:47:59 INFO  - (zoneid=1,aid=9) send AnnounceZoneid3
 ok,blreset=1,version=1,ip1=127.0.0.1,ip2=0.0.0.0,ip3=192.168.1.3
auagent: 2013-08-16 07:47:59 INFO  - GAuthClient::connect to au success!
auagent: 2013-08-16 07:47:59 INFO  - GameDBClient::disconnect from gamedb!
auagent: 2013-08-16 07:48:04 INFO  - GameDBClient::connect gamedb success!
auagent: 2013-08-16 07:48:04 INFO  - GameDBClient::disconnect from gamedb!
auagent: 2013-08-16 07:48:09 INFO  - GameDBClient::connect gamedb success!
auagent: 2013-08-16 07:48:09 INFO  - GameDBClient::disconnect from gamedb!
auagent: 2013-08-16 07:48:14 INFO  - GameDBClient::connect gamedb success!
auagent: 2013-08-16 07:48:14 INFO  - GameDBClient::disconnect from gamedb!

Gameserver: > ServerLine4>ReqSysVar 4
New GateSession...
pk3v3 init succeed!
ReqSysVar 4
BattleTeam Inited !!!
Server buffer loaded.

I did check all cfg of linux and win it's pointing to /var/lib/mysql/mysql.lock but i am still clueless.
 
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
check authd.conf in Linux side and auagent.conf
my authd:
[AuthServer]
SQLServerDriver=192.168.1.200:1433;account;sa;admin
type = tcp
port = 19001
address = 192.168.1.50
so_sndbuf = 16384
so_rcvbuf = 16384
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
;isec = 2
;iseckey = 456
;osec = 2
;oseckey = 123

[GAuthServer]
type = tcp
port = 29200
address = 192.168.200.157
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
isec = 2
iseckey = 123456
osec = 2
oseckey = 123456
shared_key = 123456
;forbidips = 192.168.1.253,127.0.0.1,192.168.1.254

ismssql = true
isabroad = false
lastloginlimit = 0
allow_all_user = true
allow_same_zoneid = true
matrixpasswd_log = false
no_anti_wallow_aids = 0

[ThreadPool]
config =1 (1,1)(2,10)(3,1)
max_queuesize = 1048576

My auagent.conf:
[AuAgentServer]
zoneid = 1
aid = 9
type = tcp
port = 29250
address = 0.0.0.0
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/m_trace.link

[GameDBClient]
type = tcp
port = 29251
address = 192.168.200.157
;address = 172.16.2.118
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
;listen_backlog = 10
mtrace = /tmp/m_trace.link
cashfile = d:\cash_backup.data

[GAuthClient]
type = tcp
port = 29200
address = 192.168.200.157
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
;so_broadcast = 1
tcp_nodelay = 1
osec = 2
oseckey = 123456
isec = 2
iseckey = 123456
shared_key = 123456

;if use certverify between au,1:use,0:not use,default use
issupport_cert = 0

[ThreadPool]
config = (1,1)(2,20)(3,20)(4,4)
max_queuesize = 1048576
;prior_strict = 1

[SpeedLimit]
window = 20
high = 2

[TimeoutLimit]
;window > 60
window = 180
high = 200

[CouponLimit]
;GetUserCoupon limit
window = 300
high = 1

[CouponExchangeLimit]
;CouponExchange limit
window = 120
high = 1
 
Junior Spellweaver
Joined
Mar 3, 2008
Messages
115
Reaction score
11
I have the same settings as you stated above:-

AuAgent.conf

[AuAgentServer]
zoneid = 1
aid = 9
type = tcp
port = 29250
address = 0.0.0.0
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/m_trace.link

[GameDBClient]
type = tcp
port = 29251
address = 192.168.145.140
;address = 172.16.2.118
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
;listen_backlog = 10
mtrace = /tmp/m_trace.link
cashfile = cash_backup.data

[GAuthClient]
type = tcp
port = 29200
address = 192.168.145.140
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
;so_broadcast = 1
tcp_nodelay = 1
osec = 2
oseckey = 123456
isec = 2
iseckey = 123456
shared_key = 123456

;if use certverify between au,1:use,0:not use,default use
issupport_cert = 0

[ThreadPool]
config = (1,1)(2,20)(3,20)(4,4)
max_queuesize = 1048576
;prior_strict = 1

[SpeedLimit]
window = 20
high = 2

[TimeoutLimit]
;window > 60
window = 180
high = 200

[CouponLimit]
;GetUserCoupon limit
window = 300
high = 1

[CouponExchangeLimit]
;CouponExchange limit
window = 120
high = 1

Authd.conf

[AuthServer]
SQLServerDriver=192.168.1.3:1433;account;sa;rapperdoggy
type = tcp
port = 19001
address = 192.168.145.140
so_sndbuf = 16384
so_rcvbuf = 16384
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
;isec = 2
;iseckey = 456
;osec = 2
;oseckey = 123

[GAuthServer]
type = tcp
port = 29200
address = 192.168.145.140
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
isec = 2
iseckey = 123456
osec = 2
oseckey = 123456
shared_key = 123456
;forbidips = 192.168.1.253,127.0.0.1,192.168.1.254

ismssql = true
isabroad = false
lastloginlimit = 0
allow_all_user = true
allow_same_zoneid = true
matrixpasswd_log = false
no_anti_wallow_aids = 0

[ThreadPool]
config =1 (1,1)(2,10)(3,1)
max_queuesize = 1048576

192.168.145.140 is my LINUX IP & 192.168.1.3 is my WIN IP. I still can't figure out why am i getting that same error i posted above
 
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
50
Reaction score
3
I have the same settings as you stated above:-

AuAgent.conf

[AuAgentServer]
zoneid = 1
aid = 9
type = tcp
port = 29250
address = 0.0.0.0
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/m_trace.link

[GameDBClient]
type = tcp
port = 29251
address = 192.168.145.140
;address = 172.16.2.118
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
;listen_backlog = 10
mtrace = /tmp/m_trace.link
cashfile = cash_backup.data

[GAuthClient]
type = tcp
port = 29200
address = 192.168.145.140
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
;so_broadcast = 1
tcp_nodelay = 1
osec = 2
oseckey = 123456
isec = 2
iseckey = 123456
shared_key = 123456

;if use certverify between au,1:use,0:not use,default use
issupport_cert = 0

[ThreadPool]
config = (1,1)(2,20)(3,20)(4,4)
max_queuesize = 1048576
;prior_strict = 1

[SpeedLimit]
window = 20
high = 2

[TimeoutLimit]
;window > 60
window = 180
high = 200

[CouponLimit]
;GetUserCoupon limit
window = 300
high = 1

[CouponExchangeLimit]
;CouponExchange limit
window = 120
high = 1

Authd.conf

[AuthServer]
SQLServerDriver=192.168.1.3:1433;account;sa;rapperdoggy
type = tcp
port = 19001
address = 192.168.145.140
so_sndbuf = 16384
so_rcvbuf = 16384
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
;isec = 2
;iseckey = 456
;osec = 2
;oseckey = 123

[GAuthServer]
type = tcp
port = 29200
address = 192.168.145.140
so_sndbuf = 131072
so_rcvbuf = 131072
ibuffermax = 409600
obuffermax = 819200
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
isec = 2
iseckey = 123456
osec = 2
oseckey = 123456
shared_key = 123456
;forbidips = 192.168.1.253,127.0.0.1,192.168.1.254

ismssql = true
isabroad = false
lastloginlimit = 0
allow_all_user = true
allow_same_zoneid = true
matrixpasswd_log = false
no_anti_wallow_aids = 0

[ThreadPool]
config =1 (1,1)(2,10)(3,1)
max_queuesize = 1048576

192.168.145.140 is my LINUX IP & 192.168.1.3 is my WIN IP. I still can't figure out why am i getting that same error i posted above


incorrect IP
Example: windows-->192.168.1.3 -- linux 192.168.1.10
 
Newbie Spellweaver
Joined
Feb 14, 2013
Messages
16
Reaction score
0
Yo guy.... i haven't play this game for years.... since Shijie Close.... Now i just got this server from [ martinle ] ...thanks for that, but since i stop playing the game change soo much, and now i not even know what is " Exalted" ... it say when im Lvl 10 Mesogod but where the hell is that tab gone anyway..... Idk if client got F... Up because im change too many Pet and Mount.. but please, if someone know anything about it reply as fast as u can ... cuz i cant even equip lvl 120 Soul Gear... Thanks again for the release martinle
 
Junior Spellweaver
Joined
Mar 3, 2008
Messages
115
Reaction score
11
incorrect IP
Example: windows-->192.168.1.3 -- linux 192.168.1.10

I am using NAT config in VMWARE & My Vmware linux can ping to 192.168.1.3 perfectly. It also gives 192.168.145.2 ip as windows to communicate with Linux network. Should i use 145.2?
 
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
I am using NAT config in VMWARE & My Vmware linux can ping to 192.168.1.3 perfectly. It also gives 192.168.145.2 ip as windows to communicate with Linux network. Should i use 145.2?

thats because VMware sees both adapters, but you can only use 1 adapter. so either use the 192.168.145.x range or the 192.168.1.x range
you CAN NOT mix them toghether, it will not work. (Unless you plan on using a Class B network with a subnet of 255.255.0.0)
 
Junior Spellweaver
Joined
Mar 3, 2008
Messages
115
Reaction score
11
Aight...now the part left is this.....

Code:
err : Protocol Unknown . sid=7,type=57,size=122,acceptsize=18
err : Protocol Unknown . sid=8,type=57,size=122,acceptsize=18
rr : Protocol Unknown . sid=7,type=57,size=122,acceptsize=18

I Searched and saw that linking /var/lib/mysql/mysql.sock can fix it but it's already defined in config files & yet i am still receiving this error, is that normal or mysql info is wrong? now i am using ip 192.168.59.129 for linux and 192.168.59.1 under Host-Only mode not NAT.

Gameserver in windows showing me this:

Code:
> GameServer startup.....
> ServerLine4>ReqSysVar 4
New GateSession...
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4

It keeps going on like this...
 
Last edited:
Newbie Spellweaver
Joined
Apr 15, 2013
Messages
50
Reaction score
3
Aight...now the part left is this.....

Code:
err : Protocol Unknown . sid=7,type=57,size=122,acceptsize=18
err : Protocol Unknown . sid=8,type=57,size=122,acceptsize=18
rr : Protocol Unknown . sid=7,type=57,size=122,acceptsize=18

I Searched and saw that linking /var/lib/mysql/mysql.sock can fix it but it's already defined in config files & yet i am still receiving this error, is that normal or mysql info is wrong? now i am using ip 192.168.59.129 for linux and 192.168.59.1 under Host-Only mode not NAT.

Gameserver in windows showing me this:

First: Windows can ping to linux, and linux can ping to windows.
After check : /build/auth folder


Code:
> GameServer startup.....
> ServerLine4>ReqSysVar 4
New GateSession...
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4
ReqSysVar 4

It keeps going on like this...

Second: turn off windows firewall
 
Junior Spellweaver
Joined
Mar 3, 2008
Messages
115
Reaction score
11
Well i give up this PWI files are so complicated. i am happy with LastChaos Deving...Thanks for help whoever did & for release files :)
 
Newbie Spellweaver
Joined
Oct 8, 2012
Messages
35
Reaction score
1
Hi all
ok so maybe im being stupid here but i cannot get winscp to connect to the vm so i can send the files with edited ip's,
i've not used winscp b4 but i've tried using both the ip of my vm and my machines ip as host and nothing it just wont connect any help is appreciated

ty all
 
Newbie Spellweaver
Joined
Aug 5, 2012
Messages
98
Reaction score
5
I have to use this register.php for making account or I can use the old pwgenerator made by AxelCro? If I use AxelCro's register, I get incorrect password and idk why.. thx

nvm.. problem solved..working like a charm, thx for release :)
 
Last edited:
Experienced Elementalist
Joined
Jul 14, 2012
Messages
245
Reaction score
114
I have to use this register.php for making account or I can use the old pwgenerator made by AxelCro? If I use AxelCro's register, I get incorrect password and idk why.. thx

nvm.. problem solved..working like a charm, thx for release :)

Good to know that. so Is there no one else has any problems or issues with this release?
 
Back
Top