I found a counter in this game and it counts down from 10 seconds every time i use an action it resets, i found the address that it writes to and the address is the -test al,dl. Is there anything I can do here to change this counter, i believe it is what all the cool downs in this game are linked to, i also read else where that counters can be server sided.
test al,dl
mov ax,[A0D22C00]
Im trying to get my head in the game and im slowly learning by trial and error.
GColor::Format+2770864 - 84 D0 - test al,dl
GColor::Format+2770866 - A0 002CD2A0 - mov ax,[A0D22C00]
GColor::Format+277086B - 00 29 - add [ecx],ch
GColor::Format+277086D - F7 02 00000000 - test [edx],0000
GColor::Format+2770873 - 00 E0 - add al,ah
GColor::Format+2770875 - 95 - xchg eax,ebp
GColor::Format+2770876 - 7C 1C - jnge GColor::Format+2770894
GColor::Format+2770878 - 20 97 7C1CC097 - and [edi-683FE384],dl
GColor::Format+277087E - 7C 1C - jnge GColor::Format+277089C
GColor::Format+2770880 - C0 E1 38 - shl cl,38
GColor::Format+2770883 - 05 00000000 - add eax,00000000
GColor::Format+2770888 - 00 00 - add [eax],al
GColor::Format+277088A - 00 00 - add [eax],al
GColor::Format+277088C - 00 00 - add [eax],al
GColor::Format+277088E - 00 00 - add [eax],al
GColor::Format+2770890 - 00 00 - add [eax],al
GColor::Format+2770892 - 00 00 - add [eax],al
GColor::Format+2770894 - 00 00 - add [eax],al