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] Swordsman Online VirtualBox Repack + Server Files

Shh, quiet, you might piss somebody off
Developer
Joined
Dec 23, 2011
Messages
1,797
Reaction score
2,162
example of login for my mysql authd
login = bola
my passwd will be 123456
i will make this
in mysql passwd place I will put login + passwd in md5 and after paste on passwd and passwd2 on users table, example
bola123456 converted in md5 hash



about good repack sorry I stop work o development of games, I got a job
 
Junior Spellweaver
Joined
Jun 28, 2013
Messages
147
Reaction score
13
example of login for my mysql authd
login = bola
my passwd will be 123456
i will make this
in mysql passwd place I will put login + passwd in md5 and after paste on passwd and passwd2 on users table, example
bola123456 converted in md5 hash



about good repack sorry I stop work o development of games, I got a job
Bola help me please for fix this:
warning : gdelivery::connect to GAuth server failed. Reconnecting....
 
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
@Bola:
I create user: test/test and I md5(testtest)=05a671c66aefea124cc08b76ea6d30bb, but I still got error 10 (wrong user/pass)

mysql> update users set passwd="05a671c66aefea124cc08b76ea6d30bb" where ID=32;
Query OK, 1 row affected (0.14 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql> update users set passwd2="05a671c66aefea124cc08b76ea6d30bb" where ID=32;
Query OK, 1 row affected (0.09 sec)
Rows matched: 1 Changed: 1 Warnings: 0

mysql> select * from users;
+----+-------------+----------------------------------+--------+--------+----------+-----------+---------------+--------------+----------+------+-------------+---------+------------+--------+---------------------+---------------------+------+----------------------------------+
| ID | name | passwd | Prompt | answer | truename | idnumber | email | mobilenumber | province | city | phonenumber | address | postalcode | gender | birthday | creatime | qq | passwd2 |
+----+-------------+----------------------------------+--------+--------+----------+-----------+---------------+--------------+----------+------+-------------+---------+------------+--------+---------------------+---------------------+------+----------------------------------+
| 32 | test | 05a671c66aefea124cc08b76ea6d30bb | 1 | 2 | test | 123456789 | abc@yahoo.com | 123456789 | VN | HCM | 123456789 | ABC | 70000 | 1 | 0000-00-00 00:00:00 | 2014-05-27 10:40:47 | 1 | 05a671c66aefea124cc08b76ea6d30bb |

info : LS::GamedataSend Statistic:
err : DS::Find Scene Master Mirror Wrong,scene_tag:count,(98:0,)
info : ################PRINT line size:1 LINE INFO all_player:0;roam_out:0;roam_in:0;invader:0 ####################
#####line:1<:>players:0,exact:0,tryi:0,tryo:0,inst:1,grade:108,instg:108,maxrole:0,spscene:49,mem:1394MB,taskcpu:7.00%
###############PRINT END
debug : LS::Response: identity=test,sid=12,userid=0,algo=0
debug : DS::SendResponse: account=test,userid=0,algo=0,loginip=-1610209782,localsid=12
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=12,algorithm=0,matrix=0,cache=1
debug : DS::MatrixPasswd: result=0,userid=32,algorithm=0,response.size=16,matrix.size=0
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=12,algorithm=0,matrix=0,cache=0
debug : LS::Response: identity=test,sid=13,userid=0,algo=0
debug : DS::SendResponse: account=test,userid=0,algo=0,loginip=-1610209782,localsid=13
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=13,algorithm=0,matrix=0,cache=1
debug : DS::MatrixPasswd: result=0,userid=32,algorithm=0,response.size=16,matrix.size=0
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=13,algorithm=0,matrix=0,cache=0
debug : LS::Response: identity=test,sid=14,userid=0,algo=0
debug : DS::SendResponse: account=test,userid=0,algo=0,loginip=-1610209782,localsid=14
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=14,algorithm=0,matrix=0,cache=1
debug : DS::MatrixPasswd: result=0,userid=32,algorithm=0,response.size=16,matrix.size=0
debug : LS::SendResponseRe: retcode=0,userid=32,localsid=14,algorithm=0,matrix=0,cache=0
debug : UserContainer::RefreshIngame: total=0, current=0, new=0
debug : DS::EngameQueue::Update: user_total=0,user_ingame=0,user_waiting=0,user_ready=0
TRACE : checkpoint begin.
TRACE : checkpoint end.

Can you share source java authd?

Regards,
 
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
@djbadboys38

Guide mysql database
#mysql -u root -p pw (enter password: game or 123 or your password)
mysql>source pwdb.sql
....
Create an account:
mysql>call adduser("test", "05a671c66aefea124cc08b76ea6d30bb", "1" , "2", "ABC","1","abc@yahoo.com", "12345678", "ABC", "ABC", "123","123","123", 1,"1/1/1980","1","05a671c66aefea124cc08b76ea6d30bb");



Bola: Do I need add "0x0" with MD5(USERNAME + PASSWORD) ?
 
Junior Spellweaver
Joined
Jun 28, 2013
Messages
147
Reaction score
13
perfect world section have lot authds to use
djbadboys38 - [Release] Swordsman Online VirtualBox Repack + Server Files - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
@nokxx, I only used server.rar, and not use AuthdPack.rar, but I still didn't login to server...


nokxx: Did you run install script xodb.sql to mysql ?

#mysql -u root -p pw (enter password: game or 123 or your password)
mysql>source xodb.sql



Still got error 10 (wrong user/pass) when use AuthdPack.rar

debug : LS::Response: identity=test,sid=8,userid=0,algo=0
debug : DS::SendResponse: account=test,userid=0,algo=0,loginip=-1610209782,localsid=8
debug : LS::SendResponseRe: retcode=0,userid=0,localsid=8,algorithm=0,matrix=0,cache=2
debug : DS::MatrixPasswd: result=2,userid=0,algorithm=0,response.size=0,matrix.size=0
debug : LS::SendResponseRe: retcode=10,userid=0,localsid=8,algorithm=0,matrix=0,cache=0


Bola: What version authd package that you used (136, 144, 145) ?
 
Junior Spellweaver
Joined
Aug 3, 2012
Messages
131
Reaction score
27
:fanny:
why Ram 4 GB?
my linux Ram 1 GB can run server and play game :D:
 
Junior Spellweaver
Joined
Jun 28, 2013
Messages
147
Reaction score
13
My log
[root@localhost server]# ./start.sh

===============================================================
= Inicializando por Bola =
= Iniciando Servidor Swordsman =
===============================================================

=== LOGSERVICE ===
=== SUCESSO! ===

=== UNIQUENAMED ===
info : TcpManager OnAddSession
info : logclient: OnAddSession
info : logclienttcp: OnAddSession
=== SUCESSO! ===

=== AUTH ===
=== SUCESSO! ===

=== GAMEDBD ===
info : TcpManager OnAddSession
info : InitGameDB: role_delete_timeout:604800
info : Skip import default roles
TRACE : DB::TopList:: start tid=1 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=2,srcid=1, epbegin=1399554000 epend=1402232400 now=1401271151 nextsaveoldtime=1402232400.
TRACE : DB::TopList:: start tid=2 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=3 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=4,srcid=3, epbegin=1400418000 epend=1403096400 now=1401271151 nextsaveoldtime=1403096400.
TRACE : DB::TopList:: start tid=4 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=5 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=28,srcid=5, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=28 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=6 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=29,srcid=6, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=29 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=8 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=31,srcid=8, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=31 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=7 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=30,srcid=7, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=30 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=9 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=32,srcid=9, epbegin=1398690000 epend=1401282000 now=1401271151 nextsaveoldtime=1401282000.
TRACE : DB::TopList:: start tid=32 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=10 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=33,srcid=10, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=33 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=11 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=34,srcid=11, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=34 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=12 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=35,srcid=12, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=35 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=13 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=36,srcid=13, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=36 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=14 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=37,srcid=14, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=37 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=15 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=38,srcid=15, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=38 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=16 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=39,srcid=16, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=39 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=17 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=40,srcid=17, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=40 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=18 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=41,srcid=18, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=41 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=19 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=42,srcid=19, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=42 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=20 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=43,srcid=20, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=43 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=21 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=44,srcid=21, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=44 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=22 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=45,srcid=22, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=45 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=23 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=46,srcid=23, epbegin=1400595000 epend=1403273400 now=1401271151 nextsaveoldtime=1403273400.
TRACE : DB::TopList:: start tid=46 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=24 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=47,srcid=24, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=47 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=25 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=48,srcid=25, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=48 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=26 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=49,srcid=26, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=49 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=27 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=50,srcid=27, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=50 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=51 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=52,srcid=51, epbegin=1401037140 epend=1403715540 now=1401271151 nextsaveoldtime=1403715540.
TRACE : DB::TopList:: start tid=52 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=53 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=54,srcid=53, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=54 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=55 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=56,srcid=55, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=56 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=57 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=58,srcid=57, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=58 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=59 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=60,srcid=59, epbegin=1401231600 epend=1401318000 now=1401271151 nextsaveoldtime=1401318000.
TRACE : DB::TopList:: start tid=60 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=61 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=62,srcid=61, epbegin=1401023400 epend=1403442600 now=1401271151 nextsaveoldtime=1403442600.
TRACE : DB::TopList:: start tid=62 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=63 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=64,srcid=63, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=64 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=65 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=66,srcid=65, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=66 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=67 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=68,srcid=67, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=68 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=69 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=70,srcid=69, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=70 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=71 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=72,srcid=71, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=72 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=73 clear_save_old=-1 success.
TRACE : DB::TopList::TurnOn: tid=74,srcid=73, epbegin=1400950800 epend=1401555600 now=1401271151 nextsaveoldtime=1401555600.
TRACE : DB::TopList:: start tid=74 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=75 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=76,srcid=75, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=76 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=77 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=78,srcid=77, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=78 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=79 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=80,srcid=79, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=80 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=81 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=82,srcid=81, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=82 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=83 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=84,srcid=83, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=84 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=85 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=86,srcid=85, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=86 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=87 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=88,srcid=87, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=88 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=89 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=90,srcid=89, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=90 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=91 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=92,srcid=91, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=92 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=93 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=94,srcid=93, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=94 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=95 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=96,srcid=95, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=96 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=97 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=98,srcid=97, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=98 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=99 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=100,srcid=99, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=100 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=101 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=102,srcid=101, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=102 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=103 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=104,srcid=103, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=104 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=105 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=106,srcid=105, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=106 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=107 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=108,srcid=107, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=108 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=109 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=110,srcid=109, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=110 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=111 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=112,srcid=111, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=112 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=113 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=114,srcid=113, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=114 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=115 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=116,srcid=115, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=116 clear_save_old=-1 success.
TRACE : DB::TopList:: start tid=117 clear_save_old=120 success.
TRACE : DB::TopList::TurnOn: tid=118,srcid=117, epbegin=1400159400 epend=1402837800 now=1401271151 nextsaveoldtime=1402837800.
TRACE : DB::TopList:: start tid=118 clear_save_old=-1 success.
info : logclienttcp: OnAddSession
info : logclient: OnAddSession
=== SUCESSO! ===

=== GACD ===
info : TcpManager OnAddSession
info : logclient: OnAddSession
info : logclienttcp: OnAddSession
=== SUCESSO! ===

=== GFACTIOND ===
info : TcpManager OnAddSession
debug : HUB::SetConfig hubd_id:1, debug_mode:0, area_id:2
info : logclient: OnAddSession
info : logclienttcp: OnAddSession
info : OnAddSession
TRACE : Forbid Policy
info : OnAddSession
=== SUCESSO! ===

=== GDELIVERYD ===
0
���ؼ�԰����������ģ��...
������ ��԰����ģ�� 10 �
������ ��԰����ģ�� 10 �
���ؼ�԰��������...�ɹ�
���ؼ�԰����ģ��...�ɹ�
����Ѻ��·�ߵ�ͼ�ڽ���Ϣ...�ɹ�
���ص�ͼ������Ϣ...�ɹ�
info : TcpManager OnAddSession
debug : gdeliveryd::Max player allowed is 12000
debug : gdeliveryd: startup with zoneid=1, appid=23
debug : DS: GradeManager initialized
debug : DS::WeatherConsole::Initialize: interval=1043
debug : DS:: Read War Zone Map 48:(20488:2),(20489:3),(20490:2),(20491:3),(20492:2),(20493:4),(20494:5),(20495:4),(20496:5),(20497:4),(20498:5),(20499:5),(20500:5),(20501:3),(20502:1),(20503:2),(20504:2),(20505:1),(20506:1),(20507:3),(20508:3),(20509:4),(20510:4),(20511:5),(20512:4),(20513:4),(20514:4),(20515:5),(20516:3),(20518:2),(2306:7),(20523:4),(20524:5),(20530:1),(20531:1),(20532:2),(20533:1),(2308:7),(2366:7),(2399:7),(2360:6),(20482:7),(20483:7),(2315:6),(2304:6),(20486:1),(20487:3),(2305:6),.
debug : DS::set self warzone:0 open_offset:0.
debug : DS::Campaign::RandomCampaignID: idx=1 cids.size()=1 latest_begin=1401271162 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=10 cids.size()=1 latest_begin=1401271162 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=11 cids.size()=1 latest_begin=1405357200 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=12 cids.size()=1 latest_begin=1403962200 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=13 cids.size()=1 latest_begin=1403888400 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=14 cids.size()=1 latest_begin=1403888400 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=15 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=16 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=17 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=18 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=19 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=20 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=21 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=22 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=23 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=24 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=25 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=26 cids.size()=1 latest_begin=0 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=27 cids.size()=1 latest_begin=1407474000 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=28 cids.size()=1 latest_begin=1401283800 prespkids.size=1
debug : DS::Campaign::RandomCampaignID: idx=4 cids.size()=1 latest_begin=1401282000 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=5 cids.size()=1 latest_begin=1401274800 prespkids.size=1
debug : DS::Campaign::RandomCampaignID: idx=6 cids.size()=3 latest_begin=1401271200 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=7 cids.size()=1 latest_begin=1401271162 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=8 cids.size()=1 latest_begin=1401274800 prespkids.size=0
debug : DS::Campaign::RandomCampaignID: idx=9 cids.size()=1 latest_begin=1401271162 prespkids.size=0
TRACE : GameDBServer::OnAddSession, sid=7.
debug : HUB::GGameHubServer::OnAddSession sid:3
debug : DS:: Insert GGameHubClient :GGameHubClient0.
TRACE : unamed::OnAddSession: sid=7
info : OnAddSession
debug : DS::GAntiCheatClient: connect gacd successfully!
err : DS::RegisterZone: send to uniquenamed failed ret=-2.
debug : gdelivery::connect to gauthd successfully.
debug : DS::GameDBClient: add session 2
debug : DS::MingxingManager::OnDBConnect
info : Hot_Repair: related db load mask=32.
info : logclienttcp: OnAddSession
info : logclient: OnAddSession
debug : ACTriggerCaptcha was sent ret=1
info : OnAddSession
TRACE : DB::DBGetServerSupportZoneID insert zoneid:1 aid:23 sid:7.
TRACE : DB::GetCommonData, prefix=458752, count=9.
TRACE : DB::GetCommonData, prefix=524288, count=0.
TRACE : DB::GetCommonData, prefix=720896, count=1.
TRACE : DB::GetCommonData, prefix=786432, count=1.
TRACE : DB::GetCommonData, prefix=851968, count=43.
debug : HUB::HubClientRegister zoneid:1, name:"", edition:0, serialno:0, sid:3
debug : DS::SyncTopList_Re: id=2,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=2 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=2 isload=1.
debug : DS::SyncTopList_Re: id=1,togs=0,toplist.items.size=3 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=1 category=0 togs=0 items.size=3.
debug : DS::TPManager::OnRefresh: tid=1 isload=1.
debug : DS::SyncTopList_Re: id=4,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=4 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=4 isload=1.
debug : DS::SyncTopList_Re: id=3,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=3 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=3 isload=1.
debug : DS::SyncTopList_Re: id=28,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=28 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=28 isload=1.
debug : DS::SyncTopList_Re: id=5,togs=0,toplist.items.size=3 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=5 category=0 togs=0 items.size=3.
debug : DS::TPManager::OnRefresh: tid=5 isload=1.
debug : DS::SyncTopList_Re: id=29,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=29 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=29 isload=1.
debug : DS::SyncTopList_Re: id=6,togs=0,toplist.items.size=3 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=6 category=0 togs=0 items.size=3.
debug : DS::TPManager::OnRefresh: tid=6 isload=1.
debug : DS::SyncTopList_Re: id=31,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=31 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=31 isload=1.
debug : DS::SyncTopList_Re: id=8,togs=0,toplist.items.size=3 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=8 category=0 togs=0 items.size=3.
debug : DS::TPManager::OnRefresh: tid=8 isload=1.
debug : DS::SyncTopList_Re: id=30,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=30 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=30 isload=1.
debug : DS::SyncTopList_Re: id=7,togs=0,toplist.items.size=3 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=7 category=0 togs=0 items.size=3.
debug : DS::TPManager::OnRefresh: tid=7 isload=1.
debug : DS::SyncTopList_Re: id=32,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=32 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=32 isload=1.
debug : DS::SyncTopList_Re: id=9,togs=0,toplist.items.size=2 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=9 category=0 togs=0 items.size=2.
debug : DS::TPManager::OnRefresh: tid=9 isload=1.
debug : DS::SyncTopList_Re: id=33,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=33 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=33 isload=1.
debug : DS::SyncTopList_Re: id=10,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=10 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=10 isload=1.
debug : DS::SyncTopList_Re: id=34,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=34 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=34 isload=1.
debug : DS::SyncTopList_Re: id=11,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=11 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=11 isload=1.
debug : DS::SyncTopList_Re: id=35,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=35 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=35 isload=1.
debug : DS::SyncTopList_Re: id=12,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=12 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=12 isload=1.
debug : DS::SyncTopList_Re: id=36,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=36 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=36 isload=1.
debug : DS::SyncTopList_Re: id=13,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=13 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=13 isload=1.
debug : DS::SyncTopList_Re: id=37,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=37 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=37 isload=1.
debug : DS::SyncTopList_Re: id=14,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=14 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=14 isload=1.
debug : DS::SyncTopList_Re: id=38,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=38 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=38 isload=1.
debug : DS::SyncTopList_Re: id=15,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=15 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=15 isload=1.
debug : DS::SyncTopList_Re: id=39,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=39 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=39 isload=1.
debug : DS::SyncTopList_Re: id=16,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=16 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=16 isload=1.
debug : DS::SyncTopList_Re: id=40,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=40 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=40 isload=1.
debug : DS::SyncTopList_Re: id=17,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=17 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=17 isload=1.
debug : DS::SyncTopList_Re: id=41,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=41 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=41 isload=1.
debug : DS::SyncTopList_Re: id=18,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=18 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=18 isload=1.
debug : DS::SyncTopList_Re: id=42,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=42 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=42 isload=1.
debug : DS::SyncTopList_Re: id=19,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=19 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=19 isload=1.
debug : DS::SyncTopList_Re: id=43,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=43 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=43 isload=1.
debug : DS::SyncTopList_Re: id=20,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=20 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=20 isload=1.
debug : DS::SyncTopList_Re: id=44,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=44 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=44 isload=1.
debug : DS::SyncTopList_Re: id=21,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=21 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=21 isload=1.
debug : DS::SyncTopList_Re: id=45,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=45 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=45 isload=1.
debug : DS::SyncTopList_Re: id=22,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=22 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=22 isload=1.
debug : DS::SyncTopList_Re: id=46,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=46 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=46 isload=1.
debug : DS::SyncTopList_Re: id=23,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=23 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=23 isload=1.
debug : DS::SyncTopList_Re: id=47,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=47 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=47 isload=1.
debug : DS::SyncTopList_Re: id=24,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=24 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=24 isload=1.
debug : DS::SyncTopList_Re: id=48,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=48 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=48 isload=1.
debug : DS::SyncTopList_Re: id=25,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=25 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=25 isload=1.
debug : DS::SyncTopList_Re: id=49,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=49 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=49 isload=1.
debug : DS::SyncTopList_Re: id=26,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=26 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=26 isload=1.
debug : DS::SyncTopList_Re: id=50,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=50 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=50 isload=1.
debug : DS::SyncTopList_Re: id=27,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=27 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=27 isload=1.
debug : DS::SyncTopList_Re: id=52,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=52 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=52 isload=1.
debug : DS::SyncTopList_Re: id=51,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=51 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=51 isload=1.
debug : DS::SyncTopList_Re: id=54,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=54 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=54 isload=1.
debug : DS::CommonDataManager::OnDBReply: prefix=458752, size=0
debug : DS::CommonDataManager::OnDBReply: prefix=524288, size=0
debug : DS::CommonDataManager::OnDBReply: prefix=720896, size=0
debug : DS::CommonDataManager::OnDBReply: prefix=786432, size=0
debug : DS::WooManager::OnDBReply: Loading woo npc info succeeded. count=0,curtime=1401271165
debug : DS::CommonDataManager::OnDBReply: prefix=851968, size=0
debug : DS::LootManager::OnDBReply: group=34,period=172800,max_count=2,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=35,period=255600,max_count=3,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=36,period=259200,max_count=2,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=37,period=172800,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=38,period=176400,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=39,period=205200,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=40,period=230400,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=41,period=259200,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=42,period=259200,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::LootManager::OnDBReply: group=43,period=259200,max_count=1,max_rate=0.001000,dync_rate=0.001000e0,start_timestamp=1401267600,try_count=0,drop_count=0
debug : DS::HubServerRegister hubd_id:1, serialno:0, sid:2, ret:1
debug : DS::SyncTopList_Re: id=53,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=53 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=53 isload=1.
debug : DS::SyncTopList_Re: id=56,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=56 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=56 isload=1.
debug : DS::SyncTopList_Re: id=55,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=55 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=55 isload=1.
debug : DS::SyncTopList_Re: id=58,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=58 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=58 isload=1.
debug : DS::SyncTopList_Re: id=57,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=57 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=57 isload=1.
debug : DS::SyncTopList_Re: id=60,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=60 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=60 isload=1.
debug : DS::SyncTopList_Re: id=59,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=59 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=59 isload=1.
debug : DS::SyncTopList_Re: id=62,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=62 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=62 isload=1.
debug : DS::SyncTopList_Re: id=61,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=61 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=61 isload=1.
debug : DS::SyncTopList_Re: id=64,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=64 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=64 isload=1.
debug : DS::SyncTopList_Re: id=63,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=63 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=63 isload=1.
debug : DS::SyncTopList_Re: id=66,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=66 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=66 isload=1.
debug : DS::SyncTopList_Re: id=65,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=65 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=65 isload=1.
debug : DS::SyncTopList_Re: id=68,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=68 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=68 isload=1.
debug : DS::SyncTopList_Re: id=67,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=67 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=67 isload=1.
debug : DS::SyncTopList_Re: id=70,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=70 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=70 isload=1.
debug : DS::SyncTopList_Re: id=69,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=69 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=69 isload=1.
debug : DS::SyncTopList_Re: id=72,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=72 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=72 isload=1.
debug : DS::SyncTopList_Re: id=71,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=71 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=71 isload=1.
debug : DS::SyncTopList_Re: id=74,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=74 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=74 isload=1.
debug : DS::SyncTopList_Re: id=73,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=73 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=73 isload=1.
debug : DS::SyncTopList_Re: id=76,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=76 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=76 isload=1.
debug : DS::SyncTopList_Re: id=75,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=75 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=75 isload=1.
debug : DS::SyncTopList_Re: id=78,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=78 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=78 isload=1.
debug : DS::SyncTopList_Re: id=77,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=77 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=77 isload=1.
debug : DS::SyncTopList_Re: id=80,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=80 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=80 isload=1.
debug : DS::SyncTopList_Re: id=79,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=79 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=79 isload=1.
debug : DS::SyncTopList_Re: id=82,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=82 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=82 isload=1.
debug : DS::SyncTopList_Re: id=81,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=81 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=81 isload=1.
debug : DS::SyncTopList_Re: id=84,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=84 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=84 isload=1.
debug : DS::SyncTopList_Re: id=83,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=83 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=83 isload=1.
debug : DS::SyncTopList_Re: id=86,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=86 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=86 isload=1.
debug : DS::SyncTopList_Re: id=85,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=85 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=85 isload=1.
debug : DS::SyncTopList_Re: id=88,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=88 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=88 isload=1.
debug : DS::SyncTopList_Re: id=87,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=87 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=87 isload=1.
debug : DS::SyncTopList_Re: id=90,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=90 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=90 isload=1.
debug : DS::SyncTopList_Re: id=89,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=89 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=89 isload=1.
debug : DS::SyncTopList_Re: id=92,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=92 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=92 isload=1.
debug : DS::SyncTopList_Re: id=91,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=91 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=91 isload=1.
debug : DS::SyncTopList_Re: id=94,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=94 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=94 isload=1.
debug : DS::SyncTopList_Re: id=93,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=93 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=93 isload=1.
debug : DS::SyncTopList_Re: id=96,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=96 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=96 isload=1.
debug : DS::SyncTopList_Re: id=95,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=95 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=95 isload=1.
debug : DS::SyncTopList_Re: id=98,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=98 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=98 isload=1.
debug : DS::SyncTopList_Re: id=97,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=97 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=97 isload=1.
debug : DS::SyncTopList_Re: id=100,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=100 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=100 isload=1.
debug : DS::SyncTopList_Re: id=99,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=99 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=99 isload=1.
debug : DS::SyncTopList_Re: id=102,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=102 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=102 isload=1.
debug : DS::SyncTopList_Re: id=101,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=101 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=101 isload=1.
debug : DS::SyncTopList_Re: id=104,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=104 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=104 isload=1.
debug : DS::SyncTopList_Re: id=103,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=103 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=103 isload=1.
debug : DS::SyncTopList_Re: id=106,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=106 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=106 isload=1.
debug : DS::SyncTopList_Re: id=105,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=105 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=105 isload=1.
debug : DS::SyncTopList_Re: id=108,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=108 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=108 isload=1.
debug : DS::SyncTopList_Re: id=107,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=107 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=107 isload=1.
debug : DS::SyncTopList_Re: id=110,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=110 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=110 isload=1.
debug : DS::SyncTopList_Re: id=109,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=109 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=109 isload=1.
debug : DS::SyncTopList_Re: id=112,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=112 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=112 isload=1.
debug : DS::SyncTopList_Re: id=111,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=111 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=111 isload=1.
debug : DS::SyncTopList_Re: id=114,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=114 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=114 isload=1.
debug : DS::SyncTopList_Re: id=113,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=113 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=113 isload=1.
debug : DS::SyncTopList_Re: id=116,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=116 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=116 isload=1.
debug : DS::SyncTopList_Re: id=115,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=115 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=115 isload=1.
debug : DS::SyncTopList_Re: id=118,togs=1,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=118 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=118 isload=1.
debug : DS::SyncTopList_Re: id=117,togs=0,toplist.items.size=0 rpitems.size=14 expirybegin=0 expiryend=0.
debug : DS::TPManager::SyncTopListWithDB: tid=117 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=117 isload=1.
debug : DS::Update:: JueweiTaskInfo list size=0,cur map size=0
debug : DS::DBGetServerSupportZoneID zoneid:1, aid:23, retcode:0, support:0,[]
TRACE : unamed:RegisterZone zone:1 [1], insert:0, remove:0
TRACE : DB::DBMingxingLoad
TRACE : DB::DBCampaignOperate: type=1 forbiditems.size=0 gmopenitems.size=0.
TRACE : DB::GetDIYKungfu.
TRACE : DB::DBTopListLoad: ids.size=2.
TRACE : DBFactionLoad, size=0, tizi.size=0, handle=0
TRACE : DBLoadAuction, size=0, handle=0
TRACE : DB::DBStockLoad: size=0, handle=0
debug : DS::RegisterZone::Client retcode:0, res_size:2, [(1:)-(2:)-].
debug : DS::DBMingxingLoad, retcode=0, mingxings.size()=0
debug : DS::MingxingManager::Load, data.size()=0
debug : DS::FactionManager::OnRelatedDBLoadFinish: mask=8.
debug : DS::DBCampaignOperate: type=1 retcode=0 forbiditems.size=0 gmopenitems.size=0.
info : Hot_Repair: related db load mask=16.
debug : DS::ServerInfo::OnLoad: open_time=0 init_time=1400171410.
debug : DS::ServerConfig::UpdateStatus: mask=0x4, status=0x0, force=1
TRACE : DBFactionCityLoad, size=15, lastkey=0
TRACE : DB::DBSyncServerCommonConfig synced res:0
debug : DS::KungfuManager::OnDBReply: size=0
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=300.
debug : DS::TPManager::SyncTopListWithDB: tid=300 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=300 isload=1.
debug : DS::DSTopList::Load: id:300 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=301.
debug : DS::TPManager::SyncTopListWithDB: tid=301 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=301 isload=1.
debug : DS::DSTopList::Load: id:301 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DBFactionGetAll: retcode=0, size=0, tizis.size=0, handle=0
debug : DS::FactionManager::OnLoadFinished: factions.size()=0
debug : DS::FactionManager::DealAllVoteInfo: isinit=1.
debug : DS::GroupManager::newServerGroup: id=1,members:0
debug : DS::FactionManager::OnRelatedDBLoadFinish: mask=1.
debug : DS::DBLoadAuction:Client retcode=0, units sz=0
debug : DS::AuctionManager::RegisterAuction 0
debug : DBStockLoad: retcode=0, size=0, handle=0
debug : DS::StockExchange::Open: accounts=0,orders=0,idpool=1
info : Hot_Repair: related db load mask=64.
debug : DS::DBFactionCityLoad: retcode=0 citys.size=15 lastkey.size=0.
debug : DS::FactionCity::OnLoad: cityid=4 kingid=0 security=50 economy=50400 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=67 kingid=0 security=50 economy=189000 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=68 kingid=0 security=50 economy=189000 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=69 kingid=0 security=50 economy=75600 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=71 kingid=0 security=50 economy=100800 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=72 kingid=0 security=50 economy=50400 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=75 kingid=0 security=50 economy=151200 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=76 kingid=0 security=50 economy=75600 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=77 kingid=0 security=50 economy=75600 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=78 kingid=0 security=50 economy=75600 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=79 kingid=0 security=50 economy=100800 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=80 kingid=0 security=50 economy=63000 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=81 kingid=0 security=50 economy=63000 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=82 kingid=0 security=50 economy=151200 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FactionCity::OnLoad: cityid=83 kingid=0 security=50 economy=100800 industry=50 subs.size=0 applys.size=0 mains.size=0.
debug : DS::FCityManager::OnLoadFinished: citys.size=15.
debug : FCityManager::SetNextAuctionTime: auction_time=1401606000 clear_canset_time=1401865200 now=1401271165.
debug : DS::FactionManager::OnRelatedDBLoadFinish: mask=2.
debug : DS::DBSyncServerCommonConfig sync res:0
TRACE : DB::DBTopListLoad: ids.size=2.
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=302.
debug : DS::TPManager::SyncTopListWithDB: tid=302 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=302 isload=1.
debug : DS::DSTopList::Load: id:302 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=303.
debug : DS::TPManager::SyncTopListWithDB: tid=303 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=303 isload=1.
debug : DS::DSTopList::Load: id:303 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
TRACE : DB::DBTopListLoad: ids.size=2.
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=304.
debug : DS::TPManager::SyncTopListWithDB: tid=304 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=304 isload=1.
debug : DS::DSTopList::Load: id:304 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=305.
debug : DS::TPManager::SyncTopListWithDB: tid=305 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=305 isload=1.
debug : DS::DSTopList::Load: id:305 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
TRACE : DB::DBTopListLoad: ids.size=2.
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=306.
debug : DS::TPManager::SyncTopListWithDB: tid=306 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=306 isload=1.
debug : DS::DSTopList::Load: id:306 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=307.
debug : DS::TPManager::SyncTopListWithDB: tid=307 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=307 isload=1.
debug : DS::DSTopList::Load: id:307 srcid:300 togs:1 updatetype:1 updatetime:0 maxsize:100 cursize:0 nexsave:1401296400 lastsave:1401210000 now:1401271165.
TRACE : DB::DBTopListLoad: ids.size=2.
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=308.
debug : DS::TPManager::SyncTopListWithDB: tid=308 category=0 togs=1 items.size=0.
debug : DS::TPManager::OnRefresh: tid=308 isload=1.
debug : DS::DSTopList::Load: id:308 srcid:300 togs:1 updatetype:4 updatetime:372210 maxsize:100 cursize:0 nexsave:1402845000 lastsave:1400425800 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=309.
debug : DS::TPManager::SyncTopListWithDB: tid=309 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=309 isload=1.
debug : DS::DSTopList::Load: id:309 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
TRACE : DB::DBTopListLoad: ids.size=2.
debug : DS::DBTopListLoad: ids.size=2 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=310.
debug : DS::TPManager::SyncTopListWithDB: tid=310 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=310 isload=1.
debug : DS::DSTopList::Load: id:310 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::DSTopList::SaveToDS:: tid=311.
debug : DS::TPManager::SyncTopListWithDB: tid=311 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=311 isload=1.
debug : DS::DSTopList::Load: id:311 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
TRACE : DB::DBTopListLoad: ids.size=1.
debug : DS::StockStatus: uptime=0,trade_price=0,order_volume=0,trade_volume=0,trade_amount=0,idpool=1
debug : DS::DBTopListLoad: ids.size=1 toplists.size=0.
debug : DS::DSTopList::SaveToDS:: tid=312.
debug : DS::TPManager::SyncTopListWithDB: tid=312 category=0 togs=0 items.size=0.
debug : DS::TPManager::OnRefresh: tid=312 isload=1.
debug : DS::DSTopList::Load: id:312 srcid:0 togs:0 updatetype:0 updatetime:0 maxsize:100 cursize:0 nexsave:0 lastsave:0 now:1401271165.
debug : DS::FactionManager::OnRelatedDBLoadFinish: mask=4.
debug : DS::FactionManager::OnRelatedDBLoadFinish: all related db finished load_status=15.
debug : DS::FactionManager::UpdateAllIncConsDegree: isinit=1.
debug : accaptchalist:captype=0:size=20
=== SUCESSO! ===

=== GLINKD ===
info : TcpManager OnAddSession
info : TcpManager OnAddSession
notice : formatlog:addsession:sid=3:ip=127.0.0.1
info : logclient: OnAddSession
info : logclienttcp: OnAddSession
debug : GTransferFDClient::OnAddSession: sid=2
notice : formatlog:ls_stat:time=1401271165:sessions=0:compression_ratio=1.000:data_size=0:compressed_size=0:poll_psec=1:s2c_proc_psec=0:c2s_proc_psec=0:cpu_load=0.00:sys_load=0.00:user_load=0.00
info : OnAddSession
debug : AnnounceLinkType: sid=3, type=1
debug : LS::ConfigLink: challenge_algo=0,debug_mode=0,status=4
debug : GTransferFDClient::OnDelSession: sid=2
notice : formatlog:addsession:sid=4:ip=127.0.0.1
info : logclient: OnAddSession
info : logclienttcp: OnAddSession
notice : formatlog:ls_stat:time=1401271165:sessions=0:compression_ratio=1.000:data_size=0:compressed_size=0:poll_psec=1:s2c_proc_psec=0:c2s_proc_psec=0:cpu_load=0.00:sys_load=0.00:user_load=0.00
info : OnAddSession
debug : AnnounceLinkType: sid=4, type=2
debug : LS::ConfigLink: challenge_algo=0,debug_mode=0,status=4
debug : GTransferFDClient::OnAddSession: sid=4
debug : GTransferFDServer::OnAddSession: sid=3
debug : DS::Campaign::NoticeReady: idx=1 pre_min=0.
info : DS::CampaignManager::Operation: idx=1 commandtype=1 forbidcode=0.
debug : campaign command:command: campaignid=1 commandtype=1.
debug : DS::Campaign::NoticeReady: idx=7 pre_min=0.
info : DS::CampaignManager::Operation: idx=7 commandtype=1 forbidcode=0.
debug : campaign command:command: campaignid=7 commandtype=1.
info : DS::CampaignManager::Operation: idx=9 commandtype=3 forbidcode=7.
debug : campaign command:command: campaignid=9 commandtype=3.
debug : DS::Campaign::NoticeReady: idx=10 pre_min=0.
info : DS::CampaignManager::Operation: idx=10 commandtype=1 forbidcode=0.
debug : campaign command:command: campaignid=10 commandtype=1.
debug : LS::ChatBroadcast: roleid=39,channel=5
debug : LS::ChatBroadcast: roleid=39,channel=5
debug : LS::ChatBroadcast: roleid=39,channel=5
debug : LS::CampaignInfoForClient: mode=1, items.size=3 ,localsid=0
=== SUCESSO! ===

=== WORLD ===
info : Hot_Repair: begin process last_xml_modify=1400865384 mask=0.
info : Hot_Repair: forbid activity end index=8.
info : Hot_Repair: forbid activity end index=9.
info : Hot_Repair: forbid activity end index=5.
info : Hot_Repair: forbid activity end index=6.
info : Hot_Repair: open activity start index=20 start_time=1376004600 last_time=57600.
info : Hot_Repair: ac enable=1
info : Hot_Repair: double exp start_time=0 last_time=0 now=1401271174
info : Hot_Repair: memory check enable=1
debug : DS::StockExchange::Open: accounts=0,orders=0,idpool=1
info : Hot_Repair: trade cash enable=1
TRACE : DB::DBCampaignOperate: type=3 forbiditems.size=1 gmopenitems.size=0.
TRACE : DB::DBCampaignOperate: type=3 forbiditems.size=1 gmopenitems.size=0.
TRACE : DB::DBCampaignOperate: type=3 forbiditems.size=1 gmopenitems.size=0.
TRACE : DB::DBCampaignOperate: type=3 forbiditems.size=1 gmopenitems.size=0.
TRACE : DB::DBCampaignOperate: type=4 forbiditems.size=0 gmopenitems.size=1.
debug : DS::DBCampaignOperate: type=3 retcode=0 forbiditems.size=0 gmopenitems.size=0.
debug : DS::DBCampaignOperate: type=3 retcode=0 forbiditems.size=0 gmopenitems.size=0.
debug : DS::DBCampaignOperate: type=3 retcode=0 forbiditems.size=0 gmopenitems.size=0.
debug : DS::DBCampaignOperate: type=3 retcode=0 forbiditems.size=0 gmopenitems.size=0.
debug : DS::DBCampaignOperate: type=4 retcode=0 forbiditems.size=0 gmopenitems.size=0.

===============================================================
= Servidor Ligado com sucesso =
= Servidores estao Online =
===============================================================
[root@localhost server]# info : DS::GHubServerManager refresh hub server:1 info sz:1, send:16008, now:16008, ping:4096ms, ret:0.
debug : DS::GHubServerManager CollectZoneInfo not_init:0, conf_counter:2335451
debug : HUB::CollectZoneInfo from zone:1, list_sz:0, ret_size:1.
debug : HUB::CollectZoneInfo from zone:1, list_sz:1, ret_size:0.
debug : DS::CollectZoneInfo_Re from hub:1, sz:1.
debug : DS::Campaign::NoticeReady: idx=6 pre_min=0.
info : DS::CampaignManager::Operation: idx=6 commandtype=1 forbidcode=0.
debug : campaign command:command: campaignid=6 commandtype=1.
debug : LS::ChatBroadcast: roleid=39,channel=5
debug : LS::CampaignInfoForClient: mode=1, items.size=3 ,localsid=0
TRACE : checkpoint begin.
TRACE : checkpoint end.
info : RPC_STAT, all type, count=26, avg_time=14403, max_time=49158
info : RPC_STAT, type=721, count=7, avg_time=6984, max_time=48703
info : RPC_STAT, type=3059, count=6, avg_time=8094, max_time=48290
info : RPC_STAT, type=9211, count=5, avg_time=22, max_time=54
info : RPC_STAT, type=9333, count=1, avg_time=48135, max_time=48135
info : RPC_STAT, type=9231, count=1, avg_time=46789, max_time=46789
info : RPC_STAT, type=4556, count=1, avg_time=49158, max_time=49158
info : RPC_STAT, type=6200, count=1, avg_time=1162, max_time=1162
info : RPC_STAT, type=9341, count=1, avg_time=21, max_time=21
info : RPC_STAT, type=411, count=1, avg_time=49117, max_time=49117
info : RPC_STAT, type=8811, count=1, avg_time=33502, max_time=33502
info : DS::GHubServerManager refresh hub server:1 info sz:1, send:48005, now:48005, ping:256ms, ret:0.
TRACE : GameDBServer::OnAddSession, sid=8.
info : TcpManager OnAddSession
info : OnAddSession
debug : LS::LineRegister: lineid=1,sid=3,attribute=0,edition=9a8db11
TRACE : DB::GetRole: roleid=102 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=100 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=103 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=101 mask=0x1f line=1 reason=query
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=104,(100) record not found
debug : DB::GetRole: roleid=101,(100) record not found
debug : DB::GetRole: roleid=106,(100) record not found
debug : DB::GetRole: roleid=105,(100) record not found
debug : DB::GetRole: roleid=106,(100) record not found
debug : DB::GetRole: roleid=103,(100) record not found
debug : DB::GetRole: roleid=100,(100) record not found
debug : DB::GetRole: roleid=104,(100) record not found
debug : DB::GetRole: roleid=105,(100) record not found
debug : DB::GetRole: roleid=102,(100) record not found
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=104,(100) record not found
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=106,(100) record not found
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=105,(100) record not found
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=104,(100) record not found
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=106,(100) record not found
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=105,(100) record not found
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=104,(100) record not found
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=106,(100) record not found
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=105,(100) record not found
TRACE : DB::GetRole: roleid=104 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=104,(100) record not found
TRACE : DB::GetRole: roleid=106 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=106,(100) record not found
TRACE : DB::GetRole: roleid=105 mask=0x1f line=1 reason=query
debug : DB::GetRole: roleid=105,(100) record not found
debug : DS::GHubServerManager CollectZoneInfo not_init:0, conf_counter:2335452
debug : HUB::CollectZoneInfo from zone:1, list_sz:0, ret_size:1.
debug : DS::CollectZoneInfo_Re from hub:1, sz:1.
debug : UserContainer::RefreshIngame: total=0, current=0, new=0
debug : DS::EngameQueue::Update: user_total=0,user_ingame=0,user_waiting=0,user_ready=0
TRACE : checkpoint begin.
TRACE : checkpoint end.
info : RPC_STAT, all type, count=22, avg_time=73772, max_time=162554
info : RPC_STAT, type=3005, count=22, avg_time=73772, max_time=162554
TRACE : checkpoint begin.
TRACE : checkpoint end.
TRACE : checkpoint begin.
TRACE : checkpoint end.
info : DS::GHubServerManager refresh hub server:1 info sz:1, send:160001, now:160001, ping:0ms, ret:0.
info : -------- LSͳ����Ϣ-----------load:0.00%
poll: total=17280, ave=96 /sec self_count:96 /sec.
protocol:
GDeliveryClient protocol count:7, ave:0 /sec
GProviderServer protocol count:6, ave:0 /sec, total:6/0
GLinkServer protocol count:0, ave:0 /sec
������������: c2s_total=0, ave=0 /sec
������������: s2c_total=0, ave=0 /sec
poll_time: total=178683433 usec,rate=99.70,ave=10340 usec,count=17280,max=847537 us,varia= 6390.11 us
process_time: total=279522 usec,rate=0.16,ave=16 usec,count=17279,max=232929 us,varia= 1771.91 us
update_timer_time: total=114355 usec,rate=0.06,ave=6 usec,max=6831 us,varia=57.62 us
----------END----------
info : LS::GamedataSend Statistic:
debug : UserContainer::RefreshIngame: total=0, current=0, new=0
debug : DS::EngameQueue::Update: user_total=0,user_ingame=0,user_waiting=0,user_ready=0
TRACE : checkpoint begin.
TRACE : checkpoint end.
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
@nokxx: After you run start.sh, please wait 3-5 minutes, and open new shell, type commands above
 
Junior Spellweaver
Joined
Jun 28, 2013
Messages
147
Reaction score
13
@oxconan:#free
#ps -ef | grep ./g
ps -ef| grep ./g
root 1820 1 0 16:11 ? 00:00:00 /usr/sbin/gdm-binary -nodaemon
root 1853 1820 0 16:11 ? 00:00:00 /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1 --force-active-vt
root 1855 1853 0 16:11 tty1 00:02:15 /usr/bin/Xorg :0 -nr -verbose -audit 4 -auth /var/run/gdm/auth-for-gdm-BCZxz7/database -nolisten tcp vt1
root 2009 1 0 16:12 ? 00:00:00 /usr/bin/gnome-keyring-daemon --daemonize --login
root 2047 1 0 16:12 ? 00:00:01 /usr/libexec/gconfd-2
root 2060 1 0 16:12 ? 00:00:00 /usr/libexec/gvfsd
root 2066 1 0 16:12 ? 00:00:00 /usr/libexec//gvfs-fuse-daemon /root/.gvfs
root 2090 1 0 16:12 ? 00:00:00 /usr/libexec/gvfs-gdu-volume-monitor
root 2092 1 0 16:12 ? 00:00:00 /usr/libexec/gvfsd-trash --spawner :1.7 /org/gtk/gvfs/exec_spaw/0
root 2097 1 0 16:12 ? 00:00:00 /usr/libexec/gvfs-afc-volume-monitor
root 2104 2018 0 16:12 ? 00:00:00 /usr/libexec/gdu-notification-daemon
root 2114 1 0 16:12 ? 00:00:00 /usr/libexec/gvfs-gphoto2-volume-monitor
root 2136 2133 0 16:12 ? 00:00:00 /usr/libexec/pulse/gconf-helper
root 2150 1 0 16:12 ? 00:00:00 /usr/libexec/gdm-user-switch-applet --oaf-activate-iid=OAFIID:GNOME_FastUserSwitchApplet_Factory --oaf-ior-fd=28
root 2164 1 0 16:12 ? 00:00:00 /usr/libexec/gvfsd-burn --spawner :1.7 /org/gtk/gvfs/exec_spaw/1
root 2169 1 0 16:12 ? 00:00:00 /usr/libexec/gvfsd-metadata
root 2175 1 0 16:12 ? 00:00:00 /usr/libexec/gvfsd-computer --spawner :1.7 /org/gtk/gvfs/exec_spaw/2
root 2219 1 0 16:15 ? 00:00:20 /usr/bin/gnome-terminal -x /bin/sh -c cd '/navicat110_premium_en' && exec $SHELL
root 8873 1 0 19:57 pts/7 00:00:00 ./gamedbd gamesys.conf
root 8894 1 0 19:58 pts/7 00:00:00 ./gacd gamesys.conf
root 8896 1 0 19:58 pts/7 00:00:00 ./ghubd gamesys.conf
root 8898 1 2 19:58 pts/7 00:00:02 ./gdeliveryd gamesys.conf
root 8901 1 0 19:58 pts/7 00:00:00 ./glinkd --ccs gamesys.conf
root 8902 1 0 19:58 pts/7 00:00:00 ./glinkd --cls -i 1 gamesys.conf
root 8922 1 41 19:58 pts/7 00:00:43 ./gs gs.conf gmserver.conf config/gsalias1.conf
root 8946 8828 0 19:59 pts/7 00:00:00 grep ./g
 
Newbie Spellweaver
Joined
Feb 24, 2012
Messages
32
Reaction score
1
@nokxx: copy content gamed/gs.conf, and authd/build/authd.conf, and copy log file logs/auth.log
 
Junior Spellweaver
Joined
Jun 28, 2013
Messages
147
Reaction score
13
@oxconan: gamed/gs.conf
1;# 1 "preview/gamed/gs.conf"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "preview/gamed/gs.conf"
[Identify]
;ÕâžöÊÇgsµÄidÐèÒªÔÚgsaliasž²žÇµô±£Ö€Ã¿žögsµÄid²»Í¬
;²âÊÔÊÇ·ñͬ²œÁË,Èç¹ûÍâ·þûÕâŸä»°,˵Ã÷ÓÐÎÊÌâ
ServerID = 255

[SpawnController]
;disable = 12345 54321

[General]
;Ö§³ÖµÄËùÓг¡Ÿ°
all_scenes = 4;5;6;18;26;31;42;57;66;67;68;69;70;71;72;73;74;75;76;77;78;79;80;81;82;83;84;85;86;89;90;91;93;94;95;96;97;98;99;100;1051;1052;2014;2015;1310;2003;2016;2017;1023;1041;1203;1515;1256;1259;1260;1270;1301;1229;1306;1305;1304;1210;2001;1209;1279;1282;1278;1211;1276;1311;1275;1240;1236;1235;1234;1239;1281;1307;1028;1026;1231;1232;1513;1303;1298;1280;1277;1297;1273;1042;1296;1308;1299;1288;1292;1050;1019;1405;1267;1266;1268;1517;1295;1265;1264;1258;1508;1500;1294;1522;1293;1291;1290;1289;1521;1219;1218;1217;1216;1016;1252;1251;1250;1249;1245;1244;1215;1514;1243;1242;1600;1302;1255;1287;1518;1241;1309;1253;1230;2020;2021;1271;1272;1603;1601;1602;1054;1512;1516;1519;1520;1523;1525;1524;1604;1401;1283;1284;1285;1286;2018;2019;2022;2023;1607;103;104;

;Ö§³ÖµÄËùÓО±±Ÿ
all_worlds = 0;1980;2881;3309;2284;3066;2996;2997;1251;1252;1253;1254;1255;1256;1257;1258;1259;1260;1247;1248;3059;3060;3061;3062;2011;2017;2018;2013;2084;2206;2207;2208;2209;2022;2023;2467;2466;2479;2480;2481;2477;2484;2535;2571;2572;2598;2599;2649;2650;2651;2652;2823;2852;2824;2880;2908;2965;3001;3002;3005;3006;3003;3004;3058;3303;3304;3305;3306;3307;3308;3314;3380;3381;3479;3483;1898;2465;2576;2626;3048;1928;1777;169;3042;3043;3044;858;1923;3289;3533;3582;3547;3548;3549;3550;3551;2998;2904;2905;2903;3536;2853;2854;2962;2963;4028;3892;3895;3046;2083;2638;3049;3050;3630;3634;3635;4030;3063;3054;3055;3064;4719;4795;4796;


;±ŸÏßÖ§³ÖµÄÊÀœç
worlds = 0;

;ÊÇ·ñ·À³ÁÃÔ
anti_wallow = true
;µ÷ÊÔÃüÁî
debug_command_mode=0
CheckPlayerMove = 1

;Âߌ­Œ¶±ðÏÞÖÆ
logic_level_limit = 89
;ÔÊÐíµÇÈëÖ°Òµ 0xffffffff = 4294967295
allow_login_prof_mask = 4294967295
;œûÖ¹Êä³ö
no_output = 0
no_skoutput = 1
screen_out = 0;

[WallowLight]
exp = 0.5f
sp = 0.5f
item = 0.5f
money = 0.5f
task_exp = 0.5f
task_sp = 0.5f
task_money = 0.5f

[WallowHeavy]
exp = 0
sp = 0
item = 0
money = 0
task_exp = 0
task_sp = 0
task_money = 0

[WallowTime]
TimeLight = 10
TimeHeavy = 20
TimeClear = 15
ClearMode = RestTime

[Param]
;ΎʹÓÃ,ÕâÖÖ²ÎÊýÅäÖÃÓŠžÃÔÚworld²ãÅäÖÃ
;forbid_trade = 0
;ÊÇ·ñÔÊÐírootÆô¶¯³ÌÐò
allow_root = 0

[MoveMap]
Path = movemap
WaterPath = watermap
AirPath = airmap

[Script]
;×¢ÒâÒªÓßø¶Ô·Ÿ¶
GlobalScript = ./config/script/global_script.lua

[Template]
;×¢ÒâÒªÓßø¶Ô·Ÿ¶,Ä¿ÂŒÃû×ÖºóÃæŒÓ"/"
Root = ./config/
item_data_file = elements.data
task_data_file = tasks.data
mall_data_file = malldata.xml
policy_data_file = policy.data
LuaData = global_api.lua
prof_lvup = proflvup.TXT
prof_adds = profadds.TXT
prof_lvup_ex = proflvup_ex.TXT
prof_adds_ex = profadds_ex.TXT
atkdefmodi = AtkDefModi.txt
map_conf_file = terrain.cfg
force_data = Exp2Force.txt
skills_data = skills.data
loot_group = loot_group.TXT
npc_group_refresh = npc_group_refresh.txt

RestartShell = ./restart

RegionFile = region.sev
RegionFile2 = precinct.sev
RegionFile3 = bufregion.sev
NPCGenFile = npcgen.data
PathFile = path.sev

DiscovermapDef = discover.txt
board_data = boards.data


;################################################################################################################
[InstanceRegister]
;ËùÓÐÖ§³Ö×Ô¶¯·ÖÅäµÄž±±ŸÏß,Èç¹ûûÓÐÆô¶¯£¬»áµŒÖ²¿·Öž±±Ÿ¿ÉÄÜÎÞ·šÆô¶¯
;³ýÁË×Ô¶¯·ÖÅ䲿·Ö£¬¿ÉÒÔÊÖ¶¯ÅäÖò¿·Öž±±Ÿ,ŽËÅäÖÃÔÚÔ­ÅäÖÃÉÏÔöŒÓž±±Ÿ
dyn_instance_line = 1;2;3;4;

;Ö§³ÖµÄģʜ InstanceMode_n
mode = 1;2;3:4;5;6;10;
;mode =

[InstanceMode_1]
;ÿÌõÏßÆô¶¯ž±±Ÿ×îŽóÊýÁ¿Îª600£¬ÔòÖ§³ÖÒ»ÌõÏߵĻ°Îª600,ËùÓÐÏßÖ§³ÖŽóžÅΪ1ÍòÈË
; >0Ϊn, ×îŽóΪdyn_instance_lineµÄÊýÄ¿£¬×Ô¶¯ÐÞÕý
need_gs_count = 100;
;ž±±ŸºÅ,¿ª·þµÚÒ»žöž±±Ÿ£¬ËùÓÐÏ߶ŒÖ§³Ö
instance_tid = 2823;

[InstanceMode_2]
;10Œ¶ºóŸçÇéž±±Ÿ£¬¿ªÆô7žöÖ§³Öͬʱ3500žö
need_gs_count = 7;
instance_tid = 2011;2017;2018;2013;2084;2206;2207;2208;2209;2022;2023;2467;2466;2479;2480;2481;2477;2484;2535;2571;2572;2598;2599;2649;2650;2651;2652;3001;3002;3005;3006;3003;3004;3303;3304;3305;3306;3307;3308;3314;3380;3381;3479;3483;3059;3060;3061;3062;3533;3582;2904;2905;2903;3536;2853;2854;2962;2963;4028;3892;3895;3064;3063;3054;3055;

[InstanceMode_3]
;Ö»ÄÜ¿ªÆôÒ»žöµÃž±±Ÿ,°ïÅÉ»ùµØ,200-250žö,ÊÖ¶¯ÅäÖõœ 29£¬30Ïß
need_gs_count = 1;
instance_tid = 1247;1248;

[InstanceMode_4]
;Ö»ÐèÒª¿ªÆôÒ»žöž±±Ÿ,ŽóžÅ1000žö,°ïÅÉÏà¹Øž±±Ÿ£¬Ñ¹ÁŠ²»Žó
need_gs_count = 2;
instance_tid = 1980;2881;3309;2284;3066;2996;2997;1251;1252;1253;1254;1255;1256;1257;1258;1259;1260;2998;

[InstanceMode_5]
;ŸºŒŒ³¡£¬Ó¢ÐÛ֮·£¬ÂÌÖñ£¬°Ù¶ŸÈëÇÖ£¬ÂÌÖñ£¬µÈ Ö§³ÖŽóžÅ4000žö×óÓÒ »¹Óйؿš
need_gs_count = 8;
instance_tid = 1898;2465;2576;2626;3048;1928;1777;169;3042;3043;3044;858;1923;3289;3547;3548;3549;3550;3551;3046;2083;2638;3049;3050;3630;3634;3635;4030;4719;4795;4796;

[InstanceMode_6]
;10Œ¶Ö®Ç°µÄž±±Ÿ£¬Ñ¹ÁŠœÏŽó£¬¿ªÆô12žö×îŽóÖ§³Ö7000ÈËͬʱ¿ªÆô
need_gs_count = 12;
instance_tid = 2852;2824;2880;2908;2965;3058;

[InstanceMode_10]
;ŽóžÅÖ§³Ö500ÈËž±±Ÿ,ËùÓпÉÄܵб±Ÿ
need_gs_count = 1;


;################################################################################################################
[SceneMirror]
;ËùÓÐÓПµÏñµÄ³¡Ÿ°
;2017;2016;2015;2014;2018;2019;2022;2023Êǵع¬
mirror_scenes = 2017;2016;2015;2014;1051;68;70;4;5;6;18;26;31;42;66;67;69;71;72;73;74;75;76;77;78;79;81;93;94;1052;57;1310;2003;95;96;97;80;82;83;84;85;89;100;2020;2021;86;90;91;98;99;2018;2019;2022;2023;103;104;

;ºì³Ÿ¿ÍÕ»,µÚÒ»žöµØ͌ѹÁŠœÏŽó£¬µØÍŒºÜСÿžöÖ§³Ö50-100ÈË
[MirrorScene_1051]
;ÐèÒª¿ªÆôŸµÏñµÄServerIDºÅ£¬ºöÂÔgsalias.confÖйØÓڎ˳¡Ÿ°µÄµÄÅäÖ㬵«ÊÇÐèÒªgsalias.conf
; ÖÐÔÚworlds ÖÐÅäÖÃŽóÊÀœçÅäÖá£
;Æô¶¯Ê±·þÎñÆ÷ÐèÒª±£Ö€µÄÈËÔ±ÊýÁ¿,¿ªÆôÏàÓŠµÄŸµÏñ
min_players_count = 3000;
player_capacity = 80;

; ÔÚÕâЩServerIDÖУ¬µÚÒ»žöServerIDΪÖ÷ŸµÏñID
support_server = 1;2;3;4;5;6;7;8;9;10;11;

[MirrorScene_68]
; ž£ÖݳÇ
player_capacity = 400;
support_server = 1;2;3;4;

[MirrorScene_70]
;»ØÑãÂ¥
player_capacity = 80;
support_server = 1;4;5;6;

[MirrorScene_4]
;ºâÉœœŒÍâ
player_capacity = 300;
support_server = 1;5;6;7;

[MirrorScene_5]
;ºâÉœÅÉ
player_capacity = 300;
support_server = 1;6;7;8;

[MirrorScene_6]
;Îäµ±ÅÉ
player_capacity = 300;
support_server = 1;7;8;9;

[MirrorScene_18]
;åÐÒ£ÅÉ
player_capacity = 300;
support_server = 1;8;9;10;

[MirrorScene_26]
;ÎåÏÉœÌ
player_capacity = 300;
support_server = 1;9;10;11;

[MirrorScene_31]
;¶ëáÒÅÉ
player_capacity = 300;
support_server = 1;10;11;6;

[MirrorScene_42]
;ÈÕÔÂÉñœÌ
player_capacity = 300;
support_server = 1;11;1;2;

[MirrorScene_66]
;ÉÙÁÖËÂ
player_capacity = 300;
support_server = 1;2;11;

[MirrorScene_67]
;ºâÉœ³Ç
player_capacity = 500;
support_server = 1;2;3;

[MirrorScene_69]
;Î䵱ɜœÅ
player_capacity = 300;
support_server = 1;2;3;4;

[MirrorScene_71]
;Ò©Íõ¹È
player_capacity = 300;
support_server = 1;5;6;7;

[MirrorScene_72]
;ž£ÖÝœŒÍâ
player_capacity = 300;
support_server = 1;6;7;8;9;

[MirrorScene_73]
;ҹ᰹È
player_capacity = 300;
support_server = 1;7;8;9;

[MirrorScene_74]
;»ªÉœÅÉ
player_capacity = 300;
support_server = 1;9;10;11;

[MirrorScene_75]
;ÂåÑô³Ç
player_capacity = 800;
support_server = 1;10;11;3;

[MirrorScene_76]
;»ªÉœ
player_capacity = 300;
support_server = 1;11;1;10

[MirrorScene_77]
;ÉÙÊÒÉœ
player_capacity = 400;
support_server = 1;2;4;

[MirrorScene_78]
;̩ɜ
player_capacity = 400;
support_server = 1;2;4;

[MirrorScene_79]
;ÖìÏÉÕò
player_capacity = 400;
support_server = 1;2;3;4;

[MirrorScene_81]
;Îå°ÔžÚ
player_capacity = 600;
support_server = 3;6;

[MirrorScene_93]
;ºãÉœÅÉ
player_capacity = 300;
support_server = 1;3;4;5;

[MirrorScene_94]
;ÌÆÃÅ
player_capacity = 300;
support_server = 1;4;5;6;

[MirrorScene_1052]
;»ªÉœ±ðÔº
player_capacity = 300;
support_server = 1;5;6;7;

[MirrorScene_57]
;ÀÞÌš
player_capacity = 180;
support_server = 1;6;7;8;

[MirrorScene_1310]
;ËŒ¹ýÑÂ
player_capacity = 300;
support_server = 1;8;9;10;

[MirrorScene_2003]
;ÍòÊÞ¹È
player_capacity = 300;
support_server = 1;8;9;10;

[MirrorScene_95]
;ŸºŒŒ³¡ŸµÏñ1
player_capacity = 180;
support_server = 9;10;

[MirrorScene_96]
;ŸºŒŒ³¡ŸµÏñ2
player_capacity = 180;
support_server = 10;11;

[MirrorScene_97]
;ŸºŒŒ³¡ŸµÏñ3
player_capacity = 180;
support_server = 11;10;

[MirrorScene_98]
;ŸºŒŒ³¡ŸµÏñ4
player_capacity = 180;
support_server = 4;1;

[MirrorScene_99]
;ŸºŒŒ³¡ŸµÏñ5
player_capacity = 180;
support_server = 1;2;

[MirrorScene_103]
;ŸºŒŒ³¡ŸµÏñ6
player_capacity = 180;
support_server = 10;11;

[MirrorScene_104]
;ŸºŒŒ³¡ŸµÏñ7
player_capacity = 180;
support_server = 10;11;

[MirrorScene_80]
;ÏɳîÏ¿ ¹Ì¶šŸµÏñÊý2
min_players_count = 1100;
player_capacity = 600;
support_server = 1;2;9;10;

[MirrorScene_83]
;ÏÉÏŒÁë ¹Ì¶šŸµÏñÊý3
min_players_count = 1700;
player_capacity = 600;
support_server = 1;3;8;9;

[MirrorScene_89]
;÷ׯҰÍâÍŒ
player_capacity = 500;
support_server = 1;5;6;7;

[MirrorScene_84]
;Öýœ£¹È ¹Ì¶šŸµÏñÊý3
min_players_count = 1700;
player_capacity = 600;
support_server = 1;8;9;

;2017;2016;2015;2014;2020;2021;Êǵع¬
[MirrorScene_2014]
;÷ׯҰÍâÍŒ
player_capacity = 600;
support_server = 13;1;

[MirrorScene_2015]
;÷ׯҰÍâÍŒ
player_capacity = 500;
support_server = 1;13;

[MirrorScene_2016]
;÷ׯҰÍâÍŒ
player_capacity = 500;
support_server = 1;13;

[MirrorScene_2017]
;÷ׯҰÍâÍŒ
player_capacity = 500;
support_server = 1;13;

[MirrorScene_2020]
;Ò°ÈËÏ¿¹ÈÉϲ㠵ع¬
player_capacity = 600;
support_server = 1;13;

[MirrorScene_2021]
;Ò°ÈËÏ¿¹Èϲã
player_capacity = 600;
support_server = 1;13;

[MirrorScene_2018]
;¿µ°ÍˮկÉϲ㠵ع¬
player_capacity = 600;
support_server =1; 13;

[MirrorScene_2019]
;¿µ°Íˮկϲ㠵ع¬
player_capacity = 600;
support_server = 1;13;

[MirrorScene_2022]
;°³Žïº¹ÁêÉϲ㠵ع¬
player_capacity = 600;
support_server = 1;13;

[MirrorScene_2023]
;°³Žïº¹Áêϲ㠵ع¬
player_capacity = 600;
support_server = 1;13;

[MirrorScene_86]
;ÄÏœ® ¹Ì¶šŸµÏñÊý3
min_players_count = 1700;
player_capacity = 600;
support_server = 1;8;9;10;

[MirrorScene_90]
;¹ðÁÖ ¹Ì¶šŸµÏñÊý3
min_players_count = 1700;
player_capacity = 600;
support_server = 1;7;8;9;

[MirrorScene_91]
;ŒÎÖÝ ¹Ì¶šŸµÏñÊý3
min_players_count = 1700;
player_capacity = 600;
support_server = 1;9;10;111;

;¿ç·þµØÍŒ£¬Ö÷ŸµÏñ¶ŒÔÚͬһžöÏß 82;85;100
[MirrorScene_100]
;±ßŸ³ ¿ç·þµØÍŒ
player_capacity = 300;
support_server = 12;

[MirrorScene_85]
;ÁúȪ
player_capacity = 500;
support_server = 1;12;11;101;

[MirrorScene_82]
;Óຌ
player_capacity = 500;
support_server = 1;12;5;6;1;
authd.conf
[AuthServer]
type = tcp
port = 19001
address = 192.168.1.7
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.1.7
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 1638400
obuffermax = 1638400
tcp_nodelay = 1
listen_backlog = 10
mtrace = /tmp/mtrace.authd
isec = 2
;iseckey = 456
;osec = 2
;oseckey = 123
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
logs/authd.log
authd:: add PollIO task.
GAuthServer::OnAddSession com.goldhuman.IO.Protocol.Session@18941f7
gauthd: 28 May 2014 19:58:12,289 INFO GAuthServer:66 - <<< clear all online records on zone 1 >>>
GQueryPasswd:account is megamax , login ip is 50440384
Sending query to acquire password
gauthd: 28 May 2014 20:00:13,192 INFO GAuthServer:? - GAuthServer::nDelSession com.goldhuman.IO.Protocol.Session@18941f7
gauthd: 28 May 2014 20:00:13,343 INFO GAuthServer:? - GAuthServer::OnDelSession com.goldhuman.IO.Protocol.Session@18941f7
 
Last edited by a moderator:
Back
Top