how do u stop a spell from spamming when Mq2bot turned on

smith8454

Premium Member
Joined
Jun 24, 2009
Messages
731
Reaction score
101
Points
43
how do u stop a spell from spamming when Mq2bot turned on
 
Check out MQ2Bot FAQ - Help for some of the more common questions or problems with MQ2Bot

3. My character is using a clickie or using a spell I don't want it to use, how do I stop it?

MQ2Bot reads what AA's/Auras/Clickies you have and what spells you have memorized to determine what the best spell to use is. The way to disable a certain item is to edit your MQ2Bot ini file and create an if statement to disable it.

When you start the bot with /bot on, it will spit out a ton of information into your MQ2 window. Find the Spell/AA/Clickie you want to disable.

Example:
Code:
Mez0: Beam of Slumber XIV

Open up the Server_CharacterName.ini in your MQ2 folder. There will be a section called [MQ2Bot], scroll to the end of that section.

Add in
Code:
Mezif0=0
To the bottom of that MQ2Bot section. Save, and restart bot with /bot on.

It should now say "MezIf0: 0" when you start up the bot, and this will disable the spell from being used.

You can repeat this for any AA's, Heals, Buffs, Nukes, Clickies or anything else listed when you start MQ2Bot.[/url]