Results: 5Comments by: Kyrma
File: TinyDPS01-08-15
Will there be a fix for TinyDPS to...
Posted By: Kyrma
Will there be a fix for TinyDPS to account for damage on Ko'ragh's nullification barrier?
File: oUF_Drk11-18-10
Beaver, I posted a solution to t...
Posted By: Kyrma
Beaver, I posted a solution to the rogue targeting problem around 9/10 comments down. ;)
File: oUF_Drk11-07-10
Re: Remove Animated Portrait
Posted By: Kyrma
Tavin, Here is what I did to make the portrait and background frame disabled w/o hacking a bunch of code. It's a simple 2 step process: In the core.lua add the orange line in this section (under line 27): player = function(self, ...) self.mystyle = "player" -- Size and Scale self:SetScale(cfg.scale) self:S...
File: bubuUI11-07-10
Re: Re: Buffs
Posted By: Kyrma
Originally posted by Boyiee Question: What addon makes the female gnome say "fitority" or whatever it is every time I /rl the UI and sometimes when logging in? That would be Bugsack telling you there are .lua error(s). The female gnome is actually yelling "fatality" which is the default sound file for the mod. If you have t...
File: oUF_Drk11-06-10
Maltese, I had this error on my ro...
Posted By: Kyrma
Maltese, I had this error on my rogue(s) as well. I made a couple of changes that seem to be working just fine. On line 131 of the tags.lua I changed "hasUnitDebuff(unit, Spell)" to: -- Deadly Poison Tracker oUF.Tags = function(unit) local Spell = "Deadly Poison" or GetSpellInfo(43233) local ct = UnitDebuff(unit, Spell)...