Page 1 of 1

is there any way to

Posted: Fri Feb 17, 2012 7:40 am
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" />

Re: is there any way to

Posted: Fri Feb 17, 2012 10:30 am
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.