Page 1 of 1

profile// skills folder help

Posted: Fri Aug 12, 2016 5:47 pm
by pugzilla
hi cant seem to get my k/p skill holy smite too work

in the skills folder i have the right id

Code: Select all

<skill name="KNIGHT_HOLY_SMITE" 					id="490194" range="50"	type="damage"		casttime="0"	cooldown="8" 	target="enemy"		reqbuffname="502074" reqbufftarget="target" />
and in profile

Code: Select all

	<skills_knight>
		<skill name="KNIGHT_ENHANCED_ARMOR"   	hotkey="MACRO" priority="150" />
		<skill name="KNIGHT_HOLY_SEAL"      	hotkey="MACRO" priority="80" />
		<skill name="KNIGHT_HOLY_STRIKE"    	hotkey="MACRO" priority="60" />	
		<skill name="KNIGHT_HOLY_SMITE" 	hotkey="MACRO" priority="70" />
	</skills_knight>
does holy seal , skips holy smite then goes to holy strike.

any help thanks

Re: profile// skills folder help

Posted: Fri Aug 12, 2016 7:04 pm
by pugzilla
nvm i figured it out i just took out the last part of the line and it worked

Code: Select all

reqbuffname="502074" reqbufftarget="target" />

Re: profile// skills folder help

Posted: Sat Aug 13, 2016 10:38 am
by Bill D Cat
pugzilla wrote:hi cant seem to get my k/p skill holy smite too work

in the skills folder i have the right id

Code: Select all

<skill name="KNIGHT_HOLY_SMITE" 					id="490194" range="50"	type="damage"		casttime="0"	cooldown="8" 	target="enemy"		reqbuffname="502074" reqbufftarget="target" />
Looking at the language file, it appears that the buff ID for the Holy Seal is 500169. Changing the last value on the line above for the reqbuffname to this should make it work correctly. The intent was to only use the skill if there was a Holy Seal applied to the target so that the healing portion gets applied to the player. There is no entry in the language file at all for ID 502074.