[1.14d]Where can I find the code related to 32767 life/mana globe display

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

scy3482
Posts: 8
Joined: Mon Nov 12, 2018 4:33 am
Korea South

[1.14d]Where can I find the code related to 32767 life/mana globe display

Post by scy3482 » Fri Nov 23, 2018 10:42 am

In what file can I find the code related to 32767 life/mana globe display?
I extended the life/mana from 16bit to 32bit at Itemstatcost.txt.
The real value seems to work correctly, but the globes don't work correctly.
How can I fix it?

User avatar
misiek1294
Junior Member
Paladin
Posts: 168
Joined: Mon Dec 29, 2014 3:58 pm
Poland

Re: [1.14d]Where can I find the code related to 32767 life/mana globe display

Post by misiek1294 » Fri Nov 23, 2018 4:26 pm

kidpaddle94 give info what You have to change it should be easy to find on 1.14d http://forum.median-xl.com/viewtopic.php?f=4&t=566

User avatar
devurandom
Forum Regular
Angel
Posts: 897
Joined: Sat Mar 07, 2015 9:07 pm
United States of America

Re: [1.14d]Where can I find the code related to 32767 life/mana globe display

Post by devurandom » Sat Nov 24, 2018 1:36 am

Let us know if this works in your version. These are offsets not addresses.

Code: Select all

Reference:
http://forum.median-xl.com/viewtopic.php?f=4&t=566

change 0x0F to 0x10 in 6 places.

[1.13c]

D2Game.0x8B81B
D2Game.0x8B82D
D2Game.0x8B83F

D2Client.0xAC1CF
D2Client.0xAC1DB
D2Client.0xAC1DB


[1.13d]

D2Game.0xDD63B
D2Game.0xDD64D
D2Game.0xDD65F

D2Client.0x8264F
D2Client.0x8265B
D2Client.0x8266B


[1.14d] Game.exe base  0x400000


[1.14d server]

Game.0x13C35A 
Game.0x13C36A
Game.0x13C37A

[1.14d client]

Game.0x5DAB0
Game.0x5DABB
Game.0x5DACA

Assembly Reference | 1.13d Code Edits | UVLoD | BaseMod Plugin

Fiat paper money is the most elaborate and well devised form of slavery the world has ever seen..

scy3482
Posts: 8
Joined: Mon Nov 12, 2018 4:33 am
Korea South

Re: [1.14d]Where can I find the code related to 32767 life/mana globe display

Post by scy3482 » Sat Nov 24, 2018 5:45 am

캡처.PNG
캡처.PNG
I think,
Game.exe starts with 401000, and the base is 400000, so the given address would be changed into
13B35A
13B36A
13B37A
5CAB0
5CABB
5CACA

But at that offset address, there is something different.

In the first picture, I can see codes seem similar with 1.13c versions' from 5CAAF to 5CAD3.

I will change that part and know you it works or not.
You do not have the required permissions to view the files attached to this post.

scy3482
Posts: 8
Joined: Mon Nov 12, 2018 4:33 am
Korea South

Re: [1.14d]Where can I find the code related to 32767 life/mana globe display

Post by scy3482 » Sat Nov 24, 2018 5:56 am

캡처.PNG
Good It seems work well under 65536 HP/MP

Thank you
You do not have the required permissions to view the files attached to this post.

Return to “Code Editing”