I've got this in Redux:
Its for the Halo's.
I upgraded the Client to 5079 (rest is working and Packets are no problem anymore).
When i try to add this to myself, with a custom command (its adding the 'NoBody' status). and then my Character disappears...
It looks like the bitshift isn't correct, but i doubt it is the problem.
Is there anybody that can help me?
Client should not be the problem, since Halo's were added in 5078 if i'm right.
Kind regards.
Code:
/// <summary> /// [0x400000000] /// </summary> TopGuildLeader = 1U << 34, //17179869184,
I upgraded the Client to 5079 (rest is working and Packets are no problem anymore).
When i try to add this to myself, with a custom command (its adding the 'NoBody' status). and then my Character disappears...
Code:
/// <summary> /// [0x00000004] /// </summary> NoBody = 1U << 2,
Is there anybody that can help me?
Client should not be the problem, since Halo's were added in 5078 if i'm right.
Kind regards.