Update information topic, for next rev?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Update information topic, for next rev?

#1 Post by lisa »

I was thinking it might be a good idea to have a spot where people can post updated info. Like the elite skills that were posted for battle monk. I think this would be mainly for skills.

My addition would be knight mana return. Tested this out and it works 100% before the bot would just use the skill anytime it was off cooldown, and using it on 1 stack is a waste.
file = database/skills.xml

Code: Select all

	<skill name="KNIGHT_MANA_RETURN" aslevel="2" skilltab="4" skillnum="3" range="100" cooldown="8"  type="damage" target="enemy" reqbufftype="debuff" reqbuffcount="3" reqbufftarget="target" reqbuffname="Holy Seals (3)" />
Another I usually change after an update is the giftbag, I use the open giftbag onlvlup, but it won't do the first bag as it is set to lvl 1 and of course the first lvlup is when you reach lvl 2 and so doesn't open the lvl 1 bags.

Code: Select all

	<giftbag itemid="201843" type="bag" armor=""        level="2" name="Magischer Geschenkbeutel" />
	<giftbag itemid="221668" type=""    armor=""        level="2" name="Magischer Ring (Geschenk des Pionierdorfs)" />
I normally change the names to the english version too but I've been slack this last update.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
User avatar
jduartedj
Posts: 599
Joined: Sat Dec 19, 2009 12:18 am
Location: Lisbon
Contact:

Re: Update information topic, for next rev?

#2 Post by jduartedj »

But I already have mana return.... are you sure it isn't there?
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
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Update information topic, for next rev?

#3 Post by lisa »

it is deffinately there, can't deny that but all it has is range and so it just uses the skill anytime off cooldown. With what I posted it will wait until the target has the 3 stacks of holy seal before using skill.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Post Reply