vodkalol 3 Posted October 25, 2020 Share Posted October 25, 2020 Hey lovely botters! I made a super simple warrior fight class for doing perfect pummels in arena. The fight class ONLY pummels and nothing else. Tested it in duels: And the fight class works perfectly ( beautifully perfect ) until the target get 1 healing in because pummel is on cd or if my warrior fictively sits in a kidney shot and therefore cant pummel the heal. After 1 missed heal the fightclass spams pummel every time it is off cooldown. So example: I set it to pummel any priest heal spell at 20% hp as an example, it pummels as it should until the priest healer get 1 heal inside and then it just spam pummels until I close the bot totally down + relog my warrior and then the pummel fight class works again until a heal is not pummeled again. Is this a bug? -> If yes, when will it likely be fixed? If it is not a bug -> How do I fix it? - Thanks for answer, any help is greatly appreciated. Link to comment Share on other sites More sharing options...
Zer0 148 Posted October 26, 2020 Share Posted October 26, 2020 Hi, can you show us the code? Link to comment Share on other sites More sharing options...
vodkalol 3 Posted October 26, 2020 Author Share Posted October 26, 2020 12 hours ago, Zer0 said: Hi, can you show us the code? Hey ? I used the bots build in fight profile creator: I can see that before I gave up I removed the paladin healing spells + pummel on 80% cast and tested it instead on any spell cast. If you wonder why the fight profile dont got healing spell conditions like in my explanation of the problem. The problem is the same - that it spams pummel after first cast not getting pummeled. <?xml version="1.0" encoding="utf-8"?> <FightClass xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <FightClassGeneralSettings> <FightClassName>Warrior Arena</FightClassName> </FightClassGeneralSettings> <FightClassSpells> <FightClassSpell> <FightClassConditions> <FightClassCondition> <ContionType>TargetInCast</ContionType> <Param xsi:type="FightClassConditionBool"> <Value>true</Value> </Param> </FightClassCondition> <FightClassCondition> <ContionType>TargetHealthPercent</ContionType> <Param xsi:type="FightClassConditionNumber"> <Type>SmallerOrEqual</Type> <Value>35</Value> </Param> </FightClassCondition> </FightClassConditions> <SpellName>Pummel</SpellName> <Priority>1</Priority> <CastOn>target</CastOn> </FightClassSpell> </FightClassSpells> </FightClass> Link to comment Share on other sites More sharing options...
Recommended Posts
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