• 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 - Condition for Shaman to not cast Talisman of the Lynx if it's already on the buff window

Stupa

Member
Joined
May 6, 2015
RedCents
43¢
Wrong forum
I want my shaman to use lynx under the dps section but not to do every mob because its using alot of mana and i was wondering if i could do a condition where it casts it at 95% mob health but not if i currently have the buff in my buff window
 
Well, a few things.
You have the name of the spell, and the buff you get from the spell.
If you cast the spell and it buffs you, what is the name of the buff?
${Me.Buff[thing here].ID} where "thing here" is at least a partial name match. You don't have to be that specific. All ranks of a spell should get the base name of the buff plus some extra characters.
${Me.Buff[Talisman of the Lynx].ID} should find Talisman of the Lynx Rk. II also. But also Rank 3 of it.
Talisman of the Lynx Rk. II will only find rank II and rank III because well...they both have the same stuff in the name. Just one has an extra I

So you cast the spell using DPS2 entry, then you check for what you're expecting to be buffed with in the condition.
 
Hey. I wanted to piggyback off this to see if you got it working. the last post has me a bit confused. I'm specifically trying to get my shaman to cast Spirit of Bih`li when going down the DPS line, but only if my puller doesn't have the buff. My puller chain pulls and will miss the buff, so I was hoping to check for it and cast it during a fight. The buff is the same as the spell.

I currently have:
DPS1=Spirit of Bih`Li|100|cond1
Cond1=!${Ma.buff[Spirit of Bih`Li|.ID}

So far, this is not working. I'm new to conditionals so I'm confused why it isn't working.
 
Hey. I wanted to piggyback off this to see if you got it working. the last post has me a bit confused. I'm specifically trying to get my shaman to cast Spirit of Bih`li when going down the DPS line, but only if my puller doesn't have the buff. My puller chain pulls and will miss the buff, so I was hoping to check for it and cast it during a fight. The buff is the same as the spell.

I currently have:
DPS1=Spirit of Bih`Li|100|cond1
Cond1=!${Ma.buff[Spirit of Bih`Li|.ID}

So far, this is not working. I'm new to conditionals so I'm confused why it isn't working.
Ma.Buff is not a thing afaik.

You can put it in your buffs section if you just want the SHM to keep it on the MA and it should auto check for it each cycle by using;
BuffsX-Spirit of Bih`Li|MA

Or use it in your DPS instead and try the cond

DPSXX=Spirit of Bih`Li|99|MA|CondXX
CondXX=!${Target.Buff[Spirit of Bih`Li].ID} && ${Spell[Spirit of Bih`Li].StacksTarget}

iirc, it will target the tank when checking for the buff and the condition would stop it from casting if the MA has it.
 
Last edited:
You can check group main assist or main tank buffs by using the following conditions:

!${Group.MainTank.Buff[Buffname].ID}

or

!${Group.MainAssist.Buff[Buffname].ID}

That of course requires an individual in the group to have those roles set. I use the main tank one on my shaman a lot to check for the counterbias heal over time.
 
Riddle me this too. I have this as my buffs, and I cant get the shm to constantly cast Bih`Li because of the fungal regrowth dispelling it. Shouldn't this JUST be checking my warrior/monk for the buff? Why is he checking himself?

Buffs1=Spirit of Bih`Li|Class|MNK,WAR

Yet, my shm keeps trying to cast it on himself.
 
Riddle me this too. I have this as my buffs, and I cant get the shm to constantly cast Bih`Li because of the fungal regrowth dispelling it. Shouldn't this JUST be checking my warrior/monk for the buff? Why is he checking himself?

Buffs1=Spirit of Bih`Li|Class|MNK,WAR

Yet, my shm keeps trying to cast it on himself.
That line appears correct so it makes me think something else is going on. I'm assuming they are all grouped together so it can't be that. I would recommend posting your ini so everyone can look at it.

Are you getting any messages on the SHM or other toons with regards to that spell you can share?
 
[General]
KissAssistVer=12.002
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=90
MedStop=100
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
CorpseRecoveryOn=0
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Shaman|54|GOLD
DefaultUI=TRUE
DPSMeter=0
ScatterOn=0
LOSBeforeCombat=0
UseSpawnMaster=0
XTSlot=1
[SpellS]
MiscGem=8
MiscGemLW=0
MiscGemRemem=1
LoadSpellSet=0
SpellSetName=KissAssist
CastingInterruptOn=1
CheckStuckGem=1
Gem1=Spirit Salve
Gem2=Turgur's Insects
Gem3=Alacrity
Gem4=Primal Essence
Gem5=Spirit of Wolf
Gem6=Cannibalize III
Gem7=Spirit of Bih`Li
Gem8=Regrowth
[Buffs]
BuffsOn=1
BuffsSize=20
Buffs1=Fungi Covered Great Staff|Fungal Regrowth|Me
Buffs2=Spirit of Bih`Li|Class|MNK
Buffs3=Alacrity|Melee
Buffs4=Primal Essence|Melee
Buffs5=Deftness|melee
Buffs6=Furious Strength|Class|WAR,MNK
Buffs7=Regrowth|WAR,MNK
Buffs8=Resist Magic|Class|WAR,MNK
Buffs9=Agility|Class|WAR,MNK
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=Cannibalize III|mana|85|60
RebuffOn=1
CheckBuffsTimer=5
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=0
TargetSwitchingOn=1
PetTauntOverride=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSize=3
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[GMail]
GMailHelp=Events currently support - Dead,Drag,GM,Level,Named,Leftgroup,Tells
GMailOn=0
GMailSize=5
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AESize=10
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=55
DPSInterval=2
DPS1=command: /hidecorpse allbutgroup|100|once
DPS2=Turgur's Insects|90|debuffall|slow
DPS3=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=2
DPS4=NULL
[Aggro]
AggroOn=0
AggroSize=5
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
Aggro4=NULL
Aggro5=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
HealInterval=0
AutoRezOn=0
HealsSize=15
Heals1=Spirit Salve|65|Me
Heals2=Spirit Salve|40
Heals3=NULL
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
Heals9=NULL
Heals10=NULL
Heals11=NULL
Heals12=NULL
Heals13=NULL
Heals14=NULL
Heals15=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
RezMeLast=0
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Pet]
PetOn=0
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffsSize=8
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=1
PetAssistAt=95
PetAttackDistance=115
PetToysSize=6
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
MoveWhenHit=0
PetHoldOn=1
PetForceHealOnMed=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[Burn]
BurnAllNamed=0
UseTribute=0
BurnSize=15
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
[Pull]
PullWith=Melee
PullMeleeStick=0
MaxRadius=350
MaxZRange=50
UseWayPointZ=0
PullWait=5
PullRadiusToUse=90
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
[PullAdvanced]
PullLocsOn=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=1
AFKPCRadius=500
CampOnDeath=0
ClickBacktoCamp=0
[KConditions]
ConOn=0
CondSize=5
Cond1=!${Group.Puller.Buff[Spirit of Bih`Li].ID}
Cond2=TRUE
Cond3=TRUE
Cond4=TRUE
Cond5=TRUE





It doesnt seem to be that any of my "class" only buffs are working. not sure why.
 
The fungal regrowth cancels my Bih`Li out because its technically a snare. So when he casts it, it cancels Bih`Li, then when he recasts fungal regrowth, he recasts Bih`Li. So hes looping on it.
 
ConOn=0

this needs to be on to use conditions.

ConOn=1

but appears you no longer are checking conditions?

Buffs2=Spirit of Bih`Li|Class|MNK
 
Sorry. I shouldve stated that I turned conditions off because it wasnt working. Even with conditions on, its not working.
I had it under DPS originally. Hoping it would cast the buff while in combat so my puller catches the buff since hes on chain pulls and doesnt get the AE buff.
 
Try editting line one to read:

Buffs1=Fungi Covered Great Staff|Dual|Fungal Regrowth|Me

Without that |Dual| tag I believe it's looking for a buff called "Fungi Covered Great Staff" and since it doesn't see the buff, it loops.
Also im pretty sure buffs can fire during DPS, at least I see mine going off on my Shaman.
 
Question - Condition for Shaman to not cast Talisman of the Lynx if it's already on the buff window

Users who are viewing this thread

Back
Top
Cart