How to convert decimal values into hexadecimal values:
Start -> Run -> calc.exe [enter] or start the windows calculator manually. In the calculator, click View -> Scientific. Make sure the "Dec" button is clicked. Now enter your value here, lets say 666. Now click on "Hex".
It converted your value now, result is 29A. Don't forget to switch back to "Dec" if you want to work with decimal numbers again.
How to convert hexadecimal values from big endian to low endian:
Lets take the above 29A as an example. Converting from big to low endian is a simple byte swap, so the last byte = first byte. 29A would fit into 2 bytes, 02 9A. (The 0 is added at the beginning so that it's a full byte)
Now we simply swap those bytes, result 9A 02.
If we had for example 4 bytes instead of 2, the convertion would be 01 02 03 04 -> 04 03 02 01.
In CO packets you probably won't see values bigger than 4 bytes, only 1 (BYTE, doesn't need to be swapped), 2 (WORD) and 4 (DWORD).
Here is a link if you want to know more:
http://en.wikipedia.org/wiki/Endian
~Unknown~:
Did you try it near the warehouse only or also far away from it?
behelit:
Thanks

I always knew you loved my work.
About the characters ID's, don't you think they are unique on a server, but not on the whole network?
So if you would ban an ID on the whole network, you would mostly ban innocent people.
And how do they know that we actually posted the correct ID's? :P
I don't think anyone will be banned for assumptions.