From 363a2bf58ceec224e81c3edd41e1ba7934e2b4f5 Mon Sep 17 00:00:00 2001 From: Aleksi Blinnikka Date: Mon, 30 Nov 2020 23:51:33 +0200 Subject: [PATCH] Add Devo missing warning and decrease size of Divine Purpose proc --- OmaTMW/TellMeWhen.lua | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index fa367a0..1b92b72 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -65,8 +65,8 @@ local chars = { auraFilter = "PLAYER HELPFUL", x = 570, y = 530, - width = 80, - height = 80, + width = 40, + height = 40, }, { unit = "player", @@ -107,8 +107,8 @@ local chars = { auraFilter = "PLAYER HELPFUL", x = 570, y = 530, - width = 80, - height = 80, + width = 40, + height = 40, }, { unit = "player", @@ -129,6 +129,16 @@ local chars = { width = 80, height = 80, }, + { + unit = "player", + auras = {"Devotion Aura"}, + auraFilter = "HELPFUL", + invert = true, + x = 720, + y = 440, + width = 60, + height = 60, + }, }, ["Gilden"] = { { -- 2.39.5