Page 1 of 1

Rogue skill >hide< after looting?

Posted: Fri Oct 19, 2012 2:29 pm
by energyplay
Hi,
can someone explain me, how my bot (rogue) use the skill hide after looting a mob?

Re: Rogue skill >hide< after looting?

Posted: Fri Oct 19, 2012 11:03 pm
by lisa
well there is no loot event but you could do something in the profile onleavecombat.

Code: Select all

player:lootAll()
sendMacro('CastSpellByName("Hide");');