Start Attack + Cast Heroic Strike

Start Attack + Cast Heroic Strike

by Zacharybinx34 » Mon Sep 28, 2015 8:33 pm

#showtooltip Heroic Strike
/cast Heroic Strike
/startattack


Doesn't work, any ideas?
Zacharybinx34
Sergeant
Sergeant
 

Re: Start Attack + Cast Heroic Strike

by Zacharybinx34 » Mon Sep 28, 2015 9:08 pm

anrey wrote:
where 1 is your autoattack slot


Not sure what you mean by this?
Zacharybinx34
Sergeant
Sergeant
 

Re: Start Attack + Cast Heroic Strike

by Coreborn » Mon Sep 28, 2015 10:48 pm

Zacharybinx34 wrote:
anrey wrote:
where 1 is your autoattack slot


Not sure what you mean by this?


It means you have to have the autoattack on your actionbar, and the actionbar slot you have it on
has to be the number you put into the macro. if its the first slot than its number 1 etc.

The first actionbar is number 1-12 and so on up to 6 bars with 12 slots on each,
than there is also 4 hidden bars. So if you want it on a hidden (extra) bar you can use
an addon called Actionbar organiser. The hidden bar slots starts at slot 73.

http://wow.curseforge.com/addons/project-3294/

If you want #showtooltip functionality, you might want the addon called supermacro,
since #showtooltip dosnt really exist in vanilla.

http://addons.us.to/addon/supermacro
Coreborn
Senior Sergeant
Senior Sergeant
 

Re: Start Attack + Cast Heroic Strike

by Drunkwizzard » Tue Sep 29, 2015 7:12 pm

Attack in Vanilla is considered a spell/abilitiy.

Your macro can go like:

/cast Attack
/cast Heroic Strike

#showtooltip does not exist in 1.12.1 as mentioned.

You can get a similar function by using addons such as SuperMacro or MacroToolTip, if you are not interested in advance macroing i recommend to use MacroToolTip, just use /setspelltooltip SPELLNAME in any macro to have the same effect as #showtooltip would.
User avatar
Drunkwizzard
Tester
 

Re: Start Attack + Cast Heroic Strike

by Zacharybinx34 » Tue Sep 29, 2015 8:31 pm

Thanks!
Zacharybinx34
Sergeant
Sergeant
 

Re: Start Attack + Cast Heroic Strike

by Zacharybinx34 » Tue Sep 29, 2015 8:38 pm

/setspelltooltip Heroic Strike
/cast Attack
/cast Heroic Strike


Doesn't work even with the supermacro addon. It starts and stops autoattack everytime you press it.
Zacharybinx34
Sergeant
Sergeant
 

Re: Start Attack + Cast Heroic Strike

by LYQ » Wed Sep 30, 2015 6:44 am

/setspelltooltip

is a command made by an Addon, and I'm pretty sure that was made by Anaron(ehaugw @ feenix). But I don't know what the name of this small addon was.

another correction to Drunkwizard

/cast Attack

would toggle Autohit on every macro hit, which is not what OP wants.
anrey already posted the correct way how to avoid this unwanted toggle.
LYQ / Virose
Talentsaver (viewtopic.php?f=63&t=15429) - Totemtimers Enhanced (viewtopic.php?f=63&t=24422)
NostalriusAcceptTrade (viewtopic.php?f=63&t=31729)
User avatar
LYQ
Sergeant Major
Sergeant Major
 

Re: Start Attack + Cast Heroic Strike

by Overtime » Wed Sep 30, 2015 7:44 am

/run --CastSpellByName("Heroic Strike");
User avatar
Overtime
Sergeant Major
Sergeant Major
 

Re: Start Attack + Cast Heroic Strike

by Cruzix » Wed Sep 30, 2015 8:55 am

Zacharybinx34 wrote:/setspelltooltip Heroic Strike
/cast Attack
/cast Heroic Strike


Doesn't work even with the supermacro addon. It starts and stops autoattack everytime you press it.


/setspelltooltip works with the MacroToolTip addon from Anaron

Drunkwizzard wrote:if you are not interested in advance macroing i recommend to use MacroToolTip, just use /setspelltooltip SPELLNAME in any macro to have the same effect as #showtooltip would.
Cruzix
Senior Sergeant
Senior Sergeant
 


Return to Addons & macros