blizzhackers / autosmurf

Dark-f version of JeanMax/Autosmurf
19 stars 21 forks source link

Barbarian Auto Equip Stuck in Loop #2

Closed Bender-TheRobot closed 4 years ago

Bender-TheRobot commented 4 years ago

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.

mf022 commented 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: