profile// skills folder help

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Post Reply
Message
Author
pugzilla
Posts: 43
Joined: Tue Jun 16, 2015 3:58 pm

profile// skills folder help

#1 Post by pugzilla » Fri Aug 12, 2016 5:47 pm

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

pugzilla
Posts: 43
Joined: Tue Jun 16, 2015 3:58 pm

Re: profile// skills folder help

#2 Post by pugzilla » Fri Aug 12, 2016 7:04 pm

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" />

User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: profile// skills folder help

#3 Post by Bill D Cat » Sat Aug 13, 2016 10:38 am

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.

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest