Page 1 of 1

Non stop casting of the Lions Protection R/K elite

Posted: Fri Jul 01, 2011 7:15 pm
by RicalEyl
My bots keeps on casting Lions protection, as if it doesnt recognize the buff
any help?

Re: Non stop casting of the Lions Protection R/K elite

Posted: Fri Jul 01, 2011 7:22 pm
by sfko
Copy paste the skill line for Lions_protection on your profile file.

Re: Non stop casting of the Lions Protection R/K elite

Posted: Fri Jul 01, 2011 8:42 pm
by MiesterMan
sfko wrote:Copy paste the skill line for Lions_protection on your profile file.
Huh?

Ric, if you could post the contents of your profile in code tags there might be something there we could identify (also don't forget to update to the latest revision - I changed from r/k so I haven't dealt with the skill in a while).

Re: Non stop casting of the Lions Protection R/K elite

Posted: Mon Jul 04, 2011 10:51 pm
by Alkaiser
Lion's Protection has a new buff id since the release of the chapter 4 patch.

run this in game when Lion's Protection is active to identify the new buff id.

Code: Select all

/script i=1 while UnitBuff("player",i) ~= nil do nn,__,__,ii = UnitBuff("player",i) SendSystemChat(nn..", "..ii) i = i+1 end
then open skills.xml and edit this:

Code: Select all

<skill name="ROGUE_LIONS_PROTECTION" mana="30" type="buff" buffname="501946,<NEW BUFF ID HERE>" target="self" />

Re: Non stop casting of the Lions Protection R/K elite

Posted: Tue Jul 05, 2011 1:20 am
by rock5
Soon when I do my next commit we wont have to update the ids. :D. Wont be long now.

Re: Non stop casting of the Lions Protection R/K elite

Posted: Wed Jul 06, 2011 8:41 am
by Alkaiser
rock5 wrote:Soon when I do my next commit we wont have to update the ids. :D. Wont be long now.
Looking forward to it!

Re: Non stop casting of the Lions Protection R/K elite

Posted: Wed Jul 06, 2011 8:51 am
by rock5

Re: Non stop casting of the Lions Protection R/K elite

Posted: Wed Jul 06, 2011 5:33 pm
by RicalEyl
Im sorry for that I couldnt thank and reply you earlier ;) been away the last days :) thanks though :)