Page 1 of 1

Looting dead mobs

Posted: Fri Apr 12, 2013 5:08 pm
by celtixx
Hello
I got a question. I wanna make a bot for ca. I wanna run in the mobs and then cast aoe, but how can i loot the items?
Thx for answers

Re: Looting dead mobs

Posted: Fri Apr 12, 2013 7:53 pm
by lisa
if you have a look in the Default profile you would see this.

Code: Select all

		<option name="LOOT"               	value="true" />
		<option name="LOOT_ALL"			  	value="false" />  		<!-- Loot all nearby dead mobs after combat -->
The comment should explain what the option does.

Re: Looting dead mobs

Posted: Sat Apr 13, 2013 6:03 am
by celtixx
so i can run in a mob group and then execute the command and all items are collected?