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)
When reviewing other's ini's, ill see some users will add a line like (or similar variants):
DPS#=Innoruuk's Dark Blessing|99|cond#
cond#=!${Me.Song[Mortal Coil].ID} && ${Me.XTarget} >= 2 && ${FindItem[Innoruuk's Dark Blessing].TimerReady} == 0
Is there a benefit to checking if the item /...
If I wanted to bulk add a bunch of items from another source, is there any issue with simply adding the items to the bottom of the file in the correct format, or do they need to be added alphabetically the way the ini is setup?
Also not sure why I need to reload MQ but it seems to be the only way to resync. Im not sure how MQ and Lua store values, it feels like a value gets stored that doesn't get unloaded or reset to start. NOTIMER or Arg1 seemed the culprits, but I didn't do a deep dive through the code.
Either way...
It's nice that it works but generally only once, then I have to completely delog and unload MQ for it to run again.
There seems to be a disconnect between the group leader and group members, where the leader is properly waiting for the task to reset while the group members run to the instance...
I ran tests the other day in MG/Library/Korafax and Underquarry.
MG is brainless and has decent cash loot, but you'll run out of mobs and have downtime
Library was best exp/hr and 2nd best cash loot, but also included Vanadium and Immaculate which will be pretty necessary throughout UF
Korafax...
If you haven't bookmarked the wiki, it's super helpful. KissAssist Wiki
If things aren't firing right, it's very likely because you have characters on other computers which don't have DanNetOn=1 turned on as well. DanNet is how your other computers would be communicating to your shaman which...
To be clear, this readout means KA is preventing your AE Taunt from going off because it sees more enemies in the general area than what you have on Xtarget. Generally this is undesirable and why most KA ini's throw all their AE abilities into the DPS section.
You could take tigirs out of the AE section and put it into the DPS section with a priority above the single target slow with a condition like
DPS1=Tigir's Insects|97|slow|once|cond1
DPS2=Turgur's Swarm|96|debuffall|slow|Cond2
Cond1=${Me.XTarget} > 2
Cond2=${Target.PctHPs} > 80 &&...
I use Cond#=!${Target.Slowed.ID}
Or specifically for my needs I use
DPS#=Turgur's Swarm|96|debuffall|slow|Cond5
Cond5=${Target.PctHPs} > 80 && !${Target.Slowed.ID} || ${Target.Named}
This condition tells my shaman not to slow anything already slowed or with hp's under 80% life, unless it's a...
If that's the case you could try pebble crusher or marked glowing staff - older items with actual spells as the proc (stun), rather than chaotic strike etc. These might get around the trigger because the proc'd ability actually has a mana cost, technically, in the spell data
What content are you trying to clear?
You stated you're on Mischief, which is about to go into UF. UF starts at Korafax level and only gets harder from there.
UF is very group centric, most mobs summon, they start hitting at 7k I believe and come with lots of special abilities / AE's. Props...
Try editting line one to read:
Buffs1=Fungi Covered Great Staff|Dual|Fungal Regrowth|Me
Without that |Dual| tag I believe it's looking for a buff called "Fungi Covered Great Staff" and since it doesn't see the buff, it loops.
Also im pretty sure buffs can fire during DPS, at least I see mine...
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.