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!

Remove file check for cabalmain ver 374.

Elite Diviner
Joined
May 15, 2009
Messages
403
Reaction score
414
do we need to off XTrap check in WorldSvr?
 
Newbie Spellweaver
Joined
Feb 18, 2011
Messages
59
Reaction score
3
@Punk you have the offset to enable mcl check (but disable xdata)? i want to avoid like you said about mcl injection for map hack, ty.
 
Newbie Spellweaver
Joined
Jan 18, 2011
Messages
83
Reaction score
22
Removed the file check and changed version+magic key server-side.

Client starts wonderful. I can login and enter the world.
But after 40-60sec the game closes without any error-msg.

There is no error on server-side.... only the DC flag:
Code:
[Sat Feb  9 2013 16:02:04.296268 3077760720]: success accept 17(127.0.0.1:49605)
[Sat Feb  9 2013 16:02:46.630870 3077483376]: Leave(): charIdx(10), guildNo(1), (SirFartalot)
 
Newbie Spellweaver
Joined
May 26, 2010
Messages
31
Reaction score
4
I am having issues with removing the enc check and running the cabalmain with husky parameter.

I did follow PunkS7yle:
Code:
004A0C84   . 74 0D          JE SHORT cabalmai.004A0C93      -------> NOP
004A0C86   . 85C0           TEST EAX,EAX
004A0C88   . 74 09          JE SHORT cabalmai.004A0C93      -------> NOP
changed JE SHORT cabalmai.004A0C93 on 004A0C84 and JE SHORT cabalmai.004A0C93 004A0C88 to NOP with the Fill with NOP's checkbox checked and also tried it unchecked then clicked on assemble on both then right clicked on CPU window -> copy to executable -> all modifications -> copy all then a new window will appear. then save file.

launched cabalmain with husky parameter and I get an error the game will close to receive an update.

cabalmainerror - Remove file check for cabalmain ver 374. - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 22, 2012
Messages
30
Reaction score
8
you have to change your client version in your account database. it has nothing to do with the modification. it works fine
 
Back
Top