Page 1 of 1

Self-buffing without hotkeys

Posted: Mon Nov 01, 2010 1:36 pm
by Mushroomstamp
I'm still a noob at this, so bear with me. This is for my knight and I'm trying to do it without hotkeys. I've read an old admin post that said I could use the hotkey "MACRO" for it. So would it really be this simple?

Code: Select all

<skill name="KNIGHT_ENHANCED_ARMOR" modifier="" hotkey="MACRO" priority="200" rebuff="true" cooldown="300" />
If not, how can I do it without hotkeys?

Re: Self-buffing without hotkeys

Posted: Mon Nov 01, 2010 3:00 pm
by Alkaiser
I was under the impression that due to changes in the client, you can't use skills directly from a macro (UseSkill)... but UseAction() should work. Shouldn't it? If there was a way to use Action Bar numbers instead of keys that would be great!

Re: Self-buffing without hotkeys

Posted: Mon Nov 01, 2010 4:18 pm
by Mushroomstamp
The MACRO assigned hotkey works... which begs the question, why not just assign all skills that way?