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!

How to change the accepted client version on Titan

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 8, 2008
Messages
17
Reaction score
0
Its really simple really, just go into VC++ and then go to the folder Decoder and then expand Header Files and double click on Decoder.h. Then go to line 29 (it may be different but its 29 on mine) and then change the numbers at the end to what version you want to be accepted. The line should look like
Code:
(*(int*)(connectBuffer+sizeof(short))) = 53;
if it accepts version 53 so just change the 53 to what ever you want or if it says 54 you can change it to 53 to go lower!

Not sure if this was posted before but i just searched the entire solution of my server for 53, found only one spot that it could be for the client and changed to 54, recompiled and then it wanted to patch when i opened the client. So yea, i found this unless someone else posted this before.
 
Newbie Spellweaver
Joined
Apr 6, 2008
Messages
14
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

1st woot:p

If this works goood job !! im not going to try , to lazy to download the patch all over again :eek6:
 
Junior Spellweaver
Joined
Apr 13, 2008
Messages
113
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

Epic win
 
Newbie Spellweaver
Joined
Apr 10, 2008
Messages
94
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

I feel so stupid.
 
Newbie Spellweaver
Joined
May 6, 2008
Messages
8
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

after i changed it i still get the message: wrong version of the client.. or sumthing like that o.o
 
Experienced Elementalist
Joined
Apr 15, 2008
Messages
234
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

I'm pretty sure you'd have to change the packets to match the v54 ones.
 
Newbie Spellweaver
Joined
May 4, 2008
Messages
8
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

did you try it out?
 
Newbie Spellweaver
Joined
Apr 8, 2008
Messages
17
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

I'm pretty sure you'd have to change the packets to match the v54 ones.

The packets do not change from version to another.
 
Experienced Elementalist
Joined
Feb 17, 2006
Messages
251
Reaction score
1
Re: [RELEASE] How to change the accepted client version on Titan

They do, the header does. Almost all of them increment by one.
 
Experienced Elementalist
Joined
Apr 15, 2008
Messages
234
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

You have to change the packets or whatever to be able to use v54 additions. Also, this didn't work for me. I still get the wrong version error using a v54 client and everything.
 
Newbie Spellweaver
Joined
Apr 8, 2008
Messages
17
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

They do, the header does. Almost all of them increment by one.

Then how was Odin working right after each patch?
 
Experienced Elementalist
Joined
Feb 17, 2006
Messages
251
Reaction score
1
Re: [RELEASE] How to change the accepted client version on Titan

Simple answer, they also change it.
 
Newbie Spellweaver
Joined
May 4, 2008
Messages
8
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

he's right, packets do change, if you spent any time hacking maplestory before, you'd know that addresses change after everypatch

and odin doesnt always work right after patch, i joined odin on the upgrade from 52 ~53, took them about a week or two to get it up and running on v53

and also, they can get it working, because they actually have people who know what the hell they are doing


have u even tested this before releasing?
 
Junior Spellweaver
Joined
Apr 6, 2008
Messages
177
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

Well it worked for me. I got into the login screen then it kinds wouldent move from there. So...... im guessing its a start? lol
 
Initiate Mage
Joined
May 1, 2008
Messages
4
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

Lol this is epic fail.

Don't you think if it was really this easy SOMEONE would have posted it?
 
Junior Spellweaver
Joined
Aug 29, 2007
Messages
156
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

Someone help its just staying at the login part when i log in...
is it something to do with the login packet?
 
Newbie Spellweaver
Joined
Jul 22, 2007
Messages
21
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

This doesnt work. There's ALOT more to it than just changing that.
 
Newbie Spellweaver
Joined
Apr 11, 2008
Messages
13
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

would it be possible replacing everything except the Source Files
Clear Version: If i get all the source files for krytical repack and replaced it with the source files for v54 titanms 9 Would it work
 
Master Summoner
Joined
Apr 2, 2008
Messages
538
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

so this is just bs right? I don't see anyone saying it works.
 
Initiate Mage
Joined
Apr 5, 2008
Messages
3
Reaction score
0
Re: [RELEASE] How to change the accepted client version on Titan

Its really simple really, just go into VC++ and then go to the folder Decoder and then expand Header Files and double click on Decoder.h. Then go to line 29 (it may be different but its 29 on mine) and then change the numbers at the end to what version you want to be accepted. The line should look like
Code:
(*(int*)(connectBuffer+sizeof(short))) = 53;
if it accepts version 53 so just change the 53 to what ever you want or if it says 54 you can change it to 53 to go lower!

Not sure if this was posted before but i just searched the entire solution of my server for 53, found only one spot that it could be for the client and changed to 54, recompiled and then it wanted to patch when i opened the client. So yea, i found this unless someone else posted this before.
Thatnks, Checking.
Question, youre Mattraks of CEF?
 
Status
Not open for further replies.
Back
Top