Quote:
Originally Posted by Schickl
I already asked him, but he doesn't answer
Guess he wants it all for himself
|
after so many years nothing changed on this community -.-
It took me 10 minutes of work 2 days ago i made it for fun.
i will share packets for character list here you go :
Creator.Append "07B0"
Creator.Append "0000"
Creator.Append "0201"
Creator.Append "01" '# of characters
'=========STARTCHARACTER=========
Creator.Append DWordFromInteger(DaneGracza.Chartype)
Creator.Append WordFromInteger(Len(DaneGracza.Charname))
Creator.Append cv_HexFromString(DaneGracza.Charname)
Creator.Append ByteFromInteger(130)
Creator.Append ByteFromInteger(90)
Creator.Append DWordFromdouble(1) 'Exp
Creator.Append "00000000" 'Experience
Creator.Append WordFromInteger(1)
Creator.Append WordFromInteger(1)
Creator.Append WordFromInteger(1) 'at points
Creator.Append DWordFromInteger(200)
Creator.Append DWordFromInteger(200)
Creator.Append "00" 'Mark del
Creator.Append "0000"
Creator.Append "00"
Creator.Append ByteFromInteger(0) 'Amount of items
Creator.Append "00" 'ListItemData
Creator.Append ByteFromInteger(0) 'Amount of items
Creator.Append "00" 'ListAvatarItemData
PacketsSender Creator.ToString 'sending to client and adding size of packet
I hope it will help you some Schickl. If you can share with me opcode list then i will reverse entering the game and movement.