Page 1 of 1

Update information topic, for next rev?

Posted: Sat Jan 22, 2011 9:47 am
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.

Re: Update information topic, for next rev?

Posted: Sat Jan 22, 2011 7:25 pm
by jduartedj
But I already have mana return.... are you sure it isn't there?

Re: Update information topic, for next rev?

Posted: Sat Jan 22, 2011 8:56 pm
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.