• 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

loot macro

glosette

New member
Joined
Nov 4, 2006
RedCents
21¢
in the loot macros i have looked at there seems to be a problem with the 2 or more of the same item looting. this is the window that opens when you are looting and there is say, 3 dimonds do you accept and "accept" bottom to click

this is the line i tried to add and it does not work

/notify QuantityWnd AcceptButton leftmouseup

any ideas?

thanks
 
post the macro you are using, i know a way to fix it.

you could always do /lootall after the corpse is targeted and it will just loot everything no matter if there are stacks or not
 
Rich (BB code):
/nomodkey /shiftkey /click right target



As long as you have the corpse targeted that line will loot everything on the corpse. Even stacks
 
I have not tested this on a good internet connection. I'm working in Iraq and the connection is very slow. The problem I have is that sometimes the macro ends before the loot is downloaded from the server. It shouldn't be a problem on a decent internet connection.
 
I was looking for something like this too..

I ended up using the code Cpt_Cam posted in this thread.
Works like a charm.

Rich (BB code):
Sub StackCheck
/if (${Window[QuantityWnd].Open}) {
/delay 1s
/echo Hey Capt! I found a stack of items and handled it!
/notify QuantityWnd QTYW_Accept_Button leftmouseup
} 
/return
 
loot macro

Users who are viewing this thread

Back
Top
Cart