- Version of KissAssist.mac?
- 11.005
- When did your problem start?
- Not a problem it is a question.
- Character Role?
- Assist
- What class is having this issue?
- Shaman
- How often does this issue occur?
- Always
Buffs3=Cannibalization|mana|80|Cond1
Buffs4=Cannibalization|mana|40|Cond2
Cond1=${Me.CurrentHPs} > 31000 && ${Math.Calc[${Me.MaxMana}-${Me.CurrentMana}].Int} > 12000 && !${Me.CombatState.Equal[COMBAT]}
Cond2=${Me.CurrentHPs} > 31000 && ${Math.Calc[${Me.MaxMana}-${Me.CurrentMana}].Int} > 12000 && ${Me.CombatState.Equal[COMBAT]}
Assuming the next fight maybe very soon I think this is the best approach but I don't see any shaman KA file using this approach. Why?
Buffs4=Cannibalization|mana|40|Cond2
Cond1=${Me.CurrentHPs} > 31000 && ${Math.Calc[${Me.MaxMana}-${Me.CurrentMana}].Int} > 12000 && !${Me.CombatState.Equal[COMBAT]}
Cond2=${Me.CurrentHPs} > 31000 && ${Math.Calc[${Me.MaxMana}-${Me.CurrentMana}].Int} > 12000 && ${Me.CombatState.Equal[COMBAT]}
Assuming the next fight maybe very soon I think this is the best approach but I don't see any shaman KA file using this approach. Why?


