 |
11/15/07, 9:49 AM
|
#196
|
|
Glass Joe
Night Elf Rogue
Antonidas
|
Importing Fonts.
I feel kind of dumb cause I get the feeling it's a really simple answer and I am just being oblivious to something.
There's a font I want to use for my ElkBuffBars, but I'm not able to figure out how to get the font to appear in the selection list. I went digging through the EBB folder, nothing there about fonts, I also have SharedMedia installed, and I recognized some of the fonts in those folders. I tried copying/installing the font to where those other fonts were, and evern went through the readme and attempted to edit the lua, which the readme told me to do. Still nothing D:
Any help is appreciated, or if I am being too broad let me know what info I left out, thanks 
|
|
|
|
|
11/15/07, 9:53 AM
|
#197
|
|
Von Kaiser
Undead Mage
Cho'gall (EU)
|
i'm looking for a light mode that would allow me to move the PVP/zone information in the middle top of the screen (as the score in arathi or warsong, time remaining for the towers in Terrokar...). I've put here a bar with bartender for controlling my CDs, and i can't read the info...
thanks in advance
|
|
|
|
|
11/15/07, 11:25 AM
|
#198
|
|
ts0ng
Zeroblack
Undead Priest
No WoW Account
|
Originally Posted by spiderella
Just pretty standard pitbull, the bars above are Elk Buff Bars configured to integrate w/ Pitbull layout-wise.
|
I really like the unitframe layout, though I tweaked some of the colors a bit (upped the contrast between the bars and empty space/background). It's eating up a good bit of memory but I might need to pare down some of the additional optional components. Thanks! I've trimmed down my UI considerably and stripped it of everything non-Ace, with the exception of Geist. Ditched aguf in favor of Pitbull, which is awesome stuff, but is taking me a considerable amount of time to configure to my liking.
Last edited by Zeroblack : 11/15/07 at 11:42 AM.
|
|
|
|
|
11/15/07, 12:37 PM
|
#199
|
|
Von Kaiser
Dwarf Death Knight
Proudmoore
|
Originally Posted by Magladena
I feel kind of dumb cause I get the feeling it's a really simple answer and I am just being oblivious to something.
There's a font I want to use for my ElkBuffBars, but I'm not able to figure out how to get the font to appear in the selection list. I went digging through the EBB folder, nothing there about fonts, I also have SharedMedia installed, and I recognized some of the fonts in those folders. I tried copying/installing the font to where those other fonts were, and evern went through the readme and attempted to edit the lua, which the readme told me to do. Still nothing D:
Any help is appreciated, or if I am being too broad let me know what info I left out, thanks 
|
You need to edit the lua appropriately (create a MyMedia file, and a MyMediaFiles folder, etc) and make sure to restart WoW entirely. For whatever reason, simply logging out isn't enough for it to acknowledge font changes, which can be very frustrating when you're just starting to try to get things working.
|
|
|
|
|
11/15/07, 1:50 PM
|
#200
|
|
Von Kaiser
Human Warrior
Stormrage (EU)
|
Originally Posted by chrull
I get the same thing, and i'm using Baggins and SimpleMinimap. I'm guessing skinner is the culprit but i didn't have time to try anything yesterday.
|
ArkInv updated yesterday including GuildBank functions, but left out the part where you can see "tab history" to see whos been siphoning funds/items from the selected bags.
|
|
|
|
|
11/15/07, 2:20 PM
|
#201
|
|
Glass Joe
Gnome Mage
Laughing Skull
|

Originally Posted by Tial
I am having a problem with my eePanels2 script. I think this is the right place to ask such questions? Anyway, it is a panel script for my druid and I was wondering if anyone had time to look at what I wrote and explain to me how it is wrong so that I can better understand what I don't understand about scripting. [Which is to say, I do not know anything about scripting and this was my vain attempt based on the information that I could find]
Any help is appreciated. Just trying to change the width of a panel based on what stance I am in.
function eePanels2:FrameResize()
if GetShapeShiftForm() = 0 then
THIS:SetWidth(1500)
elseif GetShapeShiftForm() = 1 then
THIS:SetWidth(1500)
elseif GetShapeShiftForm() =2 then
THIS:SetWidth(600)
elseif GetShapeShiftForm() =3 then
THIS:SetWidth(1500)
elseif GetShapeShiftForm() = 4 then
THIS:SetWidth(600)
end
end
eePanels2:RegisterEvent("PLAYER_ENTERING_WORLD", eePanels2.FrameResize)
eePanels2:RegisterEvent("UPDATE_SHAPESHIFT_FORMS", eePanels2.FrameResize)
|
You used the assignment operator (=), not equality operators (==, ~=, <, >, <=, >=).
Just change all your single equal signs to double equal signs (ex: GetShapeShiftForm() == 0)
|
|
|
|
|
11/15/07, 4:01 PM
|
#202
|
|
Don Flamenco
|
Does anyone know an addon that can replace "SuperInspect"?
(It hasn't been updated since long ago, and sometimes it doesn't work for the patch 2.3)
|
|
|
|
|
11/15/07, 4:12 PM
|
#203
|
|
Von Kaiser
|
Does anyone know how to get rid of this new tracking icon? I checked fixtracker but nothing happend. Im using simpleminimap. My freind has ebb and his track icon is gone because his ebb shows what hes tracking on ebb. Also unless i have the wrong version, when i open it in rock to configure ebb i get a small menu to do it and i have grown so used to the rgb code for coloring in rock its hard to get the exact color of my unit frames and unit frames backround color with that color wheel.
Can anyone help me out?
|
|
|
|
|
11/15/07, 4:37 PM
|
#204
|
|
Don Flamenco
|
Originally Posted by Balroy
Does anyone know how to get rid of this new tracking icon? I checked fixtracker but nothing happend. Im using simpleminimap. My freind has ebb and his track icon is gone because his ebb shows what hes tracking on ebb. Also unless i have the wrong version, when i open it in rock to configure ebb i get a small menu to do it and i have grown so used to the rgb code for coloring in rock its hard to get the exact color of my unit frames and unit frames backround color with that color wheel.
Can anyone help me out?
|
Have you tried to "Remove Group=>Group 3"? (My Ebb has the 3rd group as the "tracking" one, you can make sure of that by looking up group3's name.)
That seemed to do the trick for me anyway.
|
|
|
|
|
11/15/07, 4:48 PM
|
#205
|
|
Von Kaiser
|
Originally Posted by lazerpewpew
Have you tried to "Remove Group=>Group 3"? (My Ebb has the 3rd group as the "tracking" one, you can make sure of that by looking up group3's name.)
That seemed to do the trick for me anyway.
|
Wouldnt removing the tracking group not show the tracking as the ebb and still show the tracking icon on my minimap?
|
|
|
|
|
11/15/07, 5:05 PM
|
#206
|
|
Von Kaiser
|
The guy above actually has a point, if your taking away the tracking ebb frame how would the minimap icon of tracking disapear and get what your tracking as a buff on ebb? If your positive it works tell me i will try it in a heart beat =).
|
|
|
|
|
11/15/07, 6:44 PM
|
#207
|
|
Von Kaiser
|
Does anyone know how to get rid of that "whoosh" sound every time you hit a hotkey while another action is in progress? Like, if I spam Fireball while one is casting, I hear a "whoosh"ing sound everytime I hit it. Errormonster got rid of the text, but I don't know how to remove the sound 
|
|
|
|
|
11/15/07, 6:54 PM
|
#208
|
|
Soda Popinski
Gwaiihir
Orc Shaman
No WoW Account
|
Originally Posted by lazerpewpew
Does anyone know an addon that can replace "SuperInspect"?
(It hasn't been updated since long ago, and sometimes it doesn't work for the patch 2.3)
|
Examiner is the perfect replacement to superinspect, from wowinterface, curse, or other mod sites.
|
|
|
|
|
11/16/07, 3:46 AM
|
#209
|
|
弾幕
Blood Elf Death Knight
Defias Brotherhood (EU)
|
Originally Posted by Tylerlee
http://i148.photobucket.com/albums/s...407_142838.jpg
Have a problem with the new guild bank frame, with item boxes over writing the tabs, i use Ark Inv and ofc Squeenix, but from the layout i dont think its either of these addons causeing the problem, anyone have the same issue? if so is ther ea quick fix, failing that, is the "guild bank" add-on i can use.
Thankyou.
|
to recap: I disabled skinners skinning of the guildbank frame, restarted and it looked like it should.
|
|
|
|
|
11/16/07, 6:55 AM
|
#210
|
|
Von Kaiser
Night Elf Death Knight
Bronzebeard (EU)
|
I have an odd problem
I am using Tapestry's UI and frankly I love it..thing is ..I want the button that tracks stuff and its no where to be found after this patch. I'd like it to appear in my fubar but theres no sign of it
Image is here http://tinyurl.com/yspp73
|
"To bathe a cat takes brute force, perseverance, courage of conviction - and a cat.
The last ingredient is usually hardest to come by."
|
|
|
|