Page 1 of 1

auto-discard inventory items

Posted: Mon Aug 01, 2011 2:26 am
by gloover
Hey guys,

is it possible to discard some items (i.e I-runes, if the stack amount is r.a. 99) out of the inventory with the bot?
Discarding those manually, u always get a message "are u really sure to discard..." and have to press "yes" or "no".
How can I realize it with the bot, direct-discarding without this message?

thx in advance.

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 2:32 am
by botje
the addon lootfilter, google it :P

Botje

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 6:37 am
by gloover
sure, thats a possibility, when I'm playin self - it works (also like lootomatic), but only when the main window is maximized.
Using a bot, I always minimize the rom window, so both of those addons sucks.

Again my question, is it possible (if yes, how?) to realize my intention in relation to my first post.

thx

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 6:45 am
by botje
strange, it works for me while its minimized O.o

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 7:21 am
by gloover
which one? lootfilter or lootomatic.

I've tried LootFilter 0.65 and lootomatic - both addons doesnT discarding items when the main window is minimized.

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 8:10 am
by botje
lootfilter that is.

Re: auto-discard inventory items

Posted: Mon Aug 01, 2011 8:11 am
by rock5
Neither of those should use mouse clicks or anything like that so they should work even when minimized. I use lootomatic and it has always worked. There must be some other issue happening here.

Re: auto-discard inventory items

Posted: Tue Aug 02, 2011 6:05 am
by gloover
Hmm, lootomatic seems not to work, lootfilter does! I have used the inofficial LootFilter v0.82 which seems not to contain the option /sweepGarbage. v. 065 works fine!

Rock, please help me again, how can I use /sweepGarbage in my waypoint? Romscript("/sweepGarbage") doesn't work :(

thx.

Re: auto-discard inventory items

Posted: Tue Aug 02, 2011 6:15 am
by jason404
Lootomatic should be working even with ROM minimized. Are you sure your downloading the latest version.

http://rom.curse.com/downloads/rom-addo ... matic.aspx

Re: auto-discard inventory items

Posted: Tue Aug 02, 2011 7:57 am
by gloover
same as mine - it doesnt work with my bot - I'll try it with lootfilter.

So how can I use /sweepGarbage as a script between 2 waypoints?

Re: auto-discard inventory items

Posted: Tue Aug 02, 2011 9:58 am
by rock5
gloover wrote:same as mine - it doesnt work with my bot - I'll try it with lootfilter.

So how can I use /sweepGarbage as a script between 2 waypoints?
If that's how you use it in the game, you should be able to use a new command I added recently.

Code: Select all

SlashCommand("sweepGarbage")
-- or
SlashCommand("/sweepGarbage")

Re: auto-discard inventory items

Posted: Thu Aug 04, 2011 10:22 am
by gloover
thx rock, SlashCommand("/sweepGarbage") did it!

Can be closed.