Jump to content

Fightclass How to Change?


hansungkim

Recommended Posts

((Blessing of Might ))   Trying to add.

 

Fightclass ->

 

<FightClassSpell>
      <SpellName>Blessing of Might</SpellName>
      <FightClassConditions />
      <Priority>50</Priority>
      <IsBuff>true</IsBuff>
      <CombatOnly>false</CombatOnly>
    </FightClassSpell>
 
 
Do not respond. :(
 
Why are you that way wrong?
 
and Alchemy Alchemist's Flask Teach me how to use :blink:
 
Attachments are hoping for.

Retribution Paladin.xml

Link to comment
Share on other sites

<FightClassSpell>
      <SpellName>Blessing of Might</SpellName>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>Buff</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Need>true</Need>
          </Param>
        </FightClassCondition>
 
 
I do not use it.....
 
I do not know what the problem is dimmer.
 
Look this topic: 
 
To insert the numbers in the name?
 
Please explain in detail
Link to comment
Share on other sites

Ok this mine and it works so just add it to you fight class profile.

 

    <FightClassSpell>
      <SpellName>Blessing of Kings</SpellName>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>BuffCastedByMe</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Blessing of Kings</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <Priority>21</Priority>
      <IsBuff>true</IsBuff>
      <CombatOnly>false</CombatOnly>
      <Timer>1800000</Timer>
    </FightClassSpell>
    <FightClassSpell>
      <SpellName>Divine Shield</SpellName>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>IsSpellUsable</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Divine Shield</Name>
            <Need>true</Need>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <Priority>20</Priority>
      <Timer>12300</Timer>
    </FightClassSpell>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...