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!

DC after editing skill values

Newbie Spellweaver
Joined
Dec 15, 2018
Messages
8
Reaction score
0
Sorry, my English is very poor:lol:

I edited the client skills, but the game is disconnected (4)

How to turn off the server checksum?
 
Last edited by a moderator:
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Re: Ask the teacher a question,when I modified the client's skill parameters

what did you edit on client skills? and it would have changed the client checksum if you edited the client (assuming your server is running client checksum
 
Upvote 0
Newbie Spellweaver
Joined
Dec 15, 2018
Messages
8
Reaction score
0
Re: Ask the teacher a question,when I modified the client's skill parameters

Phatkone Thx
How to turn off the checksum?​
 
Upvote 0
Newbie Spellweaver
Joined
Dec 15, 2018
Messages
8
Reaction score
0
Re: Ask the teacher a question,when I modified the client's skill parameters

Can you please edit this thread and describe the problem? @bengmusic
Sorry, my English is very poor:lol:

I edited the client skills, but the game is disconnected (4)

How to turn off the server checksum?
Can you understand what I said?


 
Upvote 0
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Re: Ask the teacher a question,when I modified the client's skill parameters

is it your server or you just using client on another server?

Code:
*CONNECT_CLIENT_CODE    
            *DISCONNECT_CLIENT_BADCODE

the top line is the checksum values, the lower line enables the checksum (server hotuk.ini)

put // in front of the lines and reload config to disable.
but that is opening your server up to being hacked by people easily.
 
Upvote 0
Newbie Spellweaver
Joined
Dec 15, 2018
Messages
8
Reaction score
0
Re: Ask the teacher a question,when I modified the client's skill parameters

微信图片_20190116003043 - DC after editing skill values - RaGEZONE Forums 微信图片_20190116003051 - DC after editing skill values - RaGEZONE Forums
The result is still the same:GRR::GRR::GRR::GRR::GRR:
 

Attachments

You must be registered for see attachments list
Upvote 0
Moderator
Staff member
Moderator
Joined
Feb 22, 2008
Messages
2,404
Reaction score
723
Re: Ask the teacher a question,when I modified the client's skill parameters

Those codes are not related to skill checksum. These are client (game.exe) checksum. Skill checksum is hardcoded in the game. You can download the source and find it there and then locate it in your game.exe using OllyDbg.
Or you can wait until someone give you the correct offset :)
 
Upvote 0
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Re: Ask the teacher a question,when I modified the client's skill parameters

what did you edit with the skills? (should have been my first question), if you only edit the delay, so long as its not too low you dont need to adjust skill checksum. if its other attributes i got nfi as I havent touched them
 
Upvote 0
Newbie Spellweaver
Joined
Dec 15, 2018
Messages
8
Reaction score
0
Re: Ask the teacher a question,when I modified the client's skill parameters

I did edit other attributes and two-handed weapons become one-handed weapons
 
Upvote 0
Back
Top