Could anyone tell me where is CGUnit_C::AddUnitNamePlate ?
I couldn't find 1.12 debug info, all functions are coded as number to me.
Edit:
Nevermind, I guess it's at 0x006086e0
Could anyone tell me where is CGUnit_C::AddUnitNamePlate ?
I couldn't find 1.12 debug info, all functions are coded as number to me.
Edit:
Nevermind, I guess it's at 0x006086e0
Last edited by KonakaMasaru; 09-15-2024 at 02:35 AM. Reason: I got the address myself
does anyone have a 1.12.1 idb? trying not to have to go through all 42 pages of this and filter all the addresses
Does anybody know how to get the End time / Duration of an Aura of a Unit?
All I can get is the Base address and the spell ID (and some useless flags that is mostly used by the server).
I've searched addresses but couldn't find anything.
Last edited by demerda10; 05-25-2025 at 11:50 AM.
Is anyone still around here?
I wonder if someone saved disassembly from 1.12. Looking for something similar than this was in 2.4.3 8606 x86 version:
Not sure, how did this function look in 1.12?Code:.text:005191C0 55 push ebp .text:005191C1 8B EC mov ebp, esp .text:005191C3 83 3D 9C 13 D4 00 00 cmp dword_D4139C, 0 .text:005191CA 8B 4D 08 mov ecx, [ebp+8] .text:005191CD A1 8C 07 BD 00 mov eax, dword_BD078C .text:005191D2 74 65 jz short loc_519239 .text:005191D4 83 F9 17 cmp ecx, 17h .text:005191D7 77 60 ja short loc_519239 .text:005191D9 0F B6 91 60 92 51 00 movzx edx, ds:byte_519260[ecx] .text:005191E0 FF 24 95 50 92 51 00 jmp ds:off_519250[edx*4]