Page 1 of 1

Suggestion for command/does this command already exist

Posted: Sun Jun 06, 2010 10:13 pm
by Reaper89
i wanted to know if there was a command that made you use one skill only after using another x number of times, for example:
I have a knight and i want to use knight punishment, but only after i use holy strike three times, thus putting three light seals on the target so punishment does more damage.

If this command doesn't already exist it would definitely be a good one to think about adding :] thanks

Re: Suggestion for command/does this command already exist

Posted: Sun Jun 06, 2010 10:42 pm
by rock5
It has already been implemented.

If you look at skills.lua you will see;

Code: Select all

	<skill name="KNIGHT_PUNISHMENT" skilltab="2" skillnum="1" mana="20" manainc="2.0" range="50" cooldown="8" type="damage" target="enemy" reqbufftype="debuff" reqbuffcount="3" reqbufftarget="target" reqbuffname="Light Seal III" />
Which means Punishment already will only caste if Light Seal III is on target. I haven't used any skills like that so don't know how well it works though.