Suggestion for command/does this command already exist

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Reaper89
Posts: 1
Joined: Sun Jun 06, 2010 10:06 pm

Suggestion for command/does this command already exist

#1 Post 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
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Suggestion for command/does this command already exist

#2 Post 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.
  • 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
Post Reply