Before the patch, the fight class was working fine, but after the patch, I found that the bot has been casting Healing Touch before combat and casting it even when Predatory Swiftness is not present.
Below is the block of code..
<FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>Buff</ContionType> <Param xsi:type="FightClassConditionStringBool"> <Name>Predatory Swiftness</Name> <Need>true</Need> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Healing Touch</SpellName> <Debug>true</Debug> <CastOnSelf>true</CastOnSelf> <CastOn>player</CastOn> </FightClassSpell>
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now