Page 1 of 1

Missing skills in DB

Posted: Sun Nov 21, 2010 3:52 pm
by jduartedj
Hi so far I'm seen that the following skills aren't included in the skills.xml file:

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"/>
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!

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" />
EDIT: These new skills may not be 100% accurate, or may be incomplete.
EDIT2: casttime="5" also applies to the Meteor Shower.

Re: Missing skills in DB

Posted: Tue Nov 23, 2010 12:28 am
by jduartedj
I'm double posting on purpose because I've had no answers on this! are you updating?

Re: Missing skills in DB

Posted: Tue Nov 23, 2010 8:52 pm
by Administrator
Yes, this will be included in my next commit.

Re: Missing skills in DB

Posted: Tue Nov 23, 2010 9:12 pm
by jduartedj
I'm glad to see the new skills on the DB :D

Also 1 skill went missing from the DB o.O

Code: Select all

<skill name="MAGE_ENERGY_SUPPLY" mana="45" cooldown="120" type="buff" target="self" />
was in mine but not in r531 ...

And i have 1 suggestion further that I forgot in METEOR_SHOWER, to add type="dot":

Code: Select all

<skill name="MAGE_METEOR_SHOWER" mana="30" casttime="5" range="150" type="dot" />