Ancients Experience Cap - Remove [1.14] [1.13]

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

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

Ancients Experience Cap - Remove [1.14] [1.13]

Post by devurandom » Sat Jul 14, 2018 7:22 am

Remove Ancients Level Up Experience Cap - so you can gain more than one level from this quest.
===================================


1.14d

Code: Select all

[1.14d] - Game.18C64B


Code section

0058C63F    E8 BC510800   CALL 00611800                            ; \Game.00611800
0058C644    8B4D F0       MOV ECX,DWORD PTR SS:[LOCAL.4]
0058C647    2BC8          SUB ECX,EAX
0058C649    3BD9          CMP EBX,ECX
0058C64B    7E 03         JLE SHORT 0058C650


Change

0058C64B    7E 03         JLE SHORT 0058C650

to

0058C64B    EB 03         JMP SHORT 0058C650

1.13d

Code: Select all

[1.13d] D2Game.20D7A


Code section

6FC40D71      E8 2A96FEFF   CALL <JMP.&D2Common.#10949>       ; \D2Common.#10949
6FC40D76      2BE8          SUB EBP,EAX
6FC40D78      3BDD          CMP EBX,EBP
6FC40D7A      7E 04         JLE SHORT 6FC40D80

Change

6FC40D7A      7E 04         JLE SHORT 6FC40D80

To

6FC40D7A      EB 04         JMP SHORT 6FC40D80
1.13c

Code: Select all

[1.13c] - D2Game.0x5BFFA


Code section

6FC7BFF1    E8 E0E3FAFF   CALL <JMP.&D2Common.#10399>              ; \D2Common.#10399
6FC7BFF6    2BE8          SUB EBP,EAX
6FC7BFF8    3BDD          CMP EBX,EBP
6FC7BFFA    7E 04         JLE SHORT 6FC7C000


change

6FC7BFFA    7E 04         JLE SHORT 6FC7C000

to

6FC7BFFA    EB 04         JMP SHORT 6FC7C000
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..

Post Reply

Return to “Code Editing”