Thread Tools Display Modes
01-10-11, 12:54 PM   #101
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Originally Posted by Aprikot View Post
^^ This.



+10 characters, blah blah blah.
__________________
  Reply With Quote
01-10-11, 04:40 PM   #102
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
@Zagrei,

Dont know if you saw my post before the wall of code?

But its the code to put the border round stuf's raid HP and Mana bars.

Just wondering if you've had chance to test it out, coz I'm not too sure if the '/.7' need to be there, coz without them the border's dont look right on mine.

Let me know how you get on with it.
  Reply With Quote
01-10-11, 08:05 PM   #103
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
wont me replacing my lua with the one in the pastebin change my layout our how mine look?
  Reply With Quote
01-10-11, 10:00 PM   #104
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
It's just for your readers' benefit. The idea is you paste code there, and paste a link here. Example (your code): http://pastebin.com/WDkZaw79
  Reply With Quote
01-11-11, 01:35 AM   #105
groin
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 45
can someone link the code and the screen associated?

it's difficult for who open the thread first time, follow the discussion.
  Reply With Quote
01-11-11, 03:12 PM   #106
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
Originally Posted by Aprikot View Post
It's just for your readers' benefit. The idea is you paste code there, and paste a link here. Example (your code): http://pastebin.com/WDkZaw79
ty bu tstill doesnt solve my problem:S
  Reply With Quote
01-11-11, 10:53 PM   #107
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by Oraknathal View Post
ty bu tstill doesnt solve my problem:S
I'm not following . In post #99 you pasted what looks to be stuf\bars.lua without giving context for doing so. I suggested pastebin be used (by you) to show that code to us, but I'm not seeing where replacing your lua was suggested. What problem are you trying to solve?
  Reply With Quote
01-12-11, 12:36 AM   #108
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
my bars were transparent but i changed it to a custom colour. but now i want the transparent bars back but it wont work. for sum reason,
  Reply With Quote
01-26-11, 08:29 PM   #109
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
hey zag I cant seem to find the place where to put the code for tinydps i will link lines 2580-2600 tell if this is deffrent for you.
else
for i=1,GetNumRaidMembers() do
if petguid == UnitGUID(fmt('raidpet%i', i)) then return true end
end
for i=1,GetNumPartyMembers() do
if petguid == UnitGUID(fmt('partypet%i', i)) then return true end
end
end
end

local function toggleMinimapButton()
tdps.showMinimapButton = not tdps.showMinimapButton
if tdps.showMinimapButton then tdpsRefresh() tdpsButtonFrame:Show() else tdpsButtonFrame:Hide() end
end



local function ver()
echo(tdpsL.helpVersion .. ' ' .. GetAddOnMetadata('TinyDPS', 'Version') .. ' by Sideshow (Draenor EU)')
  Reply With Quote
01-28-11, 01:02 AM   #110
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Does anyone know how to make Stuf register the color state from button facade? I use Aion ( which is extremely pretty when you turn normal all the way to black and gloss to 40% pixelish and clear) but when I go into BF menu, go to stuff change the color states to match the rest of UI, it wont stay after /reload. Any ideas?
  Reply With Quote
01-28-11, 01:06 AM   #111
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Screenies to show what I mean in above post.
Attached Thumbnails
Click image for larger version

Name:	before.jpg
Views:	924
Size:	8.2 KB
ID:	5640  Click image for larger version

Name:	after.jpg
Views:	939
Size:	7.7 KB
ID:	5641  
  Reply With Quote
01-28-11, 02:49 PM   #112
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Kendian: Is it Stuf or BF that doesn't stay after a /reload? Also, in those screenshots, am I looking at the large buttons (which appear to not have changed), or the smaller auras (which do seem to have changed a bit)?

Orak: The more recent updates probably moved the placement around somewhat. My computer is currently in for repairs, so I can't look it up for you, but if you use the search feature on whatever application you are using to edit the LUA, try searching for "CreateFrame" (without quotations), as the frame being created is the frame that you need to use for your SetBackdrop. I hope that isn't too confusing...

Lordyfb: Once I get my computer back, I'll give that code snippet a shot (for Stuf_Raid)! I hope it works

Groin: In what way? I don't understand :P I know this thread can be a bit convoluted at times, but if I can help, I'll try!

Sorry for the (extremely) late responses, school + RL + computer repairs... kinda makes it tricky
__________________
  Reply With Quote
01-28-11, 05:25 PM   #113
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
It's the smaller ones...those are my target auras, they will keep the bf skin, but not the color state, is a small thing but aggravating~
  Reply With Quote
01-28-11, 06:06 PM   #114
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Originally Posted by Kendian View Post
It's the smaller ones...those are my target auras, they will keep the bf skin, but not the color state, is a small thing but aggravating~
Hmm... off of the top of my head, I'm not sure. Once I get my computer back, I'll check it out and see if I find anything Lemme know if you find a fix!
__________________
  Reply With Quote
02-17-11, 02:01 PM   #115
iradex
A Cyclonian
Join Date: Nov 2009
Posts: 43
Hey Zagrei, whats the code and where i put it in Headline?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » @Led: Stuf question

Thread Tools
Display Modes

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