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.

Possible to get haste DOT information

Featured Replies

Is it possible to get actual haste dot information through LUA?  I am playing 3.3.5, and with haste snapshotting, I want to know what I snapshotted.  Also, please do not say to just check when you cast, because it can come down to milliseconds so sometimes that messes up.  I want to know if it's possible to check my debuffs on boss, for example lets say Debuff ID 1234, and get the haste associated with that dot, or ticks per second, or something similiar.  Pseudo code:

 

if (BossHasDebuffA) {
	if(DebuffATicks >= ThreshHold){
		DoNothing;
	} else{
		if(PlayerHasNeededHasteBuffs){
			Cast DebuffA;
		}
	}

} else{
	Cast DebuffA;
}

In this pseudo code, how would I get DebuffATicks without assuming it snapshotted correctly(IE, checking buffs when cast because that is extremely unreliable)

 

Also, how would you get the total time on a debuff rather than time remaining? (Again, I would prefer not checking this when applied and being able to check this whenever)

  • Author

"_, _, _, _, _, duration = UnitDebuff('target', 'Corruption',nil,'PLAYER'); print(duration); return duration;

Didn't think duration of UnitDebuff was the full duration ;s

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.