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!

[Help]: Need disable HackShield From server

Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
Some body help me disable Hackshield form server please!!!
 
Junior Spellweaver
Joined
Jul 16, 2011
Messages
188
Reaction score
20
server 4.3 not supported HackShield!! you run server 3.5???
 
Upvote 0
Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
I'm testing a server Ep4.2 but when i log normal character it's lost connect to server :(
 
Upvote 0
Newbie Spellweaver
Joined
May 23, 2012
Messages
98
Reaction score
16
Code:
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(omi.tex), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(interface.tex), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(AceOnline.atm), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(quest.tex), ItemNum(0)
12-17 12:17:19|[ERROR] ResObj CheckSum error !! not exist file(02002800.obj), ItemNum(0)
12-17 12:17:20|[ERROR] ResObj CheckSum error !! not exist file(02003000.obj), ItemNum(0)
copy these file from client to server ,then test it.
 
Upvote 0
Junior Spellweaver
Joined
Dec 15, 2014
Messages
116
Reaction score
6
Code:
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(omi.tex), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(interface.tex), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(AceOnline.atm), ItemNum(0)
12-17 12:17:18|[ERROR] ResObj CheckSum error !! not exist file(quest.tex), ItemNum(0)
12-17 12:17:19|[ERROR] ResObj CheckSum error !! not exist file(02002800.obj), ItemNum(0)
12-17 12:17:20|[ERROR] ResObj CheckSum error !! not exist file(02003000.obj), ItemNum(0)
copy these file from client to server ,then test it.
I had do that but....
 
Upvote 0
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
If you have just basic knowledge about dev you should find that quickly...
search for
Code:
	#define _USING_HACKSHIELD_
in source, comment the line or undefine or delete or do Ducking 1000 ways to delete hackshield and stop asking stupid questions. If youre too lazy to search even in source ready to compile you should quit this section permanently.
 
Upvote 0
Back
Top