Missing skills in DB
Posted: Sun Nov 21, 2010 3:52 pm
Hi so far I'm seen that the following skills aren't included in the skills.xml file:
Also I suggest modifying Stars of light because while it doesn't take 5 secs to start casting it takes 5 secs to cast all the "stars", Without casttime="5" the skill would brake to favor other skills before ending the cast!
EDIT: These new skills may not be 100% accurate, or may be incomplete.
EDIT2: casttime="5" also applies to the Meteor Shower.
Code: Select all
<!-- Missing skills -->
<skill name="MAGE_ENERGY_INFLUX" cooldown="120" type="buff" target="self" />
<skill name="MAGE_METEOR_SHOWER" mana="30" casttime="5" range="150" />
<skill name="MAGE_EARTH_SURGE" mana="48" range="200" minrange="80" cooldown="2" />
<skill name="MAGE_ESSENCE_OF_MAGIC" mana="35" range="200" cooldown="1800" type="buff" target="self" />
<skill name="KNIGHT_HOLY_LIGHT_DOMAIN" mana="84" inbattle="true"/>Code: Select all
<!-- I suggest casttime: 5 so the bots doesnt interrupt... -->
<skill name="MAGE_STARS_OF_LIGHT" mana="30" range="200" casttime="5" cooldown="2" type="dot" />EDIT2: casttime="5" also applies to the Meteor Shower.