• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

loot macro (1 Viewer)

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
 
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