General Discussion **OLD**
#165
28 September 2013 - 08:06 AM
#168
28 September 2013 - 10:00 AM
#169
28 September 2013 - 10:56 AM
#171
28 September 2013 - 02:18 PM
Lord Alucard, on 28 September 2013 - 10:56 AM, said:
First i want said, thanks alot for tired your self to help us but.....not exact, you need try again fix
Note: hex (0000-0100) = 65536, not 10000
FFFD = 21845 EXP wrong, Correct EXP 21675
Note: hex (0000-0100) = 65536, not 10000
FFFD = 21845 EXP wrong, Correct EXP 21675
First I want said, hex 100 is 256, not 65536.
If the algorithm isn't consistent, then you'll have to figure it out yourself.
#172
28 September 2013 - 02:42 PM
Lord Alucard, on 28 September 2013 - 10:56 AM, said:
First i want said, thanks alot for tired your self to help us but.....not exact, you need try again fix
Note: hex (0000-0100) = 65536, not 10000
FFFD = 21845 EXP wrong, Correct EXP 21675
Note: hex (0000-0100) = 65536, not 10000
FFFD = 21845 EXP wrong, Correct EXP 21675
lord alucard you are worng with this, FFFD = 65533 on a normal hex, but since the sequence has a increment of 3, his algoritm says that with the increment FFFD = 21845, to prove that what his is saying is true lets do the math.
65533 - 21844*3 (since the number 1 is 1 in hex and on the sequence the increment is applied from number 2 and the followings we have 21844 increments of 3), so 65533 - 21844*3 = 1.
his algoritm is consistent (at last on this value)
BUT if the game is recognizing FFFD as 21675 this means that the increment is ranging