So the forum should have notify me 30 days ago ?the forum notifies you
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.

So the forum should have notify me 30 days ago ?the forum notifies you
Your MQ2Shaman had expired, it looks like you repurchased. "Next" plugins are instant when purchased now. There is no longer a waiting period. The waiting period was transferred to the Legacy build.Just had one of mine expire this week-got the forum alert that it had expired, no emails or anything. Since I'm on here constantly refreshing hoping for the next plugin to pop up, not a big deal!
you can turn off usage of Frenzied Resolve if you dont want to use frenzied resolveHi all, hope I've found the right spot for this. I use CWTN Zerker for my zerkers, and I'm finding that during the Aten Ra mission, my zerkers will oftentimes be in Juggernaut form and stuck on the spot. Sure enough, one of them gets the aura and I can't run him across the room, and it creates havoc. Any way I can disable the use of Juggernaut just for that mission?
Thanks,
Dysanor
as was already mentioned, your problem is not Juggernaut form, but instead Frenzied Resolve. However, you can disable the illusion by adding it to your blocked buffs list in the EQ client.Hi all, hope I've found the right spot for this. I use CWTN Zerker for my zerkers, and I'm finding that during the Aten Ra mission, my zerkers will oftentimes be in Juggernaut form and stuck on the spot. Sure enough, one of them gets the aura and I can't run him across the room, and it creates havoc. Any way I can disable the use of Juggernaut just for that mission?
Thanks,
Dysanor
Hi all, hope I've found the right spot for this. I use CWTN Zerker for my zerkers, and I'm finding that during the Aten Ra mission, my zerkers will oftentimes be in Juggernaut form and stuck on the spot. Sure enough, one of them gets the aura and I can't run him across the room, and it creates havoc. Any way I can disable the use of Juggernaut just for that mission?
Thanks,
Dysanor
Another alternative is to block the Juggernaut form just make sure it isn't the buff just the illusion of it.you can turn off usage of Frenzied Resolve if you dont want to use frenzied resolve
Q. Sometimes my berzerker won't chase the MA.
A. Probably have Frenzied Resolve Discipline as their currently active disc, which roots you in place. Sometimes this can be annoying. You can /zerk UseFrenied off, to turn off that ability. But be aware that significantly reduces your overall average DPS. We automatically click off frenzied resolve if you're in chasemode and stuck behind your MA.
No that would not prevent you from being rooted in place. That is incorrectAnother alternative is to block the Juggernaut form just make sure it isn't the buff just the illusion of it.
I misunderstood the question. My bad I read it as the form being the issueNo that would not prevent you from being rooted in place. That is incorrect
https://www.redguides.com/community/threads/addclicky-information.76973/ <-------use itHow do you guys automate phoenix feather with your zerkers?
Please see >>> Getting Started with CWTN plugins! (Movement, UI Window, Clickies, Pulling, ETC) Check Here First! <<< has a link to > AddClicky < InfoHow do you guys automate phoenix feather with your zerkers?
The plug-in used to also lock zerker at 89% \health for dps. Is that no longer a thing?
we do what we can, but as mentioned in the addclicky thingTy. Didn’t know the bloodfury thing they added.
I’ve been working with addclickies. Was hoping there’d be more logic check to have it stagnated rather than having them all fire it at once.
/zerk addclicky burn (hold it in your cursor) if you want it to fire off on burns onlyhttps://www.redguides.com/community/threads/addclicky-information.76973/ <-------use it
or by mq2react
Would be feasible to let us define our own threshold for the clicky routine vs using a hard coded value?we do what we can, but as mentioned in the addclicky thing
Q. How do I get my group to stagger clickies?
A. This isn't an easy one to answer. The CWTN plugins don't track or wait for other toons to do anything. They say "Am i supposed to do my thing now, is my item ready, am I missing whatever buff it gives?" if those are true, it does it. so it is possible multiple characters start casting their abilities at the same time. For the next update (3/25/2021ish) we have some additional logic to try and help stagger items that give a group buff or drop an aura buff on the ground - things like the Unity Feather or the Rage of Rolfron for CopIV. This won't be perfect, but it adds extra "smarts" to try and help stagger those group buff items specifically.
if you're looking for a magical rotation, i would suggest utilizing something like a lua script, or a macro to coordinate that with your team over dannet.
eventually when we incorporate dannet for buffs, we'll revisit this for coordinated stuff like addclickies, but it is explained how it works in the addclicky page and above
no this is not the tool for that, noWould be feasible to let us define our own threshold for the clicky routine vs using a hard coded value?
Did you check the faq, or read the last couple of posts?Is the Plugin supposed to automaticly use the health limiter?
circling doesn't show anything really.Getting this on my Berserker on Test, wants to continually summon Axe of the Conqueror and says I don't have the components. I've circled the components in inventory.
View attachment 38771
yupHealth limiters suck, why anyone would choose to give up 11% of their hps permanently, instead of using Bloodfury is beyond me
Same here. Details provided as requestedcircling doesn't show anything really.
can you show that they are in fact, honed axe components?
can you inspect them and show their ID (in case that changed)
/status item honed axe components return?/status item id 82697 return?${FindItem[Honed Axe Components]} return${FindItemCount[Honed Axe Components]}I get "not valid command" with /status and I'm not sure how to use the TLO calls. If i add /ber before the TLO, I get "Honed isn't a valid option" and "0 isn't a valid option" for those.interesting, wondering if there is something off on the test server with finding items or reagents
what does/status item honed axe componentsreturn?
what does/status item id 82697return?
what does${FindItem[Honed Axe Components]}return
what does${FindItemCount[Honed Axe Components]}
/status is an mq2status command, so mq2status needs to be loaded.I get "not valid command" with /status and I'm not sure how to use the TLO calls. If i add /ber before the TLO, I get "Honed isn't a valid option" and "0 isn't a valid option" for those.
/echo ${FindItem[Honed Axe Components]} count is: ${FindItemCount[Honed Axe Components]}Thanks. I've been trying to learn the TLO stuff. As requested. In the order you listed them. I did the last one twice because I accidentally missed the o at the end of /echo but it still made the call the first time./status is an mq2status command, so mq2status needs to be loaded.
the other items you can use the mq console or just /echo it
/echo ${FindItem[Honed Axe Components]} count is: ${FindItemCount[Honed Axe Components]}
ok thank you. I'll do some testing and then let the MQ devs know there appears to be an issue with finditemcount for the test compileThanks. I've been trying to learn the TLO stuff. As requested. In the order you listed them. I did the last one twice because I accidentally missed the o at the end of /echo but it still made the call the first time.
You probably need to adjust your burn countIf I am in RaidMode, and have BurneAllNamed and BurnAlways turned off, why does it burn as if BurnAlways is checked? How do I hold back on burns if in RaidMode?
Good lord... Yes! I'm usually raiding on a different zerker, who has count set to 99.... Forgot to set it on this box. Thanks for the reminder. You don't look at these things for a while, then you forget.You probably need to adjust your burn count
Meh...I have my burcount at like 3...and i roll with at least 4 Zerkers and 2 or 3 enchanters with their burncount set at the same...bottom line...keep those zerk burns going...why you holding back? Clear that trash...lolGood lord... Yes! I'm usually raiding on a different zerker, who has count set to 99.... Forgot to set it on this box. Thanks for the reminder. You don't look at these things for a while, then you forget.
You're good. The summoned axes go into inv immediately if picked up while plugin is not paused.Am I doing it wrong?
