-
Ozim
- Posts: 2
- Joined: Thu Apr 01, 2010 12:01 pm
#1
Post
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

-
Ozim
- Posts: 2
- Joined: Thu Apr 01, 2010 12:01 pm
#3
Post
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" />
-
Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
#4
Post
by Administrator »
This change has been included with the latest SVN revision.