• 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 - SK Though Leech AA

EQman0311

Active member
Joined
Dec 4, 2014
RedCents
749¢
How would you add in the SK AA Thought Leech into your ini? Which line and how would you add in to go off when mana is at like 25%
 
Haven't tested it but the Buff section can trigger by mana percentage, so something like:

Edit: removed buff code - see DPS answer below.

If you want you could add conditions to check if it is on cooldown, maybe some check to see if you're expecting the group to need a med-break or if you have other buffs running like the SK mana-tap buff from spells.
 
Last edited:
Could use the following condition:

Rich (BB code):
${Me.PctEndurance}<30 || ${Me.PctMana}<5
 
Oops, my mistake for not looking up the AA first. Thought it was a buff, but it is a double strike for mana/end regen so it needs to go in DPS. Here is a DPS section replacement with conditions thanks to aspire2008 above:

HTML:
DPS15=Thought Leech|99
DPSCond15=${Me.AltAbilityReady[Thought Leech]} && (${Me.PctEndurance}<30 || ${Me.PctMana}<25)

I did a quick test and it did trigger for my SK.
 
Question - SK Though Leech AA

Users who are viewing this thread

Back
Top
Cart