auto-discard inventory items

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

auto-discard inventory items

#1 Post 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.
User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: auto-discard inventory items

#2 Post by botje »

the addon lootfilter, google it :P

Botje
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: auto-discard inventory items

#3 Post 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
User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: auto-discard inventory items

#4 Post by botje »

strange, it works for me while its minimized O.o
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: auto-discard inventory items

#5 Post 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.
User avatar
botje
Posts: 656
Joined: Wed Oct 27, 2010 7:17 am

Re: auto-discard inventory items

#6 Post by botje »

lootfilter that is.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: auto-discard inventory items

#7 Post 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.
  • 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
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: auto-discard inventory items

#8 Post 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.
jason404
Posts: 29
Joined: Fri Feb 19, 2010 10:11 am

Re: auto-discard inventory items

#9 Post 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
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: auto-discard inventory items

#10 Post 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?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: auto-discard inventory items

#11 Post 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")
  • 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
User avatar
gloover
Posts: 304
Joined: Wed Jul 07, 2010 4:31 am

Re: auto-discard inventory items

#12 Post by gloover »

thx rock, SlashCommand("/sweepGarbage") did it!

Can be closed.
Post Reply