Missing skills in DB

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Missing skills in DB

#1 Post 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.
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Missing skills in DB

#2 Post by jduartedj »

I'm double posting on purpose because I've had no answers on this! are you updating?
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
User avatar
Administrator
Site Admin
Posts: 5353
Joined: Sat Jan 05, 2008 4:21 pm

Re: Missing skills in DB

#3 Post by Administrator »

Yes, this will be included in my next commit.
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Missing skills in DB

#4 Post 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" />
Thanks for reading! :D

Some of you might find this useful: RoM-bot Wiki
User Functions Repository (and other useful files): Addon Repo
Latest SVN updates: SVN updates
Post Reply