Could you provide a separate file with the mf curve value of 1.09? I remember that starting from version 1.10, Blizzard made modifications to the relevant files, resulting in a significant reduction in the accumulation benefits.
I wanted to check with you because I noticed myself (and another recent poster here) that the fire and lightning masteries are bugged on 1.09, they don't scale with skill points at all.
Are you still working on this mod by chance? Or is it on the final version it will stay at?
Hey there, this might be too late of a reply. I'm not sure if this mod is still being worked on but I fixed the bug with Fire and Lightning mastery myself so I could use it. If you are interested in the fix let me know and I can share it with you.
I get 0 Exp from Ilvl 90-93 monsters in Hell with my Level 78 sorc. No exp penalty but literally 0 Exp gain (cows, baaltower mobs etc. Some mobs seem to work though).
Using terror zone mod for i.e. cow level has fixed the problem for me in case someone has the same problem. It adjusts the monster ilvl and exp is gained again
Lightning and Fire Mastery seem to be the same at level 1 and level 20 with a flat 50%/30% respectively that does not increase. Playing on 1.09d setting.
Currently it's not configurable. A lot of things are still pretty easy to turn off by opening the mod.js file in a text editor, scrolling to the bottom of the file, and commenting out individual function calls.
To re-enable mana potions, find the line near the bottom that says:
disable_vendor_mana_pots(); And comment it out by adding // in front of it:
// disable_vendor_mana_pots(); Next time you click Install Mods, that function will not run, and vendors will sell mana potions. There is also a line that calls chaos_sanctuary_iron_maiden() that you can comment out.
Not ideal, but until I add more comprehensive configuration to the mod, this is the workaround
64 comments
please keep working on this mod
E: Baal also dies with 1 hit on hell
E: 1.09d
I wanted to check with you because I noticed myself (and another recent poster here) that the fire and lightning masteries are bugged on 1.09, they don't scale with skill points at all.
Are you still working on this mod by chance? Or is it on the final version it will stay at?
1.09d
To re-enable mana potions, find the line near the bottom that says:
disable_vendor_mana_pots();
And comment it out by adding // in front of it:
// disable_vendor_mana_pots();
Next time you click Install Mods, that function will not run, and vendors will sell mana potions. There is also a line that calls chaos_sanctuary_iron_maiden() that you can comment out.
Not ideal, but until I add more comprehensive configuration to the mod, this is the workaround