Page 1 of 1

my bot try to loot 2 times

Posted: Sun Aug 21, 2011 5:51 am
by RooT
Hello.

I filter my loot with lootomatic. Everytime when he loot a mop and there is an item to loot which cant loot, he tried it two times. How can is set it thet he only try 1 time? Thank you for help.

Re: my bot try to loot 2 times

Posted: Sun Aug 21, 2011 5:59 am
by rock5
The best way to do it is to have lootomatic loot everything and drop what you don't want. When rombot loots the body it expects the game to loot everything. It's not really designed to deal with not looting.

Re: my bot try to loot 2 times

Posted: Sun Aug 21, 2011 6:25 am
by RooT
Works fine. Thank you!

Re: my bot try to loot 2 times

Posted: Wed Sep 21, 2011 10:21 pm
by imaginethat
Hi
I think I understand what you are saying Rock5. I have the same issue, and discovered that I could get the bot to loot only once if I collected everything off the mob (as you have suggested), and set loot to drop the items I do not want.
I have the problem though, of not being able to drop all things I do not want to loot, like mana/health potions and ammo. If I set it to loot and then drop, it will obviously drop all my potions and ammo, leaving bot with no ammo and no health/mana. So unable to set these things to collect/drop. I do not want to collect any potions as they are generally smaller than the ones the bot purchases, and they take up a valuable slot in the bag with very little value if selling.

So I thought I might just raise this again, incase someone else deals with this in a different way? Probably not a big issue, but would be nice to iron out some "non-human" traits from the bot.

cheers

Re: my bot try to loot 2 times

Posted: Thu Sep 22, 2011 8:03 am
by rock5
Maybe you could set it to drop potions but not drop the potions you are using.

Potions - drop
First Aide Potion - dont drop

And hopefully the "don't drop" will override the "drop". If you get what I mean. Of course it depends on what loot filter you are using if you can do that.

Re: my bot try to loot 2 times

Posted: Thu Sep 22, 2011 5:41 pm
by imaginethat
Thanks Rock5, will give that a go. I am using Lootomatic.
cheers

Re: my bot try to loot 2 times

Posted: Sun Nov 20, 2011 5:36 pm
by kuripot
i also using lootomatic... my question is... how can i set the loot in normal above only.. because if i set in normal it loot normal and common .... i only want to loot normal good and rare not common or to drop the common

Re: my bot try to loot 2 times

Posted: Mon Nov 21, 2011 3:14 am
by rock5
kuripot wrote:i also using lootomatic... my question is... how can i set the loot in normal above only.. because if i set in normal it loot normal and common .... i only want to loot normal good and rare not common or to drop the common
I believe Lootomatic doesn't work that way. It loots that color or below. It's purpose, I think, is to not loot good stuff so that you and your party members can decide who gets it or if you want to try and sell it.

I believe if you want to loot a color or above, you have to use a different loot filter or there may be a fix for lootomatic somewhere online.

I saw this. Try changing this in "main.lua"

Code: Select all

if (quality <= Lootomatic_Settings.AutoLoot - 2) then loot = true; else closeframe = 1; end;
Try changing the "<=" to ">=".