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
Suggestion for command/does this command already exist
Re: Suggestion for command/does this command already exist
It has already been implemented.
If you look at skills.lua you will see;
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.
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" />- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan