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.

traveler

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    traveler got a reaction from dida1990 in DK FightClass Runes   
    I had to do a little debug but finally i got it, the existing dk profiles from 3.3.5 are very shitty by the way or they dont work properly in my case.
    Here's the code for checking if two unholy runes are ready:
     
    RuneCheck = nil function RuneCheck() local FrostRune = 0 local UnholyRune = 0 local BloodRune = 0 local DeathRune = 0 for i=1, 6 do if GetRuneType(i) == 1 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < 1 then BloodRune = BloodRune + 1 end if GetRuneType(i) == 2 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < 1 then UnholyRune = UnholyRune + 1 end if GetRuneType(i) == 3 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < 1 then FrostRune = FrostRune + 1 end if GetRuneType(i) == 4 and select(1,GetRuneCooldown(i)) + select(2,GetRuneCooldown(i)) - GetTime() < 1 then DeathRune = DeathRune + 1 end end return BloodRune, UnholyRune, FrostRune, DeathRune end local RuneCheck = RuneCheck local UnholyRunesReady = false; -- Obliterate if both Unholy Runes are ready or ready within 1 second if select(2,RuneCheck()) > 1 then UnholyRunesReady = true else UnholyRunesReady = false end  

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.