Shaman Bot issues since 5/15/19 update

neknet

Greenman
Joined
Jul 3, 2016
Messages
29
Reaction score
1
Points
3
Shaman isn't casting Cannibalize to recover mana in our out of combat any longer since yesterdays update.
Also I posted this before but Shaman will while in combat cast Malaise several times per mob usually as often as possible. I have

MaloUseOnce1=1

Set in my ini file but can't seem to make that stop.
Any help in these issues?
 
We're working on a fix to this now. We should have a new MQ2 version out soon. If it's still happening after the update let us know.
 
look up checks for if malod or if slowed
been pointed out a few times again and again the last few month
 
I didn't want to start an internet fight, took post down.
 
Last edited:
look up checks for if malod or if slowed
been pointed out a few times again and again the last few month

I was just adding there is still an issue. Yes I am aware there is a work around. I'm using the work around.

That being said, the same effort to call me out could have been used to just answer the question, as you perceived it to be a question.


What would you rather be known as the helpful guy, or the a$$hat. I'm just saying.


You have helped me in the past, I know you are helpful kinda guy, I just wanted to play devils advocate and return the a$$hat behavior. LOL



I said LOL so it's ok..........
 
" the same effort to call me out could have been used to just answer the question, as you perceived it to be a question."

Like you were reading my mind. The do a search and wiki answers are getting old.
 
it’s the main bot plugin that is doing it.

Slow and malo are chain casted.

If tries to overwrite other slows from other shaman too.

The Debuff Check isn’t working.

Thanks!
 
it’s the main bot plugin that is doing it.

Slow and malo are chain casted.

If tries to overwrite other slows from other shaman too.

The Debuff Check isn’t working.

Thanks!
Ok thanks much, I will look further into it.
 
it’s the main bot plugin that is doing it.

Slow and malo are chain casted.

If tries to overwrite other slows from other shaman too.

The Debuff Check isn’t working.

Thanks!
Ok thanks much, I will look further into it.

really confused on this.

If I do a If0=0 it stops it from casting

If I do a If0=(!${Target.Buff[Turgur's Insects].ID}) it chain casts.
 
it’s the main bot plugin that is doing it.

Slow and malo are chain casted.

If tries to overwrite other slows from other shaman too.

The Debuff Check isn’t working.

Thanks!
Ok thanks much, I will look further into it.

really confused on this.

If I do a If0=0 it stops it from casting

If I do a If0=(!${Target.Buff[Turgur's Insects].ID}) it chain casts.

I don't think you need .ID at the end? I think .ID is only needed if you using the spell ID number.

Slow the target, and do /echo ${Target.Buff[Turgur's Inspects]}

Mess with it until it comes back true, and use that in your If0 statement.
 
this is what my bot slow looks like

Code:
Debuffif1=!${Target.Slowed.ID}

not sure what that thing u have is or where or how its used
 
do /bot on

see how your slow is identified (likely as a debuff)

match the debuff and number and create that entry

should work

again thats for bot plugin