Patch 5165.
[table="head"]Offset | Type | Value
0 | ushort | Length [0x24]
2 | ushort | Type [0x271A]
20 | byte | Direction [206]
This Direction is wrong, I keep receiving the same direction, but it should be below 8 in all cases.
It doesn't even change, whichever direction I pick.
Anyone has ideas.
Also don't tell me I should do this: Input[22] % 8 because this will give me a Direction below 8, but the same one every time.
Unbelievable I'm having trouble with changing the direction o_o
[table="head"]Offset | Type | Value
0 | ushort | Length [0x24]
2 | ushort | Type [0x271A]
20 | byte | Direction [206]
This Direction is wrong, I keep receiving the same direction, but it should be below 8 in all cases.
It doesn't even change, whichever direction I pick.
Anyone has ideas.
Also don't tell me I should do this: Input[22] % 8 because this will give me a Direction below 8, but the same one every time.
Unbelievable I'm having trouble with changing the direction o_o