View Single Post
09-03-18, 02:51 PM   #4
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Trigger:

Lua Code:
  1. function() return IsResting() end

Untrigger:

Lua Code:
  1. function() return not IsResting() end

Edit: I don't know if WeakAuras supports direct textures, but this is the data for the rest icon:

Texture: Interface\CharacterFrame\UI-StateIcon
Texcoords: 0, 0.5, 0, 0.421875

There's also an icon with "ZZZ", but it has a "x2" on it. WeakAuras has an icon box for this: 648642

This is what the icon looks like: https://www.wowhead.com/icon=648642

Last edited by Kanegasi : 09-03-18 at 03:10 PM.
  Reply With Quote