Plugin MQ2Bot

Wolfy

Premium Member
Joined
Jul 28, 2005
Messages
97
Reaction score
10
Points
8
Is there any way to stop my enchanter from casting its "Constraining helix" when in a group with a shaman that casts "Turgur's Insects"?



It will keep trying to cast it, even though the other spell is superior.


Is there any kind of /notcast command to block an Ability or spell being cast?
 
When you start the bot, find out what number "Constraining Helix" is.

So say Debuff3 is Constraining Helix, you'll need to edit your Character_Server.ini which is in your MacroQuest folder.

Add a line that says something like
DebuffIf3=(!${SpawnCount[group shm])

Which is a check for Debuff3, checking if no shaman is in group. If it returns positive, it casts the spells, if it returns negative, it will not.

Save, restart bot.

In theory (I didn't test it) that should only use Debuff3 if a shaman is not in group.