Berkz
Well-known member
- Joined
- Jun 2, 2022
- RedCents
- 373¢
I am messing around with a Druid and was trying to make him Dire Charm a pet if it is an animal but I can't get it to work as it continues attacking and killing the target. Currently I have
and the cond
any suggestions on how to make this work?
INI:
[Pet]
PetOn=1
PetSpell=Dire Charm|cond3
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffsSize=8
PetBuffs1=Savage Spirit
and the cond
Cond3=${Target.Body.Name.Equal[Animal]}any suggestions on how to make this work?

