lolwut?Quote:
Obviously it wouldn't be Int8 as you can't send signed integers in a packet. Well not true there is a way you can, you could do something like:
However it's not a real way to do it, but it's equal to the way negative values are stored in your machine.Code:bool negative signed integer
Of course you can send a signed int in a packet, the fact that it doesn't look like one in the packet doesn't mean its not signed, its how the data is interpreted at the other end which matters, hell TQ even use a signed int in the character info and status change packets, that's how incorrect this statement is.
As for the article, i believe that this is probably one of the best pieces of content now on this section of the forum. Its going to help alot of new people better understand what packets actually are and how to modify them.