[1.13c] How to find Skill Speed Bar position?

This forum is for discussions on how to edit what can not be edited through the txt files, needless to say this isn't about battle net hacking.

Moderators: Nefarius, Havvoric

Razi198
Posts: 40
Joined: Fri Aug 16, 2019 11:49 am

[1.13c] How to find Skill Speed Bar position?

Post by Razi198 » Wed Jul 19, 2023 10:19 am

How to change Skill Speed Bar position for right and left skills? Need to know x and y coordinates, v1.13c.
It doesn't matter, found it.

Code: Select all

6FAEE7FB or D2Client.dll+3E7FB
6FAEE7FB - 83 C0 AA - add eax,-56 { 170 } {Skill Speed Bar y position}

6FAEE9C2 - 83 6C 24 10 30 - sub dword ptr [esp+10],30 { 48 }{distance between skill rows}

6FAEEC24 or D2Client.dll+3EC24
6FAEEC24 - 6A 50 - push 50 { 80 } {left skill icons x position}

6FAEEC73 - 6A 50 - push 50 { 80 } {left skill description x position}

6FAEEC4E - 83 C1 80 - add ecx,-80 { 128 } {right skill icons x position}

6FAEEC96 - 83 C1 80 - add ecx,-80 { 128 } {right skill description x position}

Return to “Code Editing”