Page 1 of 1

Mage/Druide - Eliteskills (1+2)

Posted: Thu Apr 01, 2010 1:21 pm
by Ozim
Hey,

to get the first two Eliteskills of a Mage/Druide, add these two lines to your database\skills.xml

Code: Select all

<skill name="MAGE_PERCEPTION" mana="660" cooldown="600" range="200" type="buff" target="self" />
<skill name="MAGE_MAGIC_TARGET" mana="520" cooldown="1800" range="200" type="buff" target="self" />
in the Elite Part of your Mage:

Code: Select all

<!-- Mage Skills -->
....
<!-- Elite -->
Ozim ;-)

Re: Mage/Druide - Eliteskills (1+2)

Posted: Thu Apr 01, 2010 3:09 pm
by Administrator
Thanks for the info. I'll include it in future versions.

Re: Mage/Druide - Eliteskills (1+2)

Posted: Thu Apr 22, 2010 4:29 am
by Ozim
Update Version 3.0.0:

Code: Select all

	<skill name="MAGE_PERCEPTION" mana="660" cooldown="900" range="200" type="buff" target="self" />
	<skill name="MAGE_MAGIC_TARGET" mana="520" cooldown="900" range="200" type="buff" target="self" />

Re: Mage/Druide - Eliteskills (1+2)

Posted: Fri Apr 23, 2010 2:26 am
by Administrator
This change has been included with the latest SVN revision.