RCInet / LastEpoch_Mods

MelonLoader Mods for LastEpoch
47 stars 17 forks source link

The Glyph of Despair is not functioning at all. #24

Open wobenshandao opened 2 months ago

wobenshandao commented 2 months ago

When I tried to seal an T1 affix, the glyph of despair is not working, even the number of glyph isn't changing. I tried over 50 times and nothing happened, the affix was just got upgraded, no glyph was consumed, and no affix was sealed.

AND, in the Craft part, the affix Value and Tier function is not working, while 4.06 is.

Please have a check. Thx a LOT!!`

RCInet commented 2 months ago

At this time only some runes have been added, you can comment some part of the code to use default game function until i add glyphs Seal need to be move, because of the position of slot 5

Code

Comment line 514 : Use default forge function (add affix) else if (0 == Locales.add_affix) { __0 = forge_string; } to //else if (0 == Locales.add_affix) { __0 = forge_string; }

Comment line 515 : Use default forge function (upgrade affix) else if (0 == Locales.upgrade_affix) { __0 = forge_string; } to //else if (0 == Locales.upgrade_affix) { __0 = forge_string; }

wobenshandao commented 2 months ago

Thanks! I am no programmer, so my DUMB question would be how to get the 3 files (hub.dll, save.json, and so on) after changing the code?