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.

Dk dps rotation help

Featured Replies

18 minutes ago, superkillen said:

hello I wonder why my rotation does icy touch before howling blast when there are more then 2 targets around my target :( 
I've got howling blast as nr.1 in my priority list

Crippes DPS DK rotation.xml

Looks like, that you misunderstand the priority system. :biggrin:

The higher the number, the higher the priority is.

Example:

Priority 1 is lower then priority 20

13 minutes ago, superkillen said:

works great now, except for one thing... now he doesn't do pestilence when there are 3+ targets around... instead he does blood strike and pestilence is higher in priority list

Crippes DPS DK rotation.xml

Then why you used the condition like this?

        <FightClassCondition>
          <ContionType>HostileUnitNearTarget</ContionType>
          <Param xsi:type="FightClassConditionUnitNear">
            <Number>2</Number>
            <Type>Smaller</Type>
            <Radius>8</Radius>
          </Param>
        </FightClassCondition>

If he should use Pestilence with +2 Targets, then the condition has to look like this:

        <FightClassCondition>
          <ContionType>HostileUnitNearTarget</ContionType>
          <Param xsi:type="FightClassConditionUnitNear">
            <Number>2</Number>
            <Type>BiggerOrEqual</Type>
            <Radius>8</Radius>
          </Param>
        </FightClassCondition>

 

11 minutes ago, superkillen said:

ah missclick :( still I did change it now and it still does blood strike....

Crippes DPS DK rotation.xml

 

Change the condition to:

        <FightClassCondition>
          <ContionType>UnitAttackPlayerNearTarget</ContionType>
          <Param xsi:type="FightClassConditionUnitNear">
            <Number>2</Number>
            <Type>BiggerOrEqual</Type>
            <Radius>10</Radius>
          </Param>
        </FightClassCondition>

Or:

        <FightClassCondition>
          <ContionType>HostileUnitNear</ContionType>
          <Param xsi:type="FightClassConditionUnitNear">
            <Number>2</Number>
            <Type>BiggerOrEqual</Type>
            <Radius>10</Radius>
          </Param>
        </FightClassCondition>

 

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.