• 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

Problem - Healing counterbias

Joined
Jun 13, 2020
RedCents
27¢
Shaman Spamming this spell on refresh, I have it in the AD section as follows, Any inisght in to a fix would be much appreciated! Thank you!

INI:
    [AD3]
    Gem=11
    Spell=Healing Counterbias
    SpellFoci=
    DurMod=0
    SpellAlias=slow|slowoff
    Announce=/bc [+t+]Slowing[+x+] <<[+m+] %t [+x+]>> with[+o+] %s [+x+]
    SpellMinMana=0
    SpellRecast=0
    SpellCastonResist=
    SpellDelay=0
    TarCnt=1
    TarType=11
    TarBegHP=100
    TarEndHP=10
    IfSpellImmune=
    UseHoTT=0
    PreCondition=/if (!{NetBots[{Spawn[id {PSTargetID}].Name}].Buff.Find[19904]}) /return TRUE
 
Last edited by a moderator:
I see you are trying to control it with the PreCondition. You would have to check the Spawn member directly (not a NetBots member). Something like /if (!{Spawn[{PSTargetID}].Buff[Healing Counterbias]}) /return TRUE. But, I am not sure how reliable that will be (I think it should work, since you most likely still had the mob targeted when you cast it the first time). For myself, I started using SpellDelay=120 (or similar) for spells like this to tell it to not cast it again for a certain period of time. Go ahead and try the PreCondition first (I'd like to hear your results). If that doesn't work, try the SpellDelay.
 
counterbias has 2 parts to it one is the HoT on the tot and the slow is turgurs on the target... so the buff u would be looking for isnt counterbias at all.
 
Are you more interested in the slow? or the heal? If it is the heal, you can check the tank, or simply use the delay.
 
Problem - Healing counterbias

Users who are viewing this thread

Back
Top
Cart