Page 1 of 1
Don't understand how to use 2nd class skills with 1 class
Posted: Sat Jan 07, 2012 4:56 am
by silentdecay01
Ok so I open the skill.xlm into a xlm editor notepad and saw all the skill ids ect, I'm no pro at doing this kind of stuff and I did use the search function on site and did not find what I was looking for. How do I set it so my mage will use my 2nd class priest heal spells
Re: Don't understand how to use 2nd class skills with 1 clas
Posted: Sat Jan 07, 2012 5:24 am
by kuripot
what do you mean?? your class is mage/priest and you want to use the urgent heal and regenerate?>?
like this??
Code: Select all
<skills_mage>
<skill name="MAGE_FIREBALL" modifier="" hotkey="MACRO" priority="80" />
<skill name="MAGE_ELEMENTAL_CATALYST" modifier="" hotkey="MACRO" priority="30" inbattle="true" />
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="MACRO" priority="100" hpper="30" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="MACRO" priority="90" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="MACRO" priority="70" />
</skills_mage>
Re: Don't understand how to use 2nd class skills with 1 clas
Posted: Sat Jan 07, 2012 5:53 am
by silentdecay01
kuripot wrote:what do you mean?? your class is mage/priest and you want to use the urgent heal and regenerate?>?
like this??
Code: Select all
<skills_mage>
<skill name="MAGE_FIREBALL" modifier="" hotkey="MACRO" priority="80" />
<skill name="MAGE_ELEMENTAL_CATALYST" modifier="" hotkey="MACRO" priority="30" inbattle="true" />
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="MACRO" priority="100" hpper="30" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="MACRO" priority="90" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="MACRO" priority="70" />
</skills_mage>
yes thank you for showin me how to do it now (=