• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - Accept a loot item

Jalerian

Well-known member
Joined
Jul 14, 2016
RedCents
687¢
I am currently running through Jonas Dagmire's skeletal hand quest on my 6 box. There are many steps where each character needs to loot a bunch of no drop items. The way I am currently doing it is using the stock eq loot window, I send the quest item to the character that needs it. I then have to switch to that character's window and accept the loot from the personal loot window. Is there a way to have the background window character automatically accept any loot sent to it's personal loot window?

Thanks!
 
/plugin mq2autoloot

(on the toon you want to enable) -- /autoloot turn on

That loads the stock mq2autoloot. Keep in mind it will loot EVERYTHING (most likely). You'll need to look at the loot.ini settings and see what you might want to change. The above will get you started, though.
 
toggle option windows in EQ and remove confirmation asked to loot no drop item, then in adv loot windows, select autoloot all
 
Can't you just turn on Auto Loot All in your advloot settings so that if the master looter sends loot your way you will automatically loot it? I like the idea of the plugin but I'm pretty sure this way works as well.
 
I don't play on live so this may not help much, the personal loot window is foreign to me so maybe it's not as easy as manipulating a control on a window with mq2, but when I pass items from one character to another it opens up the trade window and I have a hotkey that tells the target toon to click it's trade confirmation button then it tells me to press mine.

Line 1: /bct ${Target.CleanName} //notify TradeWnd TRDW_Trade_Button leftmouseup
Line 2: /notify TradeWnd TRDW_Trade_Button leftmouseup

If the window you are talking about has a button that you can press, you should be able to figure out the window and control name by mousing over and /echo ${EverQuest.LastMouseOver.Name}.
 
This is what I uses. Have everyone loot the first item in personal loot (if it exists)
Code:
/bcga //advloot personal 1 loot

Modify to suit your needs
e.g
If targeting a toon
Code:
/bct ${Target.CleanName} //advloot personal 1 loot

Can't you just turn on Auto Loot All in your advloot settings so that if the master looter sends loot your way you will automatically loot it? I like the idea of the plugin but I'm pretty sure this way works as well.
Something keeps turning that option off, have not had the courage to find the plugin/script.
 
Last edited:
Question - Accept a loot item

Users who are viewing this thread

Back
Top
Cart