Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Pally's exorcism isn't working properly

Featured Replies

So I am using a ret pally fight class bot for Cata and the condition to use exorcism is to have both "mana percent greater than 65" and the buff "The Art of War" being active.

But the character is using exorcism only based on mana percent checking condition. In other words, it uses exorcism whenever mana percentage is greater than 65. Here is the part of code:
 

    <FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>MeLevel</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>BiggerOrEqual</Type>
            <Value>35</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>ManaPercent</ContionType>
          <Param xsi:type="FightClassConditionNumber">
            <Type>BiggerOrEqual</Type>
            <Value>65</Value>
          </Param>
        </FightClassCondition>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>The Art of War</Name>
            <Need>true</Need>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Exorcism</SpellName>
      <Priority>12</Priority>

This XML code should be correct, so it appears to me that either "The Art of War" is not properly coded at lower level (engine might not correctly check this buff, or maybe the variable name is incorrect at lower level?) or there is something wrong with the  "FightClassConditionStringBool" parameter.

Is there a document or github link that contains lower-end code displaying how engine behind fightclass functions? So I can adjust fightclass XML code accordingly. BTW I am a computer science student so this is obvious to me.

 

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.