• 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 - Setting up burns to go in a certain order?

Joined
Feb 14, 2022
RedCents
961¢
Last kissassist question for the day, I promise!

Is there a way to set up burn conditions to only execute after the previous one has ended? For example on my necro:

1st burn- Funeral, Brightbringer's tunic, Hand of Death
2nd Burn(60 seconds later)- Heretic's Twincast, and spire, and Intensity of the resolute.
 
Last kissassist question for the day, I promise!

Is there a way to set up burn conditions to only execute after the previous one has ended? For example on my necro:

1st burn- Funeral, Brightbringer's tunic, Hand of Death
2nd Burn(60 seconds later)- Heretic's Twincast, and spire, and Intensity of the resolute.

I've often wondered the same thing, but I do not see anything in the KA commands under burns that indicate a simple way to do that. I found it easier to make a 2 or three hotkeys with multiline commands to the toon name with the specific AA's I want it to use so I can press them at the time I want. However, I only have 2 toons on KA and the rest on cwtn so it's much simpler than trying to do this for 6 toons.

 
I've often wondered the same thing, but I do not see anything in the KA commands under burns that indicate a simple way to do that. I found it easier to make a 2 or three hotkeys with multiline commands to the toon name with the specific AA's I want it to use so I can press them at the time I want. However, I only have 2 toons on KA and the rest on cwtn so it's much simpler than trying to do this for 6 toons.

Hmmmm.... can you set up kissassist to click a hotkeys. I guess you could do it that way. Set up a hotkey with a wait in it.
 
Hmmmm.... can you set up kissassist to click a hotkeys. I guess you could do it that way. Set up a hotkey with a wait in it.
You could test it in the burn section I'm sure. I have seen the entry below in the DPS section work, but never tried setting up a hotkey with the multiline alt act aa's and placing it as a burn condition (interesting idea). If you planned to have some activate at one health level and others at a lower level, it may work. Just depends on how/when you're trying to use them and how much you want KA to automate vs it capabilities. Not sure if mob health is a factor in burns though. Iirc, it's not.

DPS37=command:/keypress 9|100

EDIT - or setup one hotkey in the dps for mob health and add a condition for type of mob, like named and then put the other command key in the burn section for the remainder.
 
You can use conditions so it would only cast A B C if D E F where not on populated buffs.. this is one i use on my bard

Cond7=${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID} && ${Spell[Boastful Bellow].WillLand}
 
You can use conditions so it would only cast A B C if D E F where not on populated buffs.. this is one i use on my bard

Cond7=${Target.BuffsPopulated} && !${Target.Buff[Boastful Bellow].ID} && ${Spell[Boastful Bellow].WillLand}

I ran into this myself - WillLand returns true if the spell will land on you. If you want to check if it'll land on your target, use StacksTarget instead.
 
I only had that part in when we had less debuff slots so I don’t think it’s needed now. I just ain’t updated it has i moved away from kiss
 
Question - Setting up burns to go in a certain order?

Users who are viewing this thread

Back
Top
Cart