Jump to content
  • For All DK Spec......


    Bear T.O.E.
    • Product: WRobot General Type: Suggestion Status: Fixed

    I would add in Death Runes to the Runes types. Plus under each rune instead of just saying ready, we should be able to put the type of run in Like a Frost, Unholy, Blood rune in the slot so that the bot knows the type of rune for the rune slot.



    User Feedback

    Recommended Comments

    Ok well Im working on coding this but Im wondering why it cant be put into a condition cuase the condtion would be

     

    runetype(4)=GetRuneType(1,2,3,4,5,6);

     

    or

     

    runetype(1)=GetRuneType(1);

    runetype(1)=GetRuneType(2);

    runetype(3)=GetRuneType(3);

    runetype(3)=GetRuneType(4);

    runetype(2)=GetRuneType(5);

    runetype(2)=GetRuneType(6);

     

    well at least I think it would work like this.

    in runetype(4) equals the rune type.

     

    • runeType - Type of the rune (number)
      • 1 - Blood rune
      • 2 - Unholy rune
      • 3 - Frost rune
      • 4 - Death rune

    the rune type can be seperated, by catagory by type.

    Something like this I think.

     

        <FightClassSpell>
          <SpellName>Outbreak</SpellName>
          <FightClassConditions>
            <FightClassCondition>
              <ContionType>RuneType</ContionType>
              <Param xsi:Runetype="Blood">
               <Param xsi:type="FightClassConditionStringBool">
              <Need>true</Need>
             </Param>
            </FightClassCondition>
            <FightClassCondition>
              <ContionType>IsSpellUsable</ContionType>
              <Param xsi:type="FightClassConditionStringBool">
                <Name>Gorefiend's Grasp</Name>
                <Need>true</Need>
              </Param>
            </FightClassCondition>
          </FightClassConditions>
          <Priority>22</Priority>
          <Timer>60000</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...