Page 1 of 1

Problem with looting! Stunned?

Posted: Wed Jan 19, 2011 7:44 am
by jduartedj
When using a "light" profile I created sometimes happens that when facing a "strippy sawmouth" mob (that stuns you for a little) my bot kills him is stunned for like 1 sec and then just skips the looting, I added player:loot() twice under <onLeaveCombat> to fix this but I'm under the impression that it skips looting because of being stunned.

Re: Problem with looting! Stunned?

Posted: Wed Jan 19, 2011 7:52 am
by lisa
well without a pause it would try to loot instantly after each other? maybe throw in a pause and see what happens. Atleast then you would know for sure if the stunn is the issue, which it probably is.

Re: Problem with looting! Stunned?

Posted: Wed Jan 19, 2011 7:13 pm
by Alkaiser
I've had the same problem. I ended up adding lootBodies() function in the waypoint file at every waypoint near a mob that stuns/fears you, and removed it from <onLeaveCombat>.