Page 1 of 1

Buff Self

Posted: Sat Feb 06, 2010 8:24 am
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

Re: Buff Self

Posted: Sat Feb 06, 2010 8:26 am
by mackeruk
really sorry posted new post instead of reply :(

Re: Buff Self

Posted: Sat Feb 06, 2010 8:46 am
by Administrator
Other than not closing the skill tag, it's right. And you don't. That's all you need to do.

Re: Buff Self

Posted: Sat Feb 06, 2010 8:48 am
by mackeruk
Other than not closing the skill tag Sorry can you explain this for me please?

Re: Buff Self

Posted: Sat Feb 06, 2010 9:15 am
by Administrator

Code: Select all

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