MQ2Bot Common Problems and Answers

Fry

Fry Guy
Joined
Jan 31, 2005
Messages
11,712
Reaction score
440
Points
83
Location
Australia
Website
www.mmobugs.com
For some reason my bard won’t twist songs and what I activate the melody it shuts it off I went into ini file and added which songs to play in combat and non combat but still not doing it what do I need to do ? Thank you
MQ2Bot uses it's own /bottwist commands to cast songs.

In your INI you need to set the following spells for RestTwist and CombatTwist, such as the following.

Code:
RestTwist=1 2 3 4
CombatTwist=5 6 7 8
 

Bigdirty

New member
Joined
Mar 29, 2021
Messages
4
Reaction score
0
Points
1
puller stuck in the loop and just standing around camp after pulling a few mobs 1674301256983.png

If i got manualy grab a mob it resets him and he will keep pulling for a while , like 5mins , then stop again
 

SuspiciousAs3v3r

Premium Member
Joined
Dec 23, 2022
Messages
4
Reaction score
0
Points
1
Location
Alaska
so i cant figure out how to get my SK to stop harmtouching everything soon as it pops how do i set it up so sk only HT's named mobs? or when there is more then 4 in camp? ohh and is there a way to get him to switch targets..... everytime i switch targets on him he instantly switches back to old target .....
 

Fry

Fry Guy
Joined
Jan 31, 2005
Messages
11,712
Reaction score
440
Points
83
Location
Australia
Website
www.mmobugs.com
I believe Harm Touch gets listed as a Nuke in MQ2Bot. When you start MQ2Bot it will tell you which nuke number, so say it's listed as Nuke3.

Adding the following to your MQ2Bot character ini "Nukeif3=0" will disable Harm Touch, which ultimately isn't what you want to do. You want it to trigger if there is more than 4 in camp, so you'd do something like this

Code:
Nukeif3=${SpawnCount[NPC radius 50]}>=4
This adds a check before it fires Harm Touch. This checks if there is more than 4 npc's within 50 radius of you, if so it will use harm touch, if not it skip it.
 

im_that_uncle_tom

New member
Joined
Dec 3, 2021
Messages
14
Reaction score
6
Points
3
having issues understanding how to get my toons to assist main tank and move to mob ? atm they dont move just turn on attack
 

Fry

Fry Guy
Joined
Jan 31, 2005
Messages
11,712
Reaction score
440
Points
83
Location
Australia
Website
www.mmobugs.com
having issues understanding how to get my toons to assist main tank and move to mob ? atm they dont move just turn on attack
Movement is handled by MQ2MoveUtils, make sure the plugin is loaded (/plugin MQ2MoveUtils) Though I think MQ2Bot check this so doubt that is the issue.

Could be a problem with attack on assist being on? (/assist off)

Other than that, I would need to see your bots ini and MQ2Bot debug spew to help figure out what is going on.
 

im_that_uncle_tom

New member
Joined
Dec 3, 2021
Messages
14
Reaction score
6
Points
3
some how it was /assist off and i set it all up , thanks .

another question how do i set puller to watch group mana ?
 

Fry

Fry Guy
Joined
Jan 31, 2005
Messages
11,712
Reaction score
440
Points
83
Location
Australia
Website
www.mmobugs.com
some how it was /assist off and i set it all up , thanks .

another question how do i set puller to watch group mana ?
Htw answered this question in Discord.

Add to your [MQ2Bot] settings a pre check. You can also add some more, like if casting, or somesuch, whatever you want.
example
Code:
PrePullIf=${Group.MinMana.PctMana}>30 && ${NetBots[Medaq].InZone} && ${NetBots[Medaq].InGroup} && ${Me.PctHPs}>90
then /loadbot

Medaq is a character name, so you'll need to change that to your cleric or tanks name as it's just checking they are in the group and in the zone before pulling.
 

madmocasin

Premium Member
Joined
Apr 10, 2011
Messages
5
Reaction score
0
Points
1
Age
47
Why would my cleric and shaman be rezing over and over and it just keeps failing?
 

madmocasin

Premium Member
Joined
Apr 10, 2011
Messages
5
Reaction score
0
Points
1
Age
47
I have never seen this, but only reason I could see it casting a rez is if someone in groups corpse is within rez range?
Yeah I am waiting for them to rez my alt. They both seem to cast rez over and over but it fails and i never see a rez box pop up. Seems to have nothing to do with combat or lack of mana. Eventually they just seem to give up trying.