Jump to content

Add cooldown on spell (shaman shock)


Recommended Posts

Hey I made a shaman profile but im very novince when it comes to making these stuff so I cant figure out a way to add a cooldown to my flame shock..

With this below it will use flameshock every time the cooldown is ready.. which is every 6sec.. and the flame shock debuff lasts for alot longer, so what is happening now is im getting out of mana quick as hell because it spams the shock... 

How can I add a cooldown so it uses it maybe once every 11second or something? (so I get some more time with mana before drinking)

<FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetBuffCastedByMe</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Flame Shock</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Flame Shock</SpellName>
      <Priority>1</Priority>
      <CheckIfKnow>false</CheckIfKnow>
    </FightClassSpell>
  </FightClassSpells>
</FightClass>

Link to comment
Share on other sites

3 minutes ago, eebm said:

Hey I made a shaman profile but im very novince when it comes to making these stuff so I cant figure out a way to add a cooldown to my flame shock..

With this below it will use flameshock every time the cooldown is ready.. which is every 6sec.. and the flame shock debuff lasts for alot longer, so what is happening now is im getting out of mana quick as hell because it spams the shock... 

How can I add a cooldown so it uses it maybe once every 11second or something? (so I get some more time with mana before drinking)

<FightClassSpell>
      <FightClassConditions>
        <FightClassCondition>
          <ContionType>TargetBuffCastedByMe</ContionType>
          <Param xsi:type="FightClassConditionStringBool">
            <Name>Flame Shock</Name>
          </Param>
        </FightClassCondition>
      </FightClassConditions>
      <SpellName>Flame Shock</SpellName>
      <Priority>1</Priority>
      <CheckIfKnow>false</CheckIfKnow>
    </FightClassSpell>
  </FightClassSpells>
</FightClass>

Why not just add a condition of target buff: flameshock = false and do-away with the CD

Link to comment
Share on other sites

1 hour ago, eeny said:

Why not just add a condition of target buff: flameshock = false and do-away with the CD

how? :P

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...