Self-buffing without hotkeys

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Self-buffing without hotkeys

#1 Post 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?
Alkaiser
Posts: 222
Joined: Sat Sep 25, 2010 2:03 pm

Re: Self-buffing without hotkeys

#2 Post 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!
Mushroomstamp
Posts: 210
Joined: Wed Oct 27, 2010 11:34 am

Re: Self-buffing without hotkeys

#3 Post by Mushroomstamp »

The MACRO assigned hotkey works... which begs the question, why not just assign all skills that way?
Post Reply