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.

For All DK Spec......

  • 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

Bear T.O.E.

Members

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>

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.