Thread Tools Display Modes
03-02-15, 07:49 AM   #1
Massiveunit
A Black Drake
 
Massiveunit's Avatar
Join Date: Mar 2013
Posts: 81
skada

Anyone know if it possible to remove the player name and dps numbers from skada? What do I need to change in the skada LUA. I just want the bars without any info.
Thanks
  Reply With Quote
03-02-15, 11:12 AM   #2
Massiveunit
A Black Drake
 
Massiveunit's Avatar
Join Date: Mar 2013
Posts: 81
bump...anyone know just want bars with no writing on them.
  Reply With Quote
03-02-15, 01:22 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You really do not need to bump your thread after less than 4 hours. These forums are just not anywhere near that busy. If you don't get a reply after a week, then maybe bumping is okay. Before that you're just annoying the 3 people who already saw your thread and didn't reply because they don't have an answer.

Personally, I saw your thread, but I have neither the time nor the interest to dig through Skada's thousands of lines of code to figure out how to modify it for you, and there's no point in replying just to say I don't have an answer for you.

Edit: Also it's 11 AM PST, on a Monday morning. Most Americans are at work right now, and Europeans have just gotten home from work. Not really big forum posting hours.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
03-02-15, 06:27 PM   #4
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,326
I haven't tested this, but commenting out the following from lines 424-429 of BarDisplay.lua should do it.
Code:
if win.metadata.showspots and Skada.db.profile.showranks and not data.ignore then
	bar:SetLabel(("%2u. %s"):format(nr, data.label))
else
	bar:SetLabel(data.label)
end
bar:SetTimerLabel(data.valuetext)
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » skada


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off