how i can get " byte "

02/16/2014 18:47 karemsa#1
Hello guys.

i have opcode 7010 this for GM Console and use byte = 17 this for Recall user
i need to know what byte i need for make item or loadmonster.


sory for my bad english
02/17/2014 10:14 DaxterSoul#2
Find out by sniffing the packets...
02/17/2014 10:56 karemsa#3
Quote:
Originally Posted by DaxterSoul View Post
Find out by sniffing the packets...
i know how i find Packets i using EDxLoder and Analyser but i cant find byte
02/17/2014 13:55 DaxterSoul#4
[Only registered and activated users can see links. Click Here To Register...]

Sometimes bytes are not bytes, i really don't understand how you manage to write any code if you're not able to see such things... faith in programmers lost...

Code:
//Warp
[C -> S][7010]
10 00                                             <-- Your "BYTE"
BC 63                                             RegionID
01 00 4C 43 00 00 00 00 FF FF 57 43               PositionOffsets
01 00                                             Angle?

//Makeitem
[C -> S][7010]
07 00                                             <-- Your "BYTE"
6B 00 00 00                                       RefItemID
00                                                OptValue

//Loadmonster
[C -> S][7010]
06 00                                             <-- Your "BYTE"
51 3A 00 00                                       RefMobID
01                                                Amount
00                                                MobType?