Replies: 2 comments 9 replies
-
Thank you for posting. I agree the sorceress performance isnt where I would like it. I've worked out a method to be able to do full baal and cow (testing my fix for not accidentally killing the king) runs and change difficulty after a specific metric is hit. This should improve performance of the characters before entering hell. |
Beta Was this translation helpful? Give feedback.
-
I found that my Sorc just dies also, I was able to equip her with some betters stuff that I had, and she did keep, so that has helped. Wondering if I need to change something before setting in NM? I should turn off the autoequip script in the Character config file while in nightmare I suppose. |
Beta Was this translation helpful? Give feedback.
-
Hey!
I have used your script to level up a few chars, and generally I think it works great, thanks!
However, when leveling a sorceress, they enter hell with too little resists and get killed all the time, this has occured with 4 sorcereses in a row now. I have tried tweaking the level and resist requirements but either it didn't work or they are too low anyway. This is what I did in globals:
var levelcap = [37, 70, 100][me.diff];
And this in baal:
let checkFR = me.diff === 0 ? 60 : 120; // cannot start next diff with negative resistances
let checkLR = me.diff === 0 ? 60 : 120;
let checkCR = me.diff === 0 ? 60 : 120;
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions