Results: 9Comments by: Styla1204
File: nibRunes03-20-15
Hello Nibelheim! Can you updated fo...
Posted By: Styla1204
Hello Nibelheim! Can you updated for WoD please? :p Second this request. It is super simple and sorely missed in my addons.:banana: Still works flawless. If it stops you can steal the Code from RealUI. :)
File: Neav UI06-26-10
local function UpdateHealth(self, e...
Posted By: Styla1204
local function UpdateHealth(self, event, unit, bar, min, max) if (UnitIsDeadOrGhost(unit) or not UnitIsConnected(unit)) then bar.value:SetText((UnitIsDead(unit) and 'Dead') or (UnitIsGhost(unit) and 'Ghost') or (not UnitIsConnected(unit) and 'Offline')) self.Health:SetStatusBarColor(0.5, 0.5, 0.5) else...
File: Dungeon Finder Announce02-19-10
Best Addon Ever :P
Posted By: Styla1204
Best Addon Ever :P
File: oUF_Neav02-14-10
Hi Guys & Girls Is there a way t...
Posted By: Styla1204
Hi Guys & Girls Is there a way to save different positions per character fo the raidframes ? Example : At my Rogue, the Raiframes are in the Upper Left corner of the screen, but for my Paladin, i want them more central for dispells etc. If somenone knows a way to do this, please let me know ;) And sorry for bad english,...
File: Neav UI12-30-09
Current Hp / % = Line 257 : l...
Posted By: Styla1204
Current Hp / % = Line 257 : local function UpdateHealth(self, event, unit, bar, min, max) if (UnitIsDead(unit) or UnitIsGhost(unit) or not UnitIsConnected(unit)) then bar.value:SetText((UnitIsDead(unit) and 'Dead') or (UnitIsGhost(unit) and 'Ghost') or (not UnitIsConnected(unit) and 'Offline')) self.Health:SetStatusBarColor(...
File: Neav UI10-29-09
Originally posted by asinius Is t...
Posted By: Styla1204
Originally posted by asinius Is there a simple line I could add to nTooltip that would state what my mouseover is targetting? Yes, Line 113, just replace the function : GameTooltip:HookScript('OnTooltipSetUnit', function(self, ...) local unit = GameTooltip_GetUnit(self) if (UnitExists(unit) and UnitName(unit) ~= UNK...
File: oUF_Neav10-09-09
Current Hp / % = Line 257 :...
Posted By: Styla1204
Current Hp / % = Line 257 : local function UpdateHealth(self, event, unit, bar, min, max) if (UnitIsDead(unit) or UnitIsGhost(unit) or not UnitIsConnected(unit)) then bar.value:SetText((UnitIsDead(unit) and 'Dead') or (UnitIsGhost(unit) and 'Ghost') or (not UnitIsConnected(unit) and 'Offline')) self.Heal...
File: oUF_Neav05-22-09
Einfach den alten Castbar Code in d...
Posted By: Styla1204
Einfach den alten Castbar Code in die neue .lua einfügen und den neuen damit ersetzen, schon is die alte Castbar da.
File: oUF_Neav01-25-09
Very good Layout, but 2 probs. 1...
Posted By: Styla1204
Very good Layout, but 2 probs. 1. No Combo Points Malygos P3, with my Rogue No Problem, but there no CB's with my Paladin. 2. Health Text, I dont figuered out yet how i change the Style to CurHP/% I know my English is terrible, no Practice for Years :D Thanks for this very nice Mod :)