I got a problem that i got vaguely aware of lately, if i macro my Hyperspeed accelerators (the 340 haste on use enchant) on any given spell, it won’t work. I press button once, and either casts the spell WITHOUT the enchant, or it casts the enchant WITHOUT using the spell (essentially triggering a GCD just for using the enchant).
On wowhead and other various websites people in the comments use macro`s like:
#showtooltip
/cast seed of corruption
/use Gloves of Grandeur
/petattack
And replacing gloves name with 10 doesnt work, putting /cast gloves before the spell doesnt work either.
I talked to some other macro users and they say it works just fine for them.
I mean, its a simple macro no? Why am i the only one who cant get it to work? Am i bugged? Please someone else shed some light on this!
When you cast a spell in WoW, and you are in the middle of a combat action, the spell is queued up to be cast when that one is done, up to a maximum number of 1 spell. This feature was implemented to help players compensate for high latency. If you cancel your current spell, the queued spell is cancelled as well. This command lets you cancel the queued spell without cancelling your current spell.
im playing with 13ms, i almost never lag. But ill try it.
edit: nope, doesnt change a thing. it just keeps on spamming seed, or any other spell i put in there without using the enchant even once.
edit edit: the funny thing is, i put the enchant on my bar and when i spam the macro, it does highlight it for a split second (like it knows it should be used, but it just doesnt want to) and than nothing happens and just casts seed.
i suspect one of my addons is causing this, i tried your first macro and it works, 9 out 10 times, but randomly when i doesnt work i noticed im getting some sort of error in my chat
edit: thanks for all the help bro, ill go and figure out which one is [Edited by Blizzard - [please mind the profanity, even masked - messing] up
Yea, macro functionality is weird sometimes. If I use NS Heal on my rsham, sometimes the macro skips the NS part and hardcasts the healing spell instead, although NS is ready. Moving/jumping while pressing the macro helps preventing this, but annoying nonetheless.
As long as enemy is in range of Exorcism, macro does both things in one button press. But I must admitt it behaves weirdly if the enemy is at the edge of Exorcism range.
just use slotId (hands = 10) instead of hardcoding the name of the item like this (so you dont have to change your macro everytime when you get a new hands)