• 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 - Multiple burns

Maka140

New member
Joined
Jun 20, 2021
RedCents
10¢
Hello, is there a way to set up multiple burns through KA ini using different trigger commands?

Example
"burn1 use Ranger AA 1, 2, 3 and zerk AA 1, 2, 3"
"burn2 use Ranger AA 4, 5, 6 and zerk AA 4, 5, 6"

I know I can do this by manually creating multiple /bct keys on driver for each character, but I am looking to see if I can cycle different burn sets rather than everyone just blow everything on 1st named and have nothing for 10+minutes
 
What I would do is use a condition on my burn entries. Burn1 I would not use conditions, and burn2 entries I would use conditions to cast/use only if the burn1 alternate entry was not ready.

burn1=AA1|mob
Burn2=AA2|mob
...
Burn4=AA4|mob|cond1
Burn5=AA5|mob|cond2

Cond1=!${Me.AltAbilityReady[AA1]}
Cond2=!${Me.AltAbilityReady[AA2]}

You can change the conditions to suits your needs.
 
Question - Multiple burns

Users who are viewing this thread

Back
Top
Cart