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

Lua - LUA to pass an item and use within a group (1 Viewer)

Joined
Jan 17, 2021
RedCents
184¢
Looking to see if a Lua exists that would pass an item to each toon in a group and click it before passing it to the next? Playing on an EMU and its a pain to do manually... or I'm super lazy. :D
 
Maybe not the exact answer you're looking for, but you can always use TradeIt and the /useitem from the driver. You asked for something a little bit similar in the old Scrying thread, and that could be modified for a Lua or LEM. If the item is a looted item, you can set Lootly to just have each group member only loot 1 each.
 
Interesting i see what you mean - ill give it a try - Tradelt. First glance seems same amount of work as trading the item around and clicking on each toon but i will try, thank you.
 
Interesting i see what you mean - ill give it a try - Tradelt. First glance seems same amount of work as trading the item around and clicking on each toon but i will try, thank you.
We also have GiveIt, essentially similar I think, but non Gui. You can always look and borrow a bit of the code to suit your needs. Hope it helps.
 
Ya! it all works now - great solution - I'm sure my hotkey is a terrible hot mess but it works (i'm on EMU so players names no issues) - cyclers through my melee team no issues.

/multiline ; /giveit item pc Basemur "forgotten leather leash"; /timed 50 /e3bct Basemur /useitem forgotten leather leash
/multiline ; /timed 100 /e3bct Basemur /giveit item pc Fallsover "forgotten leather leash"; /timed 150 /e3bct Fallsover /useitem forgotten leather leash
/multiline ; /timed 200 /e3bct Fallsover /giveit item pc Breakcore "forgotten leather leash"; /timed 250 /e3bct Breakcore /useitem forgotten leather leash
/timed 350 /e3bct Breakcore /giveit item pc Match "forgotten leather leash"
 
Ya! it all works now - great solution - I'm sure my hotkey is a terrible hot mess but it works (i'm on EMU so players names no issues) - cyclers through my melee team no issues.

/multiline ; /giveit item pc Basemur "forgotten leather leash"; /timed 50 /e3bct Basemur /useitem forgotten leather leash
/multiline ; /timed 100 /e3bct Basemur /giveit item pc Fallsover "forgotten leather leash"; /timed 150 /e3bct Fallsover /useitem forgotten leather leash
/multiline ; /timed 200 /e3bct Fallsover /giveit item pc Breakcore "forgotten leather leash"; /timed 250 /e3bct Breakcore /useitem forgotten leather leash
/timed 350 /e3bct Breakcore /giveit item pc Match "forgotten leather leash"
check out button master as well.

there is also a few shared giveit buttons floating around you can use in buttonmaster, not to mention the buttonmaster shared button repo for some other gems of buttons people have shared.
 
Lua - LUA to pass an item and use within a group

Users who are viewing this thread

Back
Top