Results: 2Comments by: preid
File: TotemTimers Classic10-20-19
Minor issue with Reincarnation timer
Posted By: preid
THere's a minor issue with the reincarnation countdown in SetupTrackers.lua line 198, where it's hardcoded to 1800 (30 minutes). Just need to change: self.timer:Start(1,start+duration-floor(GetTime()),1800) to self.timer:Start(1,start+duration-floor(GetTime()),duration)
File: TotemTimers Classic09-02-19
As a temporary workaround, edit Tot...
Posted By: preid
As a temporary workaround, edit TotemTimers.lua and change the following line (line 95): local sink = LibStub("LibSink-2.0") to: local sink = nil I also noticed that the weapon timer wasn't showing up for the Rockbiter weapon enchant, if you're low level and haven't got any other enchants, so I changed Settings.lua (line...