• 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 - group item use

spudz90

CASH GRAB
Joined
Sep 8, 2015
RedCents
150¢
Version of KissAssist.mac?
newest
When did your problem start?
now
Character Role?
  1. Assist
  2. Tank
What class is having this issue?
  1. Shadow Knight
How often does this issue occur?
Always
Can you reproduce the issue?
yes
I would like my whole group to use an item they each have at the same time. I.E... A mob gives an emote where my whole group needs to click a ring. Is there a way to accomplish this with one button click?
 
make a hotkey for it on your main toon (tank presumably), then hitwhen needed?

example using dannet:
/dgga /useitem myfavorite ring

or in EQBC
/bcga //useitem myfav ring
 
Or... If you wanted to use LEM...

/Lua run lem

then create a new event for that mob emote:

Event Pattern : #*#Mob says you all going to die!#*#

then your event code:
local mq = require('mq')
local function event_handler()
mq.cmd('/beep')
mq.cmd('/dgga /useitem myfav ring')
return {eventfunc=event_handler}


That would beep to alert you of the pattern, and then do the same command like i mentioned in my first post..

Anyway.. you get the idea.. this was just a quick blurb of options..
 
Question - group item use

Users who are viewing this thread

Back
Top
Cart