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!

Agent Server Crash

Newbie Spellweaver
Joined
Dec 26, 2008
Messages
74
Reaction score
51
Agent Server Always crash same with game.exe error Chinese txts

i read the solutions from different thread regarding the dates and it doesn't fix the problem

i execute this query in database to restore dates to default but still crash

it usually happen every 12:45 pm (ph time)

no skill animation error
no missing crowsales,bin file




PHP:
use rangame1
Update ChaInfo Set ChaStartGate = 6, 
ChaStartMap = 22, 
ChaPosX = 0, 
ChaPosY = 0, 
ChaPosZ = 0, 
ChaSaveMap = -1, 
ChaSavePosX = 0, 
ChaSavePosY = 0, 
ChaSavePosZ = 0, 
ChaReturnMap = -1, 
ChaReturnPosX = 0, 
ChaReturnPosY = 0, 
ChaReturnPosZ = 0, 
ChaLiving = 0, 
ChaExp = 0,
ChaBright = 0,
ChaCreateDate = '6/12/2009 12:00:00',
ChaDeletedDate = '6/12/2009 12:00:00',
ChaStorage2 = '1970-02-01',
ChaStorage3 = '1970-02-01',
ChaStorage4 = '1970-02-01',
ChaGuSecede = '1970-02-01',
ChaGuName = 'Vote4Server',
ChaOnline = 0

use rangame1
Update GuildInfo Set 
GuMoney = 0, 
GuIncomeMoney = 0, 
GuMakeTime = '6/12/2009 12:00:00',
GuExpireTime = '1970-02-01',
GuAllianceSec = '1970-02-01',
GuAllianceDis = '1970-02-01',
GuNotice = 'Vote4Server'

use rangame1
Update UserInven Set 
ChaStorage2 = '1970-02-01',
ChaStorage3 = '1970-02-01',
ChaStorage4 = '1970-02-01'


USE RanUser
Truncate table "LogGameTime"
Truncate table "LogGmCmd"
Truncate table "LogLogin"
Truncate table "LogServerState"
Update [UserInfo] set [UserInfo].UserLoginState=0
Update [UserInfo] set [UserInfo].WebLoginState=0
Update [UserInfo] set [UserInfo].UserAvailable=1
Update [UserInfo] set [UserInfo].ChaTestRemain=2
Update [UserInfo] set [UserInfo].CreateDate = '6/12/2009 12:00:00'
Update [UserInfo] set [UserInfo].LastLoginDate = '6/12/2009 12:00:00'
Update [UserInfo] set [UserInfo].UserBlockDate = '6/12/2009 12:00:00'
Update [UserInfo] set [UserInfo].PremiumDate ='1970-02-01'
Update [UserInfo] set [UserInfo].ChatBlockDate = '1970-02-01'
Update [UserInfo] set [UserInfo].EndDate ='1970-02-01'

it usually happen every 12:45 pm (ph time)

no skill animation error
no missing crowsales,bin file



any idea to fix this? and what is the good anti-virus /firewall for dedicated servers :grr:
 
Junior Spellweaver
Joined
Nov 7, 2006
Messages
104
Reaction score
47
Things that you must to do if that happen :

1. check you cfg files, raise max player "server_max_client 10000"

2. check your glogic.rcc and reset the maplist, busstation, comment, and default.charclass to default.

3. syncronize your data files between client and your server

4. and the last but not the least....pray to the GOD and don't forget to wash your hand before you editing your server..... (^_^)
 
Upvote 0
Hell Yeah!
Loyal Member
Joined
Apr 14, 2009
Messages
1,248
Reaction score
133
offtopic

i'm not agree in step #4 ^^ hehehe..

intopic

good anti-virus: is bitdefender..
 
Upvote 0
Newbie Spellweaver
Joined
Dec 26, 2008
Messages
74
Reaction score
51
Things that you must to do if that happen :

1. check you cfg files, raise max player "server_max_client 10000"

2. check your glogic.rcc and reset the maplist, busstation, comment, and default.charclass to default.

3. syncronize your data files between client and your server

4. and the last but not the least....pray to the GOD and don't forget to wash your hand before you editing your server..... (^_^)



last month its fine then its just suddenly crash
 
Upvote 0
Newbie Spellweaver
Joined
Nov 27, 2009
Messages
15
Reaction score
0
maybe your item,isf wrong hex, try to use last item.isf did you use before you encounter your error. hope it will help
 
Upvote 0
Experienced Elementalist
Joined
Sep 23, 2008
Messages
219
Reaction score
31
My server and any server in Thailand was found problem. Agent server ,Field server and Login server crash. Because some people have programs for attack server. Please help ASAP.
 
Upvote 0
Newbie Spellweaver
Joined
Mar 30, 2009
Messages
42
Reaction score
0
My server and any server in Thailand was found problem. Agent server ,Field server and Login server crash. Because some people have programs for attack server. Please help ASAP.

You can contact drakelv if you want a fix for this issue since he has come up with a great idea how to solve this. I'm currently testing he's fixes...
 
Last edited:
Upvote 0
Back
Top