Jump to content
Bobgarff

[Macro] need help with syntext

Recommended Posts

Normally, my macros I use in wow work with this syntext

/cast [mod:shift] ShiftSpell;  [mod:ctrl] CtrlSpell; NoModSpell 

Which will normally allow me to cast different spells on the same button depending on what mod keys I'm pressing. I can't seem to get this to work for Elysium. I don't get any kind of feed back from the game (can't target that, i have no target, too far away ext)  Any advice is appreciated.
 

Share this post


Link to post
Share on other sites

Those commands dont work in wow 1.12, try supermacro or classicmacro addons to enable similar macros

Share this post


Link to post
Share on other sites
/run if IsShiftKeyDown() then CastSpellByName("spell1") else if IsControlKeyDown() then CastSpellByName("spell2") else CastSpellByName("spell3") end

 

Share this post


Link to post
Share on other sites
В 22.05.2017 в 03:07, Bobgarff сказал:

Normally, my macros I use in wow work with this syntext

/cast [mod:shift] ShiftSpell;  [mod:ctrl] CtrlSpell; NoModSpell 

Which will normally allow me to cast different spells on the same button depending on what mod keys I'm pressing. I can't seem to get this to work for Elysium. I don't get any kind of feed back from the game (can't target that, i have no target, too far away ext)  Any advice is appreciated.
 

Use LazyScript addon for macros.
The textbook is built into the addon.
It allows you to make macros for any number of actions.

For use lazyscropt profile use macro: /lazyscript profilename

https://github.com/laytya/LazyScript

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×