Moderator: MacroQuest Developers
Hmm, there should be no reason it summons mount while invis. I even have Spell_Routines set to not cast when invis, odd. I'd test it, but I'm loathe to log onto EQ atm. You should take over RD and fix it for me!fallon wrote:/rdpause doesn't stop it from summoning a mount, it also tries to summon a mount while invis. Major pain trying to drag the druid across WoS after a res, had to kill the macro so she would follow without breaking the invis and summoning her slow ass horse. Suppose I could have toggled usemount now, but didnt think about it then.
That's the number of buffs you want it to stop casting that self buff at. For example, on raids I regularly passed the 20 buff limit if I was keeping up all my self buffs. So I set things like thorns, brackencoat, etc to not recast before buffs like Quarm Shawl, Oak, Mask of the Forest, etc.What are the "SelfBuffCount1=18" lines for on self buffs?
Odd, it's supposed to be checking the sit timer after each nuke. It should have finished casting the nuke and then been stopped nuking for 10 seconds.fallon wrote:I did notice however that the couple times our tank fell asleep at the switch and lost agro, RD kept nuking away like mad even after taking a considerable beating. RD is suppose to back off for at least 10 seconds before doing any offencive spells after agro, right?
Tank just died, and got a good log... mauled, mauled, RD begin casting nuke, cleric heals you, mauled, nuke was interupted, mauled, RD begins casting nuke, I manually duck to interupt.
Yesfallon wrote:Does uncommenting group or guild make you auto-buff based on /g and /gu?Code: Select all
|#CHAT group |#CHAT guild #CHAT tell
Nofallon wrote:Oh, and did you ever get that shm/nec canablize heal thing in? Dam shammy in the group today was eating up my mana canning & I really couldnt't drop the group heal % down to stop tripping for him.
WhichNuke is a variable that exists inside RaidDruid. You type those exact lines into your chat window in EQ to set the custombind. Once you do that, you can hit Ctrl+Space to toggle which nuke you cast when raid druid is running.ztrike wrote:First.. thanks again for a great macro! its pretty much working for me exept for the hole change to fire/cold spells..You're also probably going to want a custom bind to toggle between your nukes based on the situation, here's the one I use:
Code:
/custombind add NukeToggle
/custombind set /varset WhichNuke ${If[${WhichNuke}==1,2,1]}
/bind WhichNuke ctrl space
I must admit im not really sure what you meen with the above "quote"
is whichnuke suposed to be the name of my spellset? cold / fire or "spellname".. im all in the dark here:)

no..* I run my main tank and my druid on the same computer, using EQW multi client windowing software. Is there any reason that EQW would interfere with MQ2 or Raiddruid.mac from running properly.
no..* the 2nd issue. I did NOT want the HUD you designed, so I did not add the code to the MQ2HUD.ini. Would that be causing the macro to pause or not run properly?


