Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 09/01/09, 9:05 AM   #2251
Rhadamanthis
Banned
 
Human Warlock
 
Shadowsong (EU)
Originally Posted by wurmfood View Post
Have you already declared SOME_CASTING_TIME somewhere? If you're attempting to use SOME_CASTING_TIME outside of the scope of the if statement shown, it will have a nil value. Overall, you're better off setting it to a value to start (e.g. 0 or 9999) and then assigning it properly later.
Thanks I resolved this issue.

The problem was that ACTIVE_TALENT_GROUP_CHANGED is called if you log back into the game while your secondary spec is the active one.

Offline
Reply With Quote
Old 09/01/09, 6:10 PM   #2252
Sthelas
Glass Joe
 
Sthelas's Avatar
 
Blood Elf Mage
 
Mal'Ganis
trying to figure out what this addon is for raid frames is;


thought it was grid, but how the hell do you get it to look like that if it is..

EDIT: cropped part of someone else's ui and used paint to paste it.. so thats why its white :<

Offline
Reply With Quote
Old 09/01/09, 6:36 PM   #2253
justacityboy
Von Kaiser
 
Gnome Mage
 
Korgath
How do you turn off (if possible) the drunken zoom/out wobbleness of being drunk? I drink the +25 SPI beer from DM for raids and its annoying to wobble a bit.

Offline
Reply With Quote
Old 09/01/09, 6:47 PM   #2254
justacityboy
Von Kaiser
 
Gnome Mage
 
Korgath
Originally Posted by Sthelas View Post
trying to figure out what this addon is for raid frames is;


thought it was grid, but how the hell do you get it to look like that if it is..

EDIT: cropped part of someone else's ui and used paint to paste it.. so thats why its white :<
I don't understand. He simply toyed with fonts, colors and sizes. It most definitely is Grid.

Offline
Reply With Quote
Old 09/01/09, 6:49 PM   #2255
Duilliath
Great Tiger
 
Duilliath's Avatar
 
Night Elf Druid
 
The Maelstrom (EU)
Originally Posted by Sthelas View Post
trying to figure out what this addon is for raid frames is;


thought it was grid, but how the hell do you get it to look like that if it is..

EDIT: cropped part of someone else's ui and used paint to paste it.. so thats why its white :<
No clue what else it would be other than Grid. Looks pretty normal to me.

Originally Posted by justacityboy View Post
How do you turn off (if possible) the drunken zoom/out wobbleness of being drunk? I drink the +25 SPI beer from DM for raids and its annoying to wobble a bit.
One of the options in Video -> Effects. I forgot which one, as I've turned everything off for the most part, but I remember people disabling it for the Spider boss in Zul'Gurub (Mar'li iirc).

Ignorance can be solved with a book. Stupidity requires a shotgun and a shovel.

Offline
Reply With Quote
Old 09/01/09, 8:49 PM   #2256
harrellj
Von Kaiser
 
Gnome Warrior
 
Elune
Originally Posted by Sthelas View Post
trying to figure out what this addon is for raid frames is;


thought it was grid, but how the hell do you get it to look like that if it is..

EDIT: cropped part of someone else's ui and used paint to paste it.. so thats why its white :<
Yep, that would be grid alright. Other than changing the sizes of the frames themselves, they hit "invert bar color" and have class colors set for both the unit name and the health bar, as well as setting frame orientation to be horizontal. Likely the bar texture was changed too.

Offline
Reply With Quote
Old 09/02/09, 1:02 AM   #2257
Telsak
Glass Joe
 
Human Death Knight
 
Stormrage
So I am having a bit of an issue with the way I track my incombat procs such as greatness card/sword enchant proc etc etc.
My issue is that I am using power auras classic for easy and smooth overview on when to roll those first diseases. However, a problem has arisen. The DK t9 2piece bonus buff is called "Unholy Strength". This, sadly is also the buff name of the sword enchant proc. So for me there is no way to distinguish one from the other.
I have tried any number of ways to set it up but quite frankly there is no way to tell them apart asides from their icon.
So yeah, I am a bit stumped and feel a bit smacked over the head because tracking the buff doesn't work in an effective manner.

Any insight or tips on what to do short of bugging blizzard to rename the buff to something better?

Offline
Reply With Quote
Old 09/02/09, 5:26 AM   #2258
Duilliath
Great Tiger
 
Duilliath's Avatar
 
Night Elf Druid
 
The Maelstrom (EU)
Had the same issue with berserking and druid berserk. DoTimer seemed to track it right, but I abandoned it when it was broken once again in one of the more recent patches. Instead I added a separate buff bar in Satrina Buff Frames, where I added 'berserking' - among some other important buffs, and display that right beneath my character's feet (and above the player frame). It will still show *both* of them, but you have the icon in plain sight.

Ignorance can be solved with a book. Stupidity requires a shotgun and a shovel.

Offline
Reply With Quote
Old 09/02/09, 6:56 AM   #2259
wurmfood
Von Kaiser
 
Night Elf Hunter
 
Farstriders
Originally Posted by Telsak View Post
So I am having a bit of an issue with the way I track my incombat procs such as greatness card/sword enchant proc etc etc.
My issue is that I am using power auras classic for easy and smooth overview on when to roll those first diseases. However, a problem has arisen. The DK t9 2piece bonus buff is called "Unholy Strength". This, sadly is also the buff name of the sword enchant proc. So for me there is no way to distinguish one from the other.
I have tried any number of ways to set it up but quite frankly there is no way to tell them apart asides from their icon.
So yeah, I am a bit stumped and feel a bit smacked over the head because tracking the buff doesn't work in an effective manner.

Any insight or tips on what to do short of bugging blizzard to rename the buff to something better?
Use the Aura IDs to combine the checks. The DK T9 2p bonus is id 67117, the weapon is 53365, and the DPS relic is 67383.

Offline
Reply With Quote
Old 09/02/09, 9:17 AM   #2260
Bambislayer
Von Kaiser
 
Bambislayer's Avatar
 
Dwarf Hunter
 
Bloodhoof (EU)
Originally Posted by Sthelas View Post
trying to figure out what this addon is for raid frames is;


thought it was grid, but how the hell do you get it to look like that if it is..

EDIT: cropped part of someone else's ui and used paint to paste it.. so thats why its white :<
That look can also be done in a reletively new mod thats sits somewhere between grid and healbot called VuhDo (VuhDo : WoWInterface Downloads : Raid Mods).

It is alot easier to configure than grid too imo.

Offline
Reply With Quote
Old 09/03/09, 11:17 AM   #2261
Radubadu
Glass Joe
 
Blood Elf Mage
 
Vek'nilash
healbot issue

I've been using healbot for heroics and absolutely love it. Last night I was convinced to try healing VOA (which I'm horribly undergeared for but they were desparate). I tried to add the two tanks to "My Targets" which is one of the functions I love about it but it seemed to cut out 3 other members from the raid.

I tried reloading my UI and it didn't help. Thankfully, I have everything set up with mouseover macros so I managed but I prefer actually clicking, is there something that I'm missing with this function that caused that or am I doing something horribly wrong?

Offline
Reply With Quote
Old 09/03/09, 6:24 PM   #2262
Irox
Glass Joe
 
Human Paladin
 
Wildhammer
Positioning chat frames

Evening, I just spent some time redesigning my UI, the most significant change I made was moving the chat frames from the bottom to the top of my screen. Thanks to those annoying chat tabs though it won't let me move the frames closely enough to the top edge, they keep sliding back to make room for the tabs whenever I try to move them any further.
"Forceful" attempts to place them as desired reset after relogging, any ideas how to get this working?

Last edited by Irox : 09/04/09 at 4:04 PM.

Offline
Reply With Quote
Old 09/04/09, 11:48 AM   #2263
Silvanaa
Von Kaiser
 
Troll Rogue
 
Turalyon
Originally Posted by Irox View Post
Evening, I just spent some time redesigning my UI, the most significant change I made was moving the chat frames from the bottom to the top of my screen. Thanks to those annoying chat tabs though it won't let me move the frames closely enough to the top edge, they keep sliding back to make room for the tabs whenever I try to move them any further.
"Forceful" attempts to place them as desired reset after relogging, any ideas how to get this working?

Cheers,
Irox
Make your own add-on and use this as the code:
SlashCmdList["CHATPOSITION"] = function()   
    ChatFrame1:ClearAllPoints()
    ChatFrame1:SetPoint("BOTTOMLEFT", UIParent, "BOTTOMLEFT", 6, 7)
    ChatFrame1:SetWidth(475)
    ChatFrame1:SetHeight(125)
    ChatFrame1:SetUserPlaced(true)
end
SLASH_CHATPOSITION1 = "/chatpos"
And just tweak the co-ordinates to where you want your chat to be, then just type /chatpos to move your chat.

Offline
Reply With Quote
Old 09/04/09, 8:28 PM   #2264
Irox
Glass Joe
 
Human Paladin
 
Wildhammer
All right, I should be able to modify this so it places all of my chat frames at the correct positions automatically at start-up, just didn't know where to start at all. Big thanks for the hint!

Offline
Reply With Quote
Old 09/05/09, 1:47 AM   #2265
Ottoline
Glass Joe
 
Worgen Hunter
 
Chamber of Aspects (EU)
blurry buttonfacade skins

Is there any trick to getting clean 1px borders around buttons, using BF skins?

I am using the NotCaith skin, and 0.64 scaling. I've tried all sorts of different scale settings for the action bars, but it seems that some buttons will always end up with one border side being blurry or faded.

I see lots of great UIs that have clean, un-blurred button skins. How do I get this effect?

Offline
Reply With Quote
Old 09/06/09, 12:51 PM   #2266
Burasuka
Von Kaiser
 
Burasuka's Avatar
 
Night Elf Druid
 
Bronzebeard (EU)
Does any one know how to mess with lua files to remove druids' TF, Berserk and OoC bars from EventHorizon?

http://img36.imageshack.us/img36/297...0614273726.jpg

I've googled for it but with no luck, i'd appreciate any help.

Offline
Reply With Quote
Old 09/06/09, 8:40 PM   #2267
Gorsgo
Von Kaiser
 
Undead Rogue
 
Mal'Ganis
Originally Posted by Burasuka View Post
Does any one know how to mess with lua files to remove druids' TF, Berserk and OoC bars from EventHorizon?

http://img36.imageshack.us/img36/297...0614273726.jpg

I've googled for it but with no luck, i'd appreciate any help.
EventHorizon_Druid\config.lua

Offline
Reply With Quote
Old 09/10/09, 6:58 AM   #2268
Tellez
Glass Joe
 
Night Elf Hunter
 
Grim Batol (EU)
Hello!

I would like to get the default damage font back.
Its been a while since i installed WoW, and i changed the font alot of times
and now i want the default back, and i can't seem to get it back.

I don't mind using a addon to change it, atm i'm using Clearfont so i can change the other
fonts.. stats, names, etc.

Any help would be awesome.
Thank you.

Offline
Reply With Quote
Old 09/10/09, 3:22 PM   #2269
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Originally Posted by Tellez View Post
I would like to get the default damage font back.
Its been a while since i installed WoW, and i changed the font alot of times
and now i want the default back, and i can't seem to get it back.

I don't mind using a addon to change it, atm i'm using Clearfont so i can change the other
fonts.. stats, names, etc.
If you've always just used Clearfont to change your fonts, and never touched the fonts in the folder at /Worldofwarcraft/font then all you need to do is remove clearfont and it will set everything back to the default font settings.

If you've changed the fonts in the WoW font folder, you're going to need to replace them with the default ones which you can just copy over from a PTR.

Offline
Reply With Quote
Old 09/10/09, 9:37 PM   #2270
Gorsgo
Von Kaiser
 
Undead Rogue
 
Mal'Ganis
Originally Posted by Ohi View Post
If you've changed the fonts in the WoW font folder, you're going to need to replace them with the default ones which you can just copy over from a PTR.
You can just delete the Fonts folder. It's an override, the fonts themselves are contained somewhere internally (either the client or MPQ files, not sure.)

Offline
Reply With Quote
Old 09/11/09, 4:26 PM   #2271
zenoxx
Glass Joe
 
Human Warlock
 
Moonrunner
Hey Guys,

Need some help. I have an Addon called SPYDON(Spydon : WoWInterface Downloads : Developer Utilities) I was wondering if anyone uses it and has found a way of moving the chat frame. I have exhausted my efforts. I run chatter, does it have something to do with not being able to move this addon?

Offline
Reply With Quote
Old 09/11/09, 4:49 PM   #2272
Dainton
Glass Joe
 
Dainton's Avatar
 
Human Paladin
 
Kel'Thuzad
Originally Posted by zenoxx View Post
Hey Guys,

Need some help. I have an Addon called SPYDON(Spydon : WoWInterface Downloads : Developer Utilities) I was wondering if anyone uses it and has found a way of moving the chat frame. I have exhausted my efforts. I run chatter, does it have something to do with not being able to move this addon?
Open Spydon.xml in a text editor and play with the first set of <Anchors> tags:
		<Anchors>
			<Anchor point="BOTTOMLEFT" RelativeTo="ChatFrame1" RelativePoint="TOPLEFT">
				<Offset>
					<AbsDimension x="0" y="32"/>
				</Offset>
			</Anchor>
		</Anchors>

Offline
Reply With Quote
Old 09/13/09, 2:32 PM   #2273
frozndevl
Von Kaiser
 
Orc Shaman
 
Cho'gall
I am trying to modify the width of my grid raid frames based on the number of raid/party members. I am firing off the script within kgpanels OnEvent, and I have been able to swap profiles with a Grid:SetProfile("40_man_bg"), but a similar Grid:SetWidth(120) isn't working.

Offline
Reply With Quote
Old 09/15/09, 9:48 AM   #2274
Macanam
Glass Joe
 
Human Mage
 
Chamber of Aspects (EU)
Hi there, I've been fiddling around with Satrina Buff Frames to make it show certain buffs in a separate buff frame. I did this by selecting a frame for the specific spells i wanted to be shown. However, the problem with doing this is that the buffs also appear if my current target has one of the buffs.

For example, I set Buff Frame 4 (Which is a large frame just to the left of my character) to show heroism and bloodlust (I added bloodlust for the purposes of faction champions). But if i target someone who has either of these buffs, whether I have them or not, they are displayed in the frame.

Another issue I get is that buffs which are stacked seem to be shown repeatedly, but only if the target has them. For example, I targetted a shaman who had Water Shield active (this was one of the spells i attributed to a specific frame), and it showed the buff icon 3 times, all of which were saying 3 stacks. The same goes for Arcane Blast. However, if I am the one that has the buff/debuff then it only shows in the frame once with the number of stacks.

Basically, I would like to know if there is another way of configuring the addon to work in the same way but without showing the buffs/debuffs when my enemy has them.

Offline
Reply With Quote
Old 09/15/09, 11:07 AM   #2275
Flaxxa
Glass Joe
 
Night Elf Priest
 
Scarshield Legion (EU)
Addon problem

http://data.fuskbugg.se/skalman01/helpme.bmp
and
http://data.fuskbugg.se/skalman01/-----------kalle.jpg
Anyone know how I can fix it? what should I do to fix the first screen, when I'm in party, raid or BG so i dont se them at all, only at Grid.

I would like to have allmost like him -> http://data.fuskbugg.se/skalman01/Ba...%20recount.jpg

Last edited by Flaxxa : 09/15/09 at 1:15 PM.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools