Results: 5Comments by: darkretailer
File: ClearSight11-30-19
the lua files are completely empty,...
Posted By: darkretailer
the lua files are completely empty, and judging by the TOC there's also a folder missing (AutoMiniMap) :( Hey, now it should be correct. I didn't noticed that my auto "git push" didn't work. Currently there is much to do. This are just the first (little) steps. I want to remove interface as much as possible without miss...
File: iPlayerFrame10-21-15
Re: Re: Re: Re: Doesn't work with DEATHKNIGHT -.-
Posted By: darkretailer
You'll probably have the same issues with Warriors and Guardian Druids and their Rage as well then, best way to fix it is using UnitPowerType("player") and base the power bars show/hide condition on that. Yeah i know i realised and fixed it after the last update. but the upload seems to be hidden 0o. i'll upload the update tomorow...
File: iPlayerFrame10-21-15
Re: Re: Re: Doesn't work with DEATHKNIGHT -.-
Posted By: darkretailer
What a pity, Please fix it for all DEATHKNIGHT wower You're right... Because the runic power is a mana bar and starts with 0. I think this should be fixed easily. I excluded the deathknight from the powerbar check. Should be fixed :) You'll probably have the same issues with Warriors and Guardian Druids and their Rage as we...
File: iPlayerFrame10-19-15
Re: Doesn't work with DEATHKNIGHT -.-
Posted By: darkretailer
What a pity, Please fix it for all DEATHKNIGHT wower You're right... Because the runic power is a mana bar and starts with 0. I think this should be fixed easily. I excluded the deathknight from the powerbar check. Should be fixed :)
File: G13ActionBars08-15-15
Pet Battle
Posted By: darkretailer
Please add the following lines to 2 Files for the next upload: MainBar.lua (at the end) Bars.lua (insert in Line 128) -- Bei Haustierkämpfen ausblenden bar:RegisterEvent("PET_BATTLE_OPENING_START") bar:RegisterEvent("PET_BATTLE_CLOSE") local function AutoHide (self,event, ...) if event == "PET_BATTLE_OPENING_START" then...