Slashmaster
Active member
- Joined
- Mar 1, 2024
- RedCents
- 120¢
Wrong forum
Im using kiss assist and have one from the library. Im wondering why during battle, I switch from tank to assist just by switching bandoiler.
Cond8=${Me.XTarget} > 2 && !${Me.Bandolier[Tank].Active} || ${Target.Level} > 122 && !${Me.Bandolier[Tank].Active} || ${Me.PctMana} < 30 && !${Me.Bandolier[Tank].Active} || ${Me.ActiveDisc.Name.Equal[Deflection Discipline]} && !${Me.Bandolier[Tank].Active}
Cond9=${Me.XTarget} < 3 && !${Me.Bandolier[2h].Active} && ${Target.Level} < 123 && ${Me.PctMana} > 29 && ${Me.ActiveDisc.Name.NotEqual[Deflection Discipline]} || ${Me.XTarget} < 3 && !${Me.Bandolier[2h].Active} && ${Target.Level} < 123 && ${Me.PctMana} > 29 && !${Me.ActiveDisc.ID}
Cond10=!${Me.Bandolier[Tank].Active}
I'm thinking its in here somewhere maybe, but not sure how to not do that. I want to be tank always.
I will look more closly to see if I spot anything else
Cond8=${Me.XTarget} > 2 && !${Me.Bandolier[Tank].Active} || ${Target.Level} > 122 && !${Me.Bandolier[Tank].Active} || ${Me.PctMana} < 30 && !${Me.Bandolier[Tank].Active} || ${Me.ActiveDisc.Name.Equal[Deflection Discipline]} && !${Me.Bandolier[Tank].Active}
Cond9=${Me.XTarget} < 3 && !${Me.Bandolier[2h].Active} && ${Target.Level} < 123 && ${Me.PctMana} > 29 && ${Me.ActiveDisc.Name.NotEqual[Deflection Discipline]} || ${Me.XTarget} < 3 && !${Me.Bandolier[2h].Active} && ${Target.Level} < 123 && ${Me.PctMana} > 29 && !${Me.ActiveDisc.ID}
Cond10=!${Me.Bandolier[Tank].Active}
I'm thinking its in here somewhere maybe, but not sure how to not do that. I want to be tank always.
I will look more closly to see if I spot anything else

