Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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)
I do something like this in my macro's. the "if" looks for the item in inv greater then 2 in this case, then advloot in this case gives it to my group leader (could be anyone in your group), then they loot it. Or you might be able to set up an DanNet query of similar to loop through...
There prob a lot better way but this is what works for me.
/if (${FindItemCount[Item Name]} < 2) {
/delay 1s
/advloot shared "Item Name" giveto ${Group.Leader}
/delay 1s
/echo Looting a Item Name
/advloot personal "Item Name" loot
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.