Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

ya that is odd, gate is not a valid option within the plugin so something is borking you.Just had something weird start happening. My wizard decided to start using the Gate AA. I'm trying to narrow down when he does, but I'm going to try to camp and relog first to see if that fixes it.
The change from stick to AutoFollowLeader doesn't seem to be understood when using it from command line in game or am I doing something wrong.
?Rich (BB code):/bct NAME //bot AutoFollowLeader=0/1
Set your HealAt ini entries to be lower for those zones? You could either do a zone id check in zoned.cfg or you could do a little macro to set them all at once. like this:Plugin - spam heals in Crypt of Decay - and Crypt of sul - its a Debuffer that locks your hp's lowest ive seen it go is 70 % on me - and alts - but cleric will spam heals thinking its below said heal %
Sub Main(int amt)
/bot HealAt=${amt}
/bot HealDurationAt=${amt}
/bot HealDelayedAt=${amt}
/bot HealGroupAt=${amt}
/bot HealSelfAt=${amt}
/bot HealToTAt=${amt}
/return
Its needs to be updated for todays compile
I didnt change anything, just recompiled. following is via the mq2moveutils plugin.. did you change a setting in it?Since the update today, I can't get all of my characters to follow. For instance, in a group of 3 with mercs out, one character follows fine while the other does not (with the same ini, I diffed them). Any suggestions?
I didnt change anything, just recompiled. following is via the mq2moveutils plugin.. did you change a setting in it?
My bad. It is 'a' version now. i had the previous version i guess.I haven't -- that's a universal config file anyway, no? If it helps it's an enchanter that is not following, whereas a mage follows happily.
- - - Updated - - -
Also apparently a necro doesn't want to follow the leader... so only the mage will.
- - - Updated - - -
Okay, so I wish I had tested this further... bot apparently does not work at all on those two characters, only the mage. I had only tested the follow stuff. I can set variables, etc, but no actual actions are performed.
- - - Updated - - -
The dll on the front page is the latest, right? It's acting like it's compiled for the wrong version (just crashed). I'm running the 'a' compile that fixed autologin, is that why?
Ive been thinking about this problem some more. What If i add in a setting that will let you do a mod if in certain zones. ie:I'm a raiding cleric jimbob I understand what spells to use bro ,
That's great. I meant no disrespect.I'm a raiding cleric jimbob I understand what spells to use bro ,

Ive been thinking about this problem some more. What If i add in a setting that will let you do a mod if in certain zones. ie:
HealMod=.8
HealModZoneID=|123|456|
then if you are in zone 123 or 456, it will take all your heal amounts and multiply it by .8 from them only while in that zone. So if your HealAt is 80, it becomes 64 while in those zones. That work for everyone?
Spells and spell order can make a big difference for healers. intervention, group hot, group recourse, then single target should be your gem order i'd imagine.I really like this plugin, and for dps it works fabulously. It's intermittent on my sham healer & warrior. Sometimes the warrior doesn't assist, and i have to manually press auto attack. That happens about twice per DH HA. The shaman doesn't heal enough, so my warrior & zerker die about twice per HA. All the deaths are starting to become frustrating to me.
I tried Kissassist, and the heals on that are worse than MQ2bot. both work just fine for DPS, but i haven't quite found the magic selection for tanks/heals
help?

1. It is a SelfBuff, let's pretend it is SelfBuff0. In your ini you would add SelfBuffIf0=0 anywhere in the [Mq2Bot] section.couple questions:
1. how do i turn off auto-werewolf on shaman
2. is there a quick way to switch from tank to dps role for warrior
3. how do i turn off discs on berserker? he's popping them everytime they are up. i only want them manually when a namer pops
great plugin! thanks![]()
Ya. That is a known issue. The fix is to put an if statement for whatever SelfBuff# Zombie Skin is, so if it is SelfBuff0 then add this to [MQ2Bot] section of your ini:Found a specific bug: when my nec gets low on mana, he casts Death Bloom (or Blossom) but then tries to put up his zombie skin line (forget the name for the 103 version) which doesn't stack, so he keeps recasting skin since it doesn't stick. Ideally, he should pop Death Bloom/Blossom, and then recast zombie skin when that wears off after a minute (or just detect that Bloom/Blossom is up and not try to cast skin).
Thanks! Does this help?
That is how it is set up. It only checks other people's pets if you are not a mage, shd, nec, enc:A bit of feedback: Whenever I use mq2bot, my mana bar disappears -- not sure what's happening there.
Also with pet classes, you never need to actually target your pet to do things like cast heals; it automatically heals your own pet. This causes a problem when there is more than one pet in the group because the pet classes will all target each other's pets trying to heal, so it spams pet heals that do nothing until the owner of the pet heals it (or a cleric/druid does). Can you change it so that checking for pet heals only checks your own pet, and then you don't have to target the pet, just cast the heal. That way you can keep the mob targetted.
if (pLocalSpawn->Class == 13 || pLocalSpawn->Class == 11 || pLocalSpawn->Class == 14 || pLocalSpawn->Class == 5)
if (pLocalSpawn->PetID && pLocalSpawn->PetID != 0xFFFFFFFF)
if (gMinPetHP->SpawnID != pLocalSpawn->PetID)
return;
