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

Soandso2

Well-known member
Joined
Mar 13, 2023
RedCents
937¢
I just found out about the Unified Phoenix Feather and immediately started to ponder how to successfully sync clicky casting. If all three toons I have, have the feather (which cast a group buff), how would I go about clicking these in effective sequence? All 3 toons are using Lua scripts. I mean, I know I could use dan net or whatever it is called and there are probably other plugins that can handle this stuff, too, but if you'd have to solve this issue between a number of toons, using only Lua, how would you do it?
 
I just found out about the Unified Phoenix Feather and immediately started to ponder how to successfully sync clicky casting. If all three toons I have, have the feather (which cast a group buff), how would I go about clicking these in effective sequence? All 3 toons are using Lua scripts. I mean, I know I could use dan net or whatever it is called and there are probably other plugins that can handle this stuff, too, but if you'd have to solve this issue between a number of toons, using only Lua, how would you do it?
Raw submitted one here that I use

 
I thought about using an event manager for this, but decided I wanted more granular control than I could hack together so on my driver I'm using /dex
Timer allows me to see the cooldown for each toon

[CODE title="FEATHER"]/pause 3, /dex <toon name> /useitem "Unified Phoenix Feather"
/timer 6000[/CODE]
 
There are conditions in the INI library, which checks if you have the "song" of the clickie. If you put feather/horn in DPS section on all toons, and check for song being on, or not, on all toons, you basically sync them...I think...at least, in theory if toon 1 clicks, then others will not click when song is on...but when song fades the next that checks will activate etc.

That's how I set it up myself. Never did much testing though...
 
Question - Syncing clickies

Users who are viewing this thread

Back
Top
Cart