Whats the debuffname from affliction and weaken mind?
Spell.Cast("Weaken Mind", ret => !BuddyTor.Me.CurrentTarget.HasDebuff("Weaken Mind")),
Spell.Cast("Weaken Mind", ret => !BuddyTor.Me.CurrentTarget.HasDebuff("Weaken Mind (Force)")),
Please update again, maybe it works now.
Spell.Cast("Mind Crush", ret => !BuddyTor.Me.CurrentTarget.HasDebuff("Crushed")),
Im looking at
The DeBuff of "Mind Crush" is "Mind Crush (Force)", so should "Crushed" be replaced with "Mind Crush (Force)", or is "Crushed" a DeBuff from another spell?
You should change it to be whatever the text on the debuff on the target shows in game.
Im looking at
The DeBuff of "Mind Crush" is "Mind Crush (Force)", so should "Crushed" be replaced with "Mind Crush (Force)", or is "Crushed" a DeBuff from another spell?
Crushed (Force) is from Crushing Darkness. Just noticed.
toSpell.Cast("Mind Crush", ret => !BuddyTor.Me.CurrentTarget.HasDebuff("Crushed")),
Spell.Cast("Mind Crush"),
should beOn the Sage routines:
The toon keeps casting "Weaken Mind". Somehow it doesn't register that the debuff is already on.
Spell.Cast("Weaken Mind", ret => !BuddyTor.Me.CurrentTarget.HasDebuff("Weaken Mind (Force)")),
Please test if Force Speed works now.
normally it should be casted whenever the player is out of combat...
Sometimes I have to close the bot all the way down and things start to work when I open it back up.Okay. It didn't work when I started it with the profile I was using.
Doing some stuff manually for now, will try it again at the next planet.
When did you test it at last (tank cc) because I changed pretty much today.