Redemption Skill

Im using the pally script for redemption.
Redemption is given to me by my weapon on my second hand.
Is there a way, when redemption is enabled, for it to check both hands for the skill?

Long story short.
Last wish and hoz - Weapon slot 1 now
CTA with FOH, Conv, Redemption and hoz - weapon slot 2 now

Config.AttackSkill = {
-1, -- Preattack skill
121, -- Primary skill for bosses
123, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
101, -- Primary skill for other monsters
123, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
101, -- Alternate skill for immune monsters
123, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
}

Config.CustomAttack = {
[243] = {97, 122}, --Diablo smite fana
[526] = {97, 122}, --Nith smite fana
[544] = {97, 122}, --Baal smite fana
}
 
Top