Results 1 to 3 of 3
  1. #1
    Haede
    Haede is offline
    New member
    Join Date
    2011 Jul
    Posts
    4
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    assembly test (requesting information)

    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
    Last edited by Haede; 2011-08-09 at 09:09 AM.

  2. #2
    gm3x
    gm3x is offline
    Member-in-training gm3x's Avatar
    Join Date
    2011 Feb
    Location
    Rio Grande, RS - Brazil
    Posts
    92
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    56
    Thanked in
    16 Posts
    Rep Power
    0
    Quote Originally Posted by Haede View Post
    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

    I think that's not all skills calling this adresses, because are all diferent algorithms, you can try change it, but I think that's server sided, not too easy for us ^^

  3. #3
    Dwar
    Dwar is offline
    Veteran Dwar's Avatar
    Join Date
    2010 Mar
    Posts
    2,222
    Thanks Thanks Given 
    211
    Thanks Thanks Received 
    2,230
    Thanked in
    292 Posts
    Rep Power
    10
    Quote Originally Posted by Haede View Post
    that counters can be server sided
    Yeah, in 90% any counters, like cooldown, are server sided
    Please, post your questions on forum, not by PM or mail

    I spend my time, so please pay a little bit of your time to keep world in equilibrium

Similar Threads

  1. Game Information
    By Dwar in forum Perfect World
    Replies: 3
    Last Post: 2012-06-21, 04:51 PM
  2. Information request
    By Mokusan in forum Requiem Online
    Replies: 1
    Last Post: 2010-11-29, 04:08 PM
  3. Test mode finished
    By Dwar in forum Rules/Announcements
    Replies: 0
    Last Post: 2010-11-29, 03:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •