Search found 2 matches

by Gilbert
Thu May 13, 2010 9:09 am
Forum: Runes of Magic
Topic: resting after skill cast
Replies: 3
Views: 976

Re: resting after skill cast

Thx for the answer but i still dont get the bot to do the desired behaviour..
This is what i have in my profile:


<onSkillCast><![CDATA[
if( arg1.Name == "SCOUT_VAMPIRE_ARROWS" ) then
player:rest(5);
end
]]></onSkillCast>

But it still most of the time just charges the mob after casting VA..
by Gilbert
Wed May 12, 2010 1:03 pm
Forum: Runes of Magic
Topic: resting after skill cast
Replies: 3
Views: 976

resting after skill cast

Hello

I would like the bot to wait for the mob to engage it, insetead of running towards it, after using a ranged pull skill in the start of a fight. How could i do this most conviently? Something i tried was using the player rest command in the on_skill_cast event after casting scout_vampire_arrow ...