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!

[Packet Analysis] CM_SERVER_LIST v.2.5->2.6

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 28, 2011
Messages
24
Reaction score
0
Hey guys, so im updating my current v.2.5 server emu to 2.6. So I started with trying to figure what I need to update. I tried running 2.6 on a fresh 2.5 and my problem was that the server selection screen didn't show up.

So I want packet hunting and got two packets, the one from 2.5 and from 2.6... I am using PacketSamurai. I'm sure one of you guys with a 2.6 server can give me a hint :) It would be much appreciated. Thanks!


Code:
CM_SERVER_LIST - 1 server - Doesn't work

{04} - OP
{01} - List Size
{01} - Last Server
-------------- FOR START [1] ----
{01} - ID [of GS im assuming]
{C0 A8 02 28} - IP
{61 1E 00 00} - PORT
{00} - AGE ?? whats dat :S
{01} - pvp
{00 00} - current Online players [this is how you kno its local :$]
{E8 03} - Max players
{01} - Online bool
{01 00 00 00} - Bits (clock/tick) :S ? I dunno what this is for
{00} - Brackets.. meaning end of loop :S ?
------------- FOR END -------
{02 00} - characterCounts Size -- this can't be right :S I only have 1 char
{01} - autoconnect ?
------------- FOR START [1] -----
{01}
------------- FOR END --------

4F B5 03 29 
29
                                                
according to pak samurai the next 3 values should be 0x00 and one final 0x01 and the rest should be garbage clearly.. its not like that 


CM_SERVER_LIST - 2 servers - Does work - 
{04} - OP 
{02} - List Size
{FF} - Last Server - NULL ?
--- FOR LOOP START
{01} - GS ID
{45 A7 B3 0A} - GS IP
{61 1E 00 00} - GS Port
{00} - Age
{01} - PVP
{3B 03} - Current Users (827 at the time)
{B8 0B} - Max Users (3000)
{01} - Online bool
{01 00 00 00} - Bits (Clock/Tick) .. if it was a clock why is it the same as mine :S ?
{00} - Brackets
---------
{08} - GS ID 
{45 A7 BB AD} - GS IP
{61 1E 00 00} - GS Port
{00} - Age
{01} - PVP
{E5 01} - Cur Users(485 at the time)
{B8 0B} - Max USers (3000 like b4)
{01} - online bool
{01 00 00 00} - Bits (Clock/Tick) ... :S
{00} - Brackets
--------
{09 00} - Character Count -> 9 wth :S ?  I didn't even have 1 then :S
{01} - Auto Connect

{00 00 00 00 00 00 00 00} - Cud these be empty characters ? 
{8C} - And maybe ONE real one ? - I dont remember if i had a character at that time

{A8 6B EB B1 8C AE BC   
BC     } -- Whats this :S ? Any hints xD Garbage mayb :p

Thanks ALOT !:thumbup:


Edit: C'mon guys :( I've been trying to find the problem for sum while now :\ ... hm, it seems to automatically select server 1 :S Wassup wit dat
 
Last edited:
Skilled Illusionist
Joined
Jul 16, 2005
Messages
332
Reaction score
5
Rational : Still,i don't think many people know about the packets here,but i think flowan will know about it,since he's a part of the aion extreme dev.
Because i'm learning about the packets too so yeah
 
Upvote 0
Newbie Spellweaver
Joined
May 28, 2011
Messages
24
Reaction score
0
KK.. ill contact him. Thanks for you reply :) Atleast im not forgotten :\
 
Upvote 0
Skilled Illusionist
Joined
Jul 16, 2005
Messages
332
Reaction score
5
Of course! :) Actually it's a great thing,i am hoping to study these packets as well.
Still i can only see that me,you and flowan are active in this aion section tho

---------- Post added at 11:45 AM ---------- Previous post was at 11:15 AM ----------

Edit : ANyhow,i wanted to know how u get the 2.6 packets through that?
I mean,u went to the original server?
 
Upvote 0
Newbie Spellweaver
Joined
May 28, 2011
Messages
24
Reaction score
0
Lol i got it off some next server XD hehe.

:| Whah :S ? Im using gsid as 2 and the server list is showing :| thats creepy.
 
Last edited:
Upvote 0
Skilled Illusionist
Joined
Jul 16, 2005
Messages
332
Reaction score
5
Rational : Hmm...that's why probably i'll reach out GAMEZ AION...they would have the 2.6 packets lolz

---------- Post added at 02:14 PM ---------- Previous post was at 01:24 PM ----------

Rational : Hmm...that's why probably i'll reach out GAMEZ AION...they would have the 2.6 packets lolz
 
Upvote 0
Status
Not open for further replies.
Back
Top