Ditch the leftHand entries, as they aren't used for two-hand weapons.
Code: Select all
autoSwitch_default_rightHand +5 Katar of Frozen Icicle
autoSwitch Sleeper, Driller, Geographer {
rightHand +5 Katar of Raging Blaze
}
Check the tables folders to see if the items and monsters names are spelt right. Other then that, I have no idea.
You could also try the equipAuto blocks
Code: Select all
equipAuto {
rightHand +5 Katar of Raging Blaze
monsters Sleeper, Driller, Geographer
disabled 0
}
equipAuto {
rightHand +5 Katar of Frozen Icicle
notMonsters Sleeper, Driller, Geographer
disabled 0
}