• 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 - Lua to AutoClick Items?

Lord Sivion

Ultimate seasoned veteran member
Joined
Oct 24, 2020
RedCents
14,803¢
Is there a Lua that will auto click items, and then watch for that buff then click them again? Initially I wanted it for auto illusion for guide of the deceiver or mask of deception, then automatically do it again before it fades.

Or if there isn't one, in what way can I achieve this function otherwise?
 
Is there a LUA that will auto click items, and then watch for that buff then click them again? Initially I wanted it for auto illusion for guide of the deceiver or mask of deception, then automatically do it again before it fades.

Or if there isn't one, in what way can I achieve this function otherwise?
I use a react to check for the familiar buff, could probably use something like that


Code:
  CheckFamiliar:
    action: /useitem ganak
    condition: >-
      !${Me.Buff[Familiar:].ID} && ${Me.CombatState.NotEqual[COMBAT]} &&
      !${Me.Moving} && !${Me.Sitting} && !${Me.Invis}
 
Is there a LUA that will auto click items, and then watch for that buff then click them again? Initially I wanted it for auto illusion for guide of the deceiver or mask of deception, then automatically do it again before it fades.

Or if there isn't one, in what way can I achieve this function otherwise?
CWTN plugins all have this function idk if you know about them. There are ways to apply it in KissAssist and react/Lua but ctwn I've found to be the best for alot of stuff. It's $20 per plugins per year but well worth it overall
 
LEM condition can be written, but easier to code if not buff and not invis/combat then cast versus tracking a countdown, etc IMHO.
 
CWTN plugins all have this function idk if you know about them. There are ways to apply it in KissAssist and react/Lua but ctwn I've found to be the best for alot of stuff. It's $20 per plugins per year but well worth it overall
In the plugin, does it allow to choose the item for click and check?
 
Question - Lua to AutoClick Items?

Users who are viewing this thread

Back
Top
Cart