Page 1 of 1

Item set skills

Posted: Thu Feb 03, 2011 12:43 pm
by firedice
I know that it's not in the skill database, but how would i go about added "spirit herb essence" the item set skill you get from the "sleepwalker accessories" from the mem vendors, to be casted by the bot, instead of using pots, I would get it to cast this when I'm at X % of hp?



so far I've tried to <skill name="SPIRIT HERB ESSENCE" hotkey="VK_6" priority="105" hpper="65" /> add that to my profile, and also, i added

<skill name="SPIRIT HERB ESSENCE" cooldown="8" type="heal" target="self" />
in the Skills.xml


I thought of trying to make a Macro for it, But failed, I used, /castskill spirit herb essence


any thoughts of how i can get my bot to cast this item set skill?



Thanks in advance

Re: Item set skills

Posted: Thu Feb 03, 2011 12:58 pm
by lisa
try

Code: Select all

SPIRIT_HERB_ESSENCE

Re: Item set skills

Posted: Thu Feb 03, 2011 1:31 pm
by firedice
nvm... it all worked out, lol


THanks lisa, but it actually worked the way i did it, no idea why.. i just restarted the bot a few times and it worked.