I’m running 3 characters, blizz sorc, chainL sorc, and BO barb together with autosmurf. Ever since getting to nightmare, all the sorcs will do is static, never use blizzard or chain lightning, and the barb just keeps casting BO. They have also seemed to forget how to buy pots most of the time.
I don’t think I touched any settings today, other than changing the exit game chicken %s.
I’ve replaced a bunch of files with fresh copies but still no luck. Does anyone have any clue why this is happening all of a sudden?
Just to be sure that something is not working as it ought to, there are a lot of immune ro cold, lightning, and fire as well as to magic in NM and in Hell. It may be that the sorces are opting for static as they do not attack immunes with their main attack skills based on what skills the sorc has.
Config.CastStatic = 33; // Cast static until the target is at designated life percent. 100 = disabled.
Changing this from 100 to 33(where static stops working in NM) seemed to fix it. The build script seems to change the number at certain points so I didn’t think it required a manual change. Surprised I couldn’t find other people having the same issue. I also thought the blizz sorc cast blizzard while using static but I guess I was wrong.
I had this problem. Editing the char config won’t do anything… you have to edit the build. You see the life percentage values change only at 2 times in the build. Lvl 6 set to 70% and lvl 15 set to 20%. Need to add Config.CastStatic = 33; at lvl 40 which is the default lvl to enter nightmare. Add Config.CastStatic = 50; at lvl 77 for hell to be safe if u want. Did they run out of gold? Check out the build if you are trying to edit anything in the config… there are pot settings in there as well… I just know of pot belt settings… you can’t change health mana rejuv settings in config because its in the autobuild and will do the autobuild settings instead. For the bo barb… when you get to nightmare it’s only use is to bo these are the attack settings at lvl 30 in the autobuild… Config.AttackSkill = [0, 155, 146, 149, 138, 142]; reference your char config attack settings it’s in the same order.