Search found 3 matches

by bankaikid
Mon Oct 25, 2010 9:11 am
Forum: Runes of Magic
Topic: code to change channel after killin a mob
Replies: 8
Views: 2985

Re: code to change channel after killin a mob

thx !!! it was that one "player:loot();" i was lookin for , it works now !
by bankaikid
Mon Oct 25, 2010 8:43 am
Forum: Runes of Magic
Topic: code to change channel after killin a mob
Replies: 8
Views: 2985

Re: code to change channel after killin a mob

i didnt seen, thx for the link.
but it doesnt solve the actual problem, i can already change channel after killing the mob i want, but it change channel before looting it ! rest function just make it wait before changing chan
what i need is code to say "loot mob" before the "sendMacro ...
by bankaikid
Mon Oct 25, 2010 7:36 am
Forum: Runes of Magic
Topic: code to change channel after killin a mob
Replies: 8
Views: 2985

code to change channel after killin a mob

i found on this forum the code to change channel, but i dont manage to make it work for my bot (goal is to farm a specific mob, loot it and change chanel every time it's killed ):
<onLeaveCombat><![CDATA[
sendMacro("ChangeParallelID(1)");
]]></onLeaveCombat>

is workin, but what i try to do is ...