• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Web Learning about packets... need some help

FutureLegend's Owner
Joined
Feb 10, 2011
Messages
470
Reaction score
99
Well now i'm coding a new source based on c++ and i started learning packets.
I managed to make a create/leave party for it, but with invite/expell i'm getting confused...
Look at this:
Code:
[COLOR="DarkRed"]38 00[/COLOR] [COLOR="Green"]0C 8B 00 02 00 01 00 00 00 01 01[/COLOR][COLOR="Blue"] 07 00 53 61 67 69 4D 61 6E[/COLOR] 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 47 6F 6B 75 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FE FF FF FF FE FF FF FF FE FF FF FF FE FF FF FF FE FF FF FF 02 00 00 00 00 95 BA 0A FE FF FF FF FE FF FF FF FE FF FF FF FE FF FF FF FE FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF FF C9 9A 3B FF C9 9A 3B FF FF FF FF FF FF FF FF
Red = header
Green = probaly invite packet
Blue = player's name
Black = No idea what to do with it...

I hope someone will help me. i just want to improve my coding.
 
Last edited:
Newbie Spellweaver
Joined
Jun 17, 2011
Messages
99
Reaction score
19
Wait, why did he receive an infraction? He stated that the source is based on C++
But it's just packets :/?
 
Upvote 0
FutureLegend's Owner
Joined
Feb 10, 2011
Messages
470
Reaction score
99
Originally posted in the Java section.

But packets aren't a thing that has to do anything with C++... its "worldwide"...
it doesn't matter which language you use... its just the packets... BLAH. =_=.
If you could just help me instead of throwing infractions to people that didn't do anything bad? and a red one... :thumbdown:
 
Upvote 0
FutureLegend's Owner
Joined
Feb 10, 2011
Messages
470
Reaction score
99
Code:
07 00 53 61 67 69 4D 61 6E

07 00 is part of the char IGN.

Oh, you mean, every IGN starts with that? (in a packet)
and whats with the black part? i believe nothing is useless...
 
Upvote 0
FutureLegend's Owner
Joined
Feb 10, 2011
Messages
470
Reaction score
99
For the black part you might wanna look into MaplePacketCreator o.o

Can you give me a link to a guide or something? by the way, it has nothing to do with odinms, i don't code in there.
just saying.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Aug 21, 2009
Messages
1,149
Reaction score
598
Can you give me a link to a guide or something? by the way, it has nothing to do with odinms, i don't code in there.
just saying.

It's not about the language, it's about the representation of the bytes.
 
Upvote 0
Back
Top