• 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 - Buff casting over and over

justice4all

Member
Joined
Feb 8, 2023
RedCents
241¢
Working on fixing one of the resource INI's to work for my druid.

In the Buff section I have
Buffs23=Wrath of the Wild|MA

The message I get is your wrath of wild spell did not take hold.
Your spell would not have taken hold on your target.


Then it keeps trying to cast if over an over and over and it won't stop.

Is there a way to get it to attempt the buff only once and then just move on?


Thanks!
 
can you tell why its being blocked? MA have full buffs and no room for anymore? or a buff stacking issue?

if you knew the buff thats potentially blocking it, you could add a condition to check for an existing other one (such as what he has) OR an existing wrath of the wild... that way if he has a better one, it'll ignore, or wrath.. and if has neither of them, will cast..
 
In the buffs section of KissAssist it will check to see if the buff you are casting is already on the target, if not it will try to cast.
It does not check to see if there are any stacking issues. i.e. is there a higher level buff that will block it.
You'll need to add a condition;
[CODE lang="ini" title="Sample Condition"]Cond1=!${Target.Buff[Wrath of the Wild].ID} && ${Spell[Wrath of the Wild].StacksTarget}[/CODE]

This is basically, check to see the target does not have the buff, AND will that buff stack. If both of those are true, carry on.

It will NOT check to see if your target has run out of buff slots. And there isn't a way to do so, you can only check that for your own buffs (do I have enough buff slots for my self buff to land).
Normally if there is a stacking issue (higher level buff), you'll get a message stating that foo buff was blocked by bar buff. If it's because the target has run out of buff slots, you don't get the message. Just an unhelpful your spell did not take hold type message.
 
Last edited:
Question - Buff casting over and over

Users who are viewing this thread

Back
Top
Cart