• 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 - Buffs

J1939

New member
Joined
Aug 8, 2015
RedCents
83¢
Is there anyway I can stop buffs when casters are low on mana?

I have run into some sticky situations where my healer is low on mana, and instead of medding for the next fight he starts buffing. Is this something I have to turn off manually when it starts to happen or is there a way to not cast buffs unless above a certain % mana?
 
I do agree, this would be a great feature to have. Normally when this happens instead of panicking to save my 6 box group, I'll just sit back and watch it happen and have a laugh watching my toons die, but if KA could navigate those situations it would be nice.
 
I don't usually see it buff during combat unless was buffing before assist was called. But, KA is set to rebuff if buff drops, or if it notes you are missing a buff when it is set to recheck buffs. Weather it buffs during med, or after, I don't see an issue. I'd rather it buffed when it could so incase that roamer pops into camp...you have the buffs, instead of wishing you did....

Also, if you have all toons set to med, and group watch on, Al actively KA running toons will med when one is low....Manualy run toons do not do this.. its up to the controler of that toon to be wary of the mana of the rest of the group.
 
If you see this line
Rich (BB code):
                    /if (${Group} && ${Me.CurrentMana}>${Spell[${Buffs[${i}]}].Mana}*(${Group})) {

and you change it to
Rich (BB code):
                    /if (${Group} && ${Me.CurrentMana}> ${Spell[${Buffs[${i}]}].Mana}*(${Group}) + (${MedStart} * ${Me.MaxMana} / 100)) {

Then it would not buff when you are below medstart mana%... for some buffs. The buffing code isn't the cleanest part of kiss... It works, touching it will probably break something.

Also I suspect this line is why my characters don't like to cast big mana group buffs (like shaman unity).
 
I turn on GroupWatchOn on my puller. The puller will stop pulling and wait in camp if any group member gets below 20% mana and then continue pulling when mana get above 90% or so.
 
Question - Buffs

Users who are viewing this thread

Back
Top
Cart