Closed Bender-TheRobot closed 4 years ago
unfortunately, autoEquip and autoEquipCheck functions haven't this particular case
maybe you should comment the shield lines in barbarian.xpac file.
other option maybe is to set to not pick the 2hand axes and 2hand maces in the weapon lines of the barbarian.xpac by adding just after the quality and before # :
&& ([name] != largeaxe || [name] != broadaxe || [name] != battleaxe || [name] != greataxe || [name] != giantaxe || [name] != maul || [name] != greatmaul)
EDIT:
&& (([name] != flb || [name] != gsd || [name] != 9fb || [name] != 9gd || [name] != 7fb || [name] != 7gd) || ([name] != lax || [name] != bax || [name] != btx || [name] != gax || [name] != gix || [name] != gla || [name] != 9ba || [name] != 9bt || [name] != 9ga || [name] != 9gi || [name] != 71a || [name] != 7ba || [name] != 7bt || [name] != 7ga || [name] != 7gi) || ([name] != whm || [name] != mau || [name] != gma || [name] != 9wh || [name] != 9m9 || [name] != 9gm || [name] != 7wh || [name] != 7m7 || [name] != 7gm))
When my barbarian finds a shield (while he has a 2-Handed weapon equipped) will then equip the shield. Which un-equips the 2-Hander then it equips the 2-Hander, un-equipping the shield and continues doing this in a loop. Any suggestions? I am using all the most recent files.