Page 1 of 1

Missing Skill in skills.xml

Posted: Fri Apr 29, 2011 7:33 pm
by Andreas_B
the Warrior/Druid elite skill Rose Vine is not present in skills.xml
The folowing works for me:

Code: Select all

<skill name="WARRIOR_ROSE_VINE" type="buff" target="self" buffname="504543"/>

Re: Missing Skill in skills.xml

Posted: Fri Apr 29, 2011 8:11 pm
by rock5
Doesn't that need a cooldown?

Re: Missing Skill in skills.xml

Posted: Sat Apr 30, 2011 12:15 am
by Andreas_B
this skill has no own cooldown, it only triggers the global cooldown

Re: Missing Skill in skills.xml

Posted: Sat Apr 30, 2011 12:38 am
by rock5
The description say "After the effect has ended it cannot be triggered again for 8.0 seconds". Is that wrong? How does it work?

Re: Missing Skill in skills.xml

Posted: Sat Apr 30, 2011 3:35 am
by Andreas_B
rock5 wrote:The description say "After the effect has ended it cannot be triggered again for 8.0 seconds". Is that wrong? How does it work?
The Warrior gets the buff but the buff impacts on the attacked target. The target can only affected again after 8 seconds. That means the effect on the target can not stack and needs a little break before it can work again.

Re: Missing Skill in skills.xml

Posted: Sat Apr 30, 2011 5:17 am
by rock5
Ok so the buff lasts longer than 8 seconds?

I'll add the skill in my next commit.

Re: Missing Skill in skills.xml

Posted: Sun May 01, 2011 4:51 pm
by Andreas_B
rock5 wrote:Ok so the buff lasts longer than 8 seconds?
It lasts 15 minutes.

Re: Missing Skill in skills.xml

Posted: Mon May 02, 2011 1:55 am
by lisa
You could add in onpreskillcast to check if target has the debuff?

Re: Missing Skill in skills.xml

Posted: Mon May 02, 2011 2:13 am
by rock5
I think the settings in the first post should work fine. Doesn't matter how long the buff lasts as the bot will check if the buff exists before casting.

Re: Missing Skill in skills.xml

Posted: Mon May 02, 2011 2:36 am
by lisa
ahh yeah sorry i misunderstood how the skill worked, was thinking it was an attack skill and not a buff.