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!

[Boi - Help] - Matrix password when login.

Initiate Mage
Joined
Apr 20, 2014
Messages
2
Reaction score
0
Hi there,

I was setting up the BOI server almost completed.
But there was a problem when I try to log in to.

Below is run.bat file result.

auagent: 2014-04-21 00:06:49,502 INFO - zoneid=904,aid=9auagent: 2014-04-21 00:06:49,505 INFO - SpeedLimit:window=20,high=2auagent: 2014-04-21 00:06:49,508 INFO - CouponLimit:window=300,high=2auagent: 2014-04-21 00:06:49,509 INFO - CouponExchangeLimit:window=120,high=2auagent: 2014-04-21 00:06:49,827 INFO - TimeoutLimit:window=180,high=200
auagent: 2014-04-21 00:06:49,828 INFO - issupport_cert=0
auagent: 2014-04-21 00:06:49,838 INFO - Auagent setup success!
auagent: 2014-04-21 00:06:49,848 INFO - GameDBClient::connect gamedb success!
auagent: 2014-04-21 00:06:49,974 INFO - (zoneid=904,aid=9) send AnnounceZoneid3 to au ok,blreset=1,version=1,ip1=0.0.0.0,ip2=127.0.0.1,ip3=254.128.0.0
auagent: 2014-04-21 00:06:49,974 INFO - GAuthClient::connect to au success!


Here is the problem when logged in.
All firewall has been disable.
Matrix password.

auagent: 2014-04-21 00:22:58,288 INFO - user(account=admin1) receive AgentMatrixPasswd from link,use token=0, loginip=192.168.1.106,localsid=2

loginip=192.168.1.106,localsid=2auagent: 2014-04-21 00:22:58,511 INFO - user(account=admin1,userid=32) receive MatrixPasswd from au,algorithm=0,loginip=192.168.1.106

auagent: 2014-04-21 00:23:17,416 INFO - free_memory=443,max_memory=742,total_memory=494

Who can help me solve this problem.
Thanks in advance.
 
Last edited:
Newbie Spellweaver
Joined
Apr 14, 2014
Messages
36
Reaction score
8
Are you using a register script or adding the account by hand?

If you are doing it by hand, You need to generate the password. For example, If your username is admin1, and your password is, game;

Go to and put admin1game and generate.. Then add 0x to the beginning of the hash.

So user: admin1 / pass: game will be..

0x1c4097bdae93cd36008c9a5a14397c9b

Hope this helps,
Chris
 
Initiate Mage
Joined
Apr 20, 2014
Messages
2
Reaction score
0
Thanks for your help.
I have login succeed before in older version of BOI.
----
Only have the issue with new BOI :*:
 
Back
Top