Log in

View Full Version : DND Castsequence weirdity (halp)



Redbeard
04-15-2010, 05:21 PM
So I have an AOE macro for my DK something like
/castsequence reset=combat icy touch, plague strike, pestilence, death and decay etc etc

So that works fine. However, for some reason if I include the lines:

/use 13
/use 14

So that I can hit the trinkets without thinking about it (cause i forget)... it will go through the macro, but when it gets to death and decay it stalls and will not proceed past it. I dont get a reticle, nothing.

The trinket using works fine for my single target macro (but that doesnt use DND)... I cant really figure out why its not working.

Any thoughts?

Ualaa
04-15-2010, 06:38 PM
Could try a click macro.
Have the main macro use the trinkets, and call the other macros.

Honestly, not sure why trinkets would stall the main macro.
So not sure if this would be a fix.

Redbeard
04-15-2010, 06:41 PM
LOL fenril told me somebody was going to say "try a click macro" so high five to him for that one.

My "real" macro is utilizing click, I just simplified it here for ease of translation.

Hrm.

Svpernova09
04-15-2010, 07:04 PM
LOL fenril told me somebody was going to say "try a click macro" so high five to him for that one.

My "real" macro is utilizing click, I just simplified it here for ease of translation.

Hrm.



facepalm

MiRai
04-15-2010, 07:09 PM
Bahahahaha

Perhaps you should link your actual macro for people to tear apart and make fun of you help you troubleshoot this issue.

Ualaa
04-15-2010, 07:14 PM
Well.. could try the /use 13 and /use 14, in a different portion of the click, assuming its in the same portion as the Death and Decay at the moment.

Or possibly manually cast the D&D, since that requires mouse targeting, while the rest of the macro can be run without the mouse.

Redbeard
04-15-2010, 08:21 PM
Fenril, I cant get this macro (in the thread) to work. RE: the making fun of me... I am the proud defender of my uber mangle spam macro, I dont mind a little ridicule.

Made a new macro. Copied and pasted the above macro. Used it, and DND worked fine. Add /use 13 and /use 14 lines. Macro now hangs up on DND.

If anybody can answer that Fenril will give you a dollar.

@Ualaa: I am probably going to have to go this route unfortunately

zenga
04-15-2010, 09:35 PM
what trinkets do you actually use? and does the macro work when you unequip the trinkets?

Redbeard
04-16-2010, 12:30 AM
It works if i unequip the trinkets.

First mates pocketwatch
medallion of heroism

At the moment.

wowphreak
04-16-2010, 01:46 AM
Try putting /use part after the castsequence part?

so I went and tweaked with my dk using this macro


/use 13
/use 14
/castsequence reset=combat icy touch, plague strike, pestilence, death and decay

works fine for me DnD has a cooldown and needs to be dropped with the mousee I think thats the part it gets stuck at.

after some more tweaking this one gets stuck wont show the lil green circle the DnD incon will show up but yeh cant drop it



/castsequence reset=combat icy touch, plague strike, pestilence, death and decay
/use 13
/use 14



so just put /use before the castsequence

Redbeard
04-16-2010, 09:18 AM
Well im glad im not the only one this is getting stuck for, it was working fine for Svper.

Thanks for that wowphreak.