EC: thorn / debuff timer
In EC (enhanced client), if you'd like a timer countdown for the next green thorn usage:
textparsing.lua
Add the below just above the "Anh Mi Sah Ko" case, in TextParsing.TimersNbuff()
textparsing.lua
Add the below just above the "Anh Mi Sah Ko" case, in TextParsing.TimersNbuff()
if ( SystemData.TextID == 1061914 ) then -- * You push the strange green thorn into the ground * WindowData.BuffDebuffSystem.CurrentBuffId = 1139 -- use magnus debuff icon. WindowData.BuffDebuff.NameVectorSize = 0 WindowData.BuffDebuff.ToolTipVectorSize = 0 BuffDebuff.Timers[1139] = 180 -- 3 minutes. BuffDebuff.ShouldCreateNewBuff() return end
Comments
If it was this easy, why this was not added by default, in both the EC and CC Clients, by the developers ?