2023-04-19 22:02
#0
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