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.
my bot try to loot 2 times
Re: my bot try to loot 2 times
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
Re: my bot try to loot 2 times
Works fine. Thank you!
-
imaginethat
- Posts: 61
- Joined: Sun Jul 10, 2011 10:39 pm
Re: my bot try to loot 2 times
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
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
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.
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.
- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan
-
imaginethat
- Posts: 61
- Joined: Sun Jul 10, 2011 10:39 pm
Re: my bot try to loot 2 times
Thanks Rock5, will give that a go. I am using Lootomatic.
cheers
cheers
Re: my bot try to loot 2 times
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
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.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 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;- Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
- I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
- How to: copy and paste in micromacro
________________________
Quote:- “They say hard work never hurt anybody, but I figure, why take the chance.”
- Ronald Reagan