is there any way to

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Romplayer
Posts: 120
Joined: Wed Jan 11, 2012 10:07 am

is there any way to

#1 Post by Romplayer »

Is there any way to modify my skills line for holy strike so it doesn't stop using when there are 3 light seals on the target?
currently:

Code: Select all

		<skill name="KNIGHT_HOLY_STRIKE"   modifier="" hotkey="VK_7" priority="50" />
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: is there any way to

#2 Post by rock5 »

Try disabling the "nobuff" values.

So.

Code: Select all

      <skill name="KNIGHT_HOLY_STRIKE"   modifier="" hotkey="VK_7" priority="50" nobuffname="" nobufftarget="" nobuffcount="" />
I'm not sure if that's the right way to disable them. If it doesn't work maybe try "nil" or "0". Or maybe just make nobuffcount a big number that it will never reach.
  • 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