- Joined
- Jan 31, 2005
- Messages
- 11,712
- Reaction score
- 440
- Points
- 83
- Location
- Australia
- Website
- www.mmobugs.com
MQ2Bot FAQ - Help for some of the more common questions or problems with MQ2Bot.
MQ2Bot was to create a plugin that will bot any class without having to worry about having to config spells. MQ2Bot will read what spells you have memorized along with what aa's, disciplines and clickies you have, and use those to buff/fight with. You can further customize each spell or aa with macro TLO's to decide under what conditions to use said spell/aa/disc. These settings are stored in your base MQ2 folder at ServerName_CharacterName.ini.
When you start the bot with the "/bot on" command, it will show you each spell/aa/discipline/clicky it can find and will use.
This FAQ will hopefully give you some insight in how to solve some problems or customize it to your liking. These are the problems that come up most often.
--------------------------
1. My character doesn't move back to camp location after it's finished killing a mob, how do I fix this?
Use the MQ2MoveUtils command /makecamp. This will make your character go back to this location once it's finished combat. When first messing with /makecamp command, do the following. "/stick set verbflags 512". This command will tell you what makecamp is doing to help you mess with settings. Then just use /makecamp on, and /makecamp off commands to get started.
If your not getting anything showing in MQ2 window when you use the makecamp command, type /stick set verbflags 33554431
--------------------------
2. My enchanter isn't mezing correctly, healing correctly or engaging mobs correctly, how do I fix this?
Make sure you've set the roles Puller, Main Tank and Main Assist in your ingame group. If these are not set it can cause all types of weird problems.
Also check your MezImmune list. Sometimes mobs can be added to your MezImmune list by accident, to remove them head to your Macros/Mob_Ignore_List.ini and delete the mob in there.
--------------------------
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 character 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:
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
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.
--------------------------
4. My character is casting a debuff over and over, how do I stop this?
You will need to create an if statement if this is happening.
Lets pretend your character is chain casting "Turgur's Insects". When you start the bot, Debuff1 is Turgur's Inspects, you'd open your Server_CharacterName.ini in your macroquest folder. Find MQ2Bot section, and at the bottom put in the following.
Let's say it's chain casting the dot, "Mawmun's Venom" too from Dot 3 spot. Add the following.
You can get a lot more complicated with these if statements, like only cast a dot, if slow is on it first, and so on.
--------------------------
5. My Paladin is casting "Lay On Hands" to heal himself, but I only want to use it when fighting a named mob, how would I do this?
So on my Paladin "Lay on Hands" is listed under "Heal0" when I turn bot on. I will add the following to my MQ2Bot ini section.
Now Lay on Hands will only fire if the target is Named, and I'm in combat. Another good fix for this would be to trigger when your under 20% health.
--------------------------
6. My character wont Melee, or only melees when mob is right on top of them
The range that your character will start meleeing is controlled by MQ2Bot setting MeleeRange, and MQ2Melee setting StickRange
MQ2Melee command:
/melee stickrange=150
Will control how soon you start sticking on target. This defaults at 70
MQ2Bot setting MeleeDistance will set the range until it engages. This defaults to 40 range.
MQ2Bot setting MeleeAt settings tells when to start meleeing. For melee character this defaults at 100% health, for casters it defaults at 0. You can edit these settings in your server_charactername.ini.
--------------------------
7. My character is not casting rez on dead group members?
Make sure corpses are not hidden.
--------------------------
8. My character is acting weird, how do I enable debug to figure out what is going on?
To enable debugging use the following commands: (Warning this creates a huge log file if left going for a long time.)
/bot Debugging=1
/bot DoDebug=1
Debug log (MQ2Bot_serverName_characterName.log in MQ2 Logs folder). Make sure you turn these logs off and delete them afterwards, as they will get gigantic in size and start to lag your computer.
--------------------------
8. What are all the inbuilt commands for MQ2Bot?
See the MQ2Bot wiki for all the inbuilt commands.
--------------------------
9. How do I get MQ2Bot to pull?
There is a few steps.
Get MQ2Nav loaded, with a valid mesh. Download the mesh for your zone from MQMesh, unzip it to your MQ2Nav folder, then load MQ2Nav "/plugin mq2nav". It should say "[MQ2Nav] Successfully loaded mesh for YOUR-ZONE-NAME". If this happens, your good.
Next we need to enable a few things in your Character_Server.ini. Open it up in a text editor on the character you are pulling from.
Change
To the Distance you want to pull within
Example:
Change
0 is Disabled, you want this changed to 1.
Then you need to change
This can be a spell name, discipline name, AA or ranged.
Save the file, and restart bot with /bot on.
The last thing you'll need to do is change your group role to puller ingame. Right click your name in group, and change it to Puller.
Make sure you are not set as Main Tank, or pulling may not work.
Make sure you also have a Main Assist set up or it wont kill the pulled mob.
-------------
10. With my chanter (Bard too), I've noticed it will say "Possible add: xyz" but not count them as an Add at any point during the fight. Anyone know what causes that by chance? Trying to get mez's to happen more consistently
This is because they are not registered as hating you, likely because of memblur, it keeps ditching aggro.
-------------
11. How do I ignore targeting or pulling a certain mob?
Use the command /imob, to ignore a mob. You can also edit macros/mob_ignore_list.ini to add/remove mobs from ignore list, then use /loadbot command to re-read the ini.
MQ2Bot was to create a plugin that will bot any class without having to worry about having to config spells. MQ2Bot will read what spells you have memorized along with what aa's, disciplines and clickies you have, and use those to buff/fight with. You can further customize each spell or aa with macro TLO's to decide under what conditions to use said spell/aa/disc. These settings are stored in your base MQ2 folder at ServerName_CharacterName.ini.
When you start the bot with the "/bot on" command, it will show you each spell/aa/discipline/clicky it can find and will use.
This FAQ will hopefully give you some insight in how to solve some problems or customize it to your liking. These are the problems that come up most often.
--------------------------
1. My character doesn't move back to camp location after it's finished killing a mob, how do I fix this?
Use the MQ2MoveUtils command /makecamp. This will make your character go back to this location once it's finished combat. When first messing with /makecamp command, do the following. "/stick set verbflags 512". This command will tell you what makecamp is doing to help you mess with settings. Then just use /makecamp on, and /makecamp off commands to get started.
If your not getting anything showing in MQ2 window when you use the makecamp command, type /stick set verbflags 33554431
--------------------------
2. My enchanter isn't mezing correctly, healing correctly or engaging mobs correctly, how do I fix this?
Make sure you've set the roles Puller, Main Tank and Main Assist in your ingame group. If these are not set it can cause all types of weird problems.
Also check your MezImmune list. Sometimes mobs can be added to your MezImmune list by accident, to remove them head to your Macros/Mob_Ignore_List.ini and delete the mob in there.
--------------------------
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 character 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
Add in
Code:
Mezif0=0
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.
--------------------------
4. My character is casting a debuff over and over, how do I stop this?
You will need to create an if statement if this is happening.
Lets pretend your character is chain casting "Turgur's Insects". When you start the bot, Debuff1 is Turgur's Inspects, you'd open your Server_CharacterName.ini in your macroquest folder. Find MQ2Bot section, and at the bottom put in the following.
Code:
DebuffIf1=(!${Target.Buff[Turgur's Insects].ID})
Code:
DotIf3=(!${Target.Buff[Mawmun's Venom].ID})
--------------------------
5. My Paladin is casting "Lay On Hands" to heal himself, but I only want to use it when fighting a named mob, how would I do this?
So on my Paladin "Lay on Hands" is listed under "Heal0" when I turn bot on. I will add the following to my MQ2Bot ini section.
Code:
HealIf0=(${Target.Named} && ${Me.CombatState.Equal[COMBAT]})
--------------------------
6. My character wont Melee, or only melees when mob is right on top of them
The range that your character will start meleeing is controlled by MQ2Bot setting MeleeRange, and MQ2Melee setting StickRange
MQ2Melee command:
/melee stickrange=150
Will control how soon you start sticking on target. This defaults at 70
MQ2Bot setting MeleeDistance will set the range until it engages. This defaults to 40 range.
MQ2Bot setting MeleeAt settings tells when to start meleeing. For melee character this defaults at 100% health, for casters it defaults at 0. You can edit these settings in your server_charactername.ini.
--------------------------
7. My character is not casting rez on dead group members?
Make sure corpses are not hidden.
--------------------------
8. My character is acting weird, how do I enable debug to figure out what is going on?
To enable debugging use the following commands: (Warning this creates a huge log file if left going for a long time.)
/bot Debugging=1
/bot DoDebug=1
Debug log (MQ2Bot_serverName_characterName.log in MQ2 Logs folder). Make sure you turn these logs off and delete them afterwards, as they will get gigantic in size and start to lag your computer.
--------------------------
8. What are all the inbuilt commands for MQ2Bot?
See the MQ2Bot wiki for all the inbuilt commands.
--------------------------
9. How do I get MQ2Bot to pull?
There is a few steps.
Get MQ2Nav loaded, with a valid mesh. Download the mesh for your zone from MQMesh, unzip it to your MQ2Nav folder, then load MQ2Nav "/plugin mq2nav". It should say "[MQ2Nav] Successfully loaded mesh for YOUR-ZONE-NAME". If this happens, your good.
Next we need to enable a few things in your Character_Server.ini. Open it up in a text editor on the character you are pulling from.
Change
Code:
PullingDistance=0
Example:
Code:
PullingDistance=100
Code:
DoPulls=0
Then you need to change
Code:
PullSkillName=
Save the file, and restart bot with /bot on.
The last thing you'll need to do is change your group role to puller ingame. Right click your name in group, and change it to Puller.
Make sure you are not set as Main Tank, or pulling may not work.
Make sure you also have a Main Assist set up or it wont kill the pulled mob.
-------------
10. With my chanter (Bard too), I've noticed it will say "Possible add: xyz" but not count them as an Add at any point during the fight. Anyone know what causes that by chance? Trying to get mez's to happen more consistently
This is because they are not registered as hating you, likely because of memblur, it keeps ditching aggro.
-------------
11. How do I ignore targeting or pulling a certain mob?
Use the command /imob, to ignore a mob. You can also edit macros/mob_ignore_list.ini to add/remove mobs from ignore list, then use /loadbot command to re-read the ini.
Last edited: