Buff Self

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
mackeruk
Posts: 4
Joined: Sat Feb 06, 2010 4:36 am

Buff Self

#1 Post by mackeruk »

wow fast reply thank you

so would i be right doing this


<skills_druid>
<skill name="DRUID_BRIAR_ENTWINEMENT" modifier="" hotkey="VK_3" priority="90" />
<skill name="DRUID_EARTH_ARROW" modifier="" hotkey="VK_2" priority="80" />

</skills_druid>

then adding this line ?

<skills_druid>
<skill name="DRUID_BRIAR_ENTWINEMENT" modifier="" hotkey="VK_3" priority="90" />
<skill name="DRUID_EARTH_ARROW" modifier="" hotkey="VK_2" priority="80" />
<skill name="DRUID_SAVAGE_BLESSING" modifier="" hotkey="vk_4" priority="100"
</skills_druid>

also how would i add the timer to the buff pls m8


Thx again
mackeruk
Posts: 4
Joined: Sat Feb 06, 2010 4:36 am

Re: Buff Self

#2 Post by mackeruk »

really sorry posted new post instead of reply :(
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Buff Self

#3 Post by Administrator »

Other than not closing the skill tag, it's right. And you don't. That's all you need to do.
mackeruk
Posts: 4
Joined: Sat Feb 06, 2010 4:36 am

Re: Buff Self

#4 Post by mackeruk »

Other than not closing the skill tag Sorry can you explain this for me please?
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Buff Self

#5 Post by Administrator »

Code: Select all

<skill name="DRUID_SAVAGE_BLESSING" modifier="" hotkey="vk_4" priority="100"
It's missing the "/>" at the end.
Post Reply