W
Wolfborn
Over the past year I've used some downshits to control my wizzy mercs and it's proven very reliable. I even modify it for melee by changing one line to holyshit.
I use it on all my caster toons. Just two days ago I even used it on a brand new ENC I made. Worked like a dream.
Now I have a young cleric and it's not working.
I've tried all types of things. Deleting the Server_Toonname.ini file, making a new one (/melee load, /melee save) and a bunch of other things.
Just won't fire reliably.
If I manually select Burn while in combat it remains there until I end combat then jumps to Balanced. Just won't jump to Burn.
I have a few other downs in the same file that work perfectly.
Any ideas what is going on? What to try next?
Wolf
Rich (BB code):
downshit0=/if (${Me.CombatState.NotEqual[COMBAT]} && ${Select[${Group.Member[1].Class},Wizard]} && ${Me.Mercenary.State.Equal[ACTIVE]} && ${Mercenary.Stance.Equal[Burn]}) /stance Balanced
downshit1=/if (${Me.CombatState.Equal[COMBAT]} && ${Select[${Group.Member[1].Class},Wizard]} && ${Me.Mercenary.State.Equal[ACTIVE]} && ${Target.PctHPs}<90 && ${Mercenary.Stance.Equal[Balanced]}) /stance Burn
I use it on all my caster toons. Just two days ago I even used it on a brand new ENC I made. Worked like a dream.
Now I have a young cleric and it's not working.
I've tried all types of things. Deleting the Server_Toonname.ini file, making a new one (/melee load, /melee save) and a bunch of other things.
Just won't fire reliably.
If I manually select Burn while in combat it remains there until I end combat then jumps to Balanced. Just won't jump to Burn.
I have a few other downs in the same file that work perfectly.
Rich (BB code):
downshit2=/if (!${Me.Buff[Elixir of Clarity III].ID} && ${FindItem[Distillate of Clarity III].TimerReady}==0 && !${Me.Moving}) /casting "Distillate of Clarity III" |Item
downshit3=/if (!${Me.Buff[Elixir of Replenishment III].ID} && ${FindItem[Distillate of Replenishment III].TimerReady}==0 && !${Me.Moving}) /casting "Distillate of Replenishment III" |Item
downshit4=/if (!${Me.Buff.ID} && ${Cast.Ready} && ${Spell.Stacks}&& !${Me.Moving}) /multiline ; /tar myself ; /casting "Center"
Any ideas what is going on? What to try next?
Wolf

