Downshits during combat?

Fixxer

Active member
Joined
May 22, 2011
Messages
429
Reaction score
32
Points
28
Anyone have any idea why downshits would be happening during combat?
 
What do you consider to be 'combat'? Do you have attack on, or are you just on agro and casting spells?
 
holyshits = /attack is on
downshits = any other time, even if something is aggro on you but you dont have /attack on
 
Ideally, I would like to have it so any time my status indicator shows the crossed swords (having agro=in combat), I would not like to have any downshits happening. Should I add a condition that states !${Me.Combat}, or something to that effect? Will that work?
 
Yes, exactly.

Add this to your downshit and it will be false with crossed swords.

${Me.CombatState.NotEqual[COMBAT]}
 
Last edited: