Sell packet

08/12/2010 17:17 katze123#16
Quote:
Originally Posted by hehepwnz View Post
könntest ja jetzt trotzdem mal die lösung posten wenn du schon nen thread aufmachst und die lösung dafür hast.
irgendwann wird mal einer danach suchen (vielleicht) :P
ich geb euch eins :)

12 00 16 EF 1D 00 00 9A 28 00 00 01 79 56 10 8B 02 00 1E 5D
08/12/2010 18:06 Thiesius#17
Quote:
Originally Posted by nideckerII View Post
ur not even on Skype online:(
Yes I'm. Not always ofcourse. But it's higher chance to catch me up on Skype than on ICQ.

Quote:
Originally Posted by katze123 View Post
ich geb euch eins :)

12 00 16 EF 1D 00 00 9A 28 00 00 01 79 56 10 8B 02 00 1E 5D
You could also add information about parts of packet. It might help somebody. But don't forget to add real format.
08/12/2010 20:10 katze123#18
Quote:
Originally Posted by Thiesius View Post
You could also add information about parts of packet. It might help somebody. But don't forget to add real format.
yeah thought i would leave that quiz to the readers... but ok ;)

Type: 0x16, Length: 0x12.

12 00 16 EF 1D 00 00 9A 28 00 00 01 79 56 10 8B 02 00 1E 5D
Type: "dbdww"

that should be enough :O rest is easy to find out... i hope :s
08/12/2010 20:20 zilvis69#19
Quote:
Originally Posted by katze123 View Post
yeah thought i would leave that quiz to the readers... but ok ;)

Type: 0x16, Length: 0x12.

12 00 16 EF 1D 00 00 9A 28 00 00 01 79 56 10 8B 02 00 1E 5D
Type: "dbdww"

that should be enough :O rest is easy to find out... i hope :s
Thank you this really helps, i would like to learn about packets, i understand what you wrote here , but can you please tell me what does each letter stand for here - "dbdww" like
D -
B -
W -

As i understand B is for byte , D is for double? am i right? if no , please help me find it out :)
Thanks
08/12/2010 20:24 meak1#20
byte dword worth ?
08/12/2010 20:53 yosak1#21
0x16, "Udbdw", U, npcid, 1, itemid, itemcount
08/12/2010 22:28 Thiesius#22
Quote:
Originally Posted by yosak1 View Post
0x16, "Udbdw", U, npcid, 1, itemid, itemcount
I thought the U is autoadded when working with EngineSend. Not sure right now
08/12/2010 23:20 katze123#23
Quote:
Originally Posted by meak1 View Post
byte dword worth ?
b = byte
w = word (2 bytes)
d = dword (4 bytes / 2 words)

i didnt test the send but i think you dont need the U ;D
08/13/2010 03:44 yosak1#24
Quote:
Originally Posted by Thiesius View Post
I thought the U is autoadded when working with EngineSend. Not sure right now
When it is running in dll injection, U can be autoadded by Inix's functin.

When it is running in clientless bot, or packet proxy, you have to calculate and add U by yourself.
08/13/2010 12:35 Thiesius#25
Quote:
Originally Posted by yosak1 View Post
When it is running in dll injection, U can be autoadded by Inix's functin.

When it is running in clientless bot, or packet proxy, you have to calculate and add U by yourself.
Yup, that's what I'm talking about.