Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 05/25/08, 5:57 PM   #1201
Ajuga
Piston Honda
 
Ajuga's Avatar
 
Undead Mage
 
Jaedenar (EU)
You've messed with the interface options recently, right? 'Texture Detail: Low' is probably the reason for your fuzzy arrows.

Offline
Reply With Quote
Old 05/25/08, 6:06 PM   #1202
Gearknight
Piston Honda
 
Dwarf Hunter
 
Kul Tiras
Originally Posted by Ajuga View Post
You've messed with the interface options recently, right? 'Texture Detail: Low' is probably the reason for your fuzzy arrows.
Oh, gross. Thanks. It seems odd that blizzard tied 2D object quality into a setting which predominantly (I presume) affect 3D graphics performance.

Offline
Reply With Quote
Old 05/26/08, 9:36 AM   #1203
Nfariessence
Bald Bull
 
Nfariessence's Avatar
 
Nfariessence
Worgen Warlock
 
No WoW Account
Is there any mod, or easy way to on-the-fly highlight multiple people in a Pitbull setup so that I can better remember and find who I'm assigned to heal? It would be really nice if I could put a red or white box over 4-5 people in the raid (when not group) that I have to heal so that I could visually cue off of them. Maybe a way to add a custom 'debuff marker' that doesn't depend on the target's aura?

United States Offline
Reply With Quote
Old 05/26/08, 2:18 PM   #1204
Devendra
Glass Joe
 
Tauren Shaman
 
Kael'thas
http://i268.photobucket.com/albums/jj22/_Nepenthe_/wowscrnshot031608192333sq5.jpg

In need of some help, found this on these forums that oCD is the cooldown addon in the lower right, downloaded it from http://ixo.no/git/.

It shows in my addon list when choosing character, but nothing when I use cds. Do I need to do something to get it to look like that?

Thanks.

Offline
Reply With Quote
Old 05/27/08, 9:27 PM   #1205
Thelun
Glass Joe
 
Draenei Shaman
 
Shadowsong
I've downloaded tapestry UI recently and have an issue with totems located in the center of my chat screen. I know for a fact it is not Yata or totemtimer since I had to add Yata myself. Any help would totally rule.


ImageShack - Hosting :: picture1so6.png

*EDIT* I moved my chat screen in this screen shot. But its the totem bar that has the fire totems up.

Offline
Reply With Quote
Old 05/28/08, 6:30 AM   #1206
Borona
Von Kaiser
 
Dwarf Warrior
 
Blackrock (EU)
Hard to tell from the screen alone but maybe its Autobar and its Shamanbar.

Offline
Reply With Quote
Old 05/28/08, 11:07 AM   #1207
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Totemtimer and Yata both look like that, it's really hard to say like Borona said, unless you show an addon list.

Offline
Reply With Quote
Old 05/28/08, 6:45 PM   #1208
dreadlorde
Glass Joe
 
Undead Warlock
 
Burning Legion
Anybody know the name of the bar texture used here? I can't find it in shared media..

Offline
Reply With Quote
Old 05/29/08, 5:16 AM   #1209
Caladnei
Glass Joe
 
Night Elf Rogue
 
Kil'Jaeden (EU)
I'm trying to find out which font is used in this screenshot. The font I mean can be seen in the combat log and above the characters' heads.
Furthermore, I'd like to know which mod changes the font of the character's names and guild names above them (not in the tooltip). Can anyone help me with that?

Offline
Reply With Quote
Old 05/31/08, 3:29 AM   #1210
Khamun
Glass Joe
 
Khamun
Troll Shaman
 
Barthilas
Im not sure what caused this but does anyone know how to remove this "full portrait/stats" which appears in the middle of my screen?


Thanks guys!

Edit: It was ArcHud causing it, thanks.

Last edited by Khamun : 05/31/08 at 4:16 AM.

Offline
Reply With Quote
Old 05/31/08, 6:13 PM   #1211
Thanahtos
Von Kaiser
 
Thanahtos's Avatar
 
Undead Warlock
 
Stormrage
Originally Posted by Nfariessence View Post
Is there any mod, or easy way to on-the-fly highlight multiple people in a Pitbull setup so that I can better remember and find who I'm assigned to heal? It would be really nice if I could put a red or white box over 4-5 people in the raid (when not group) that I have to heal so that I could visually cue off of them. Maybe a way to add a custom 'debuff marker' that doesn't depend on the target's aura?
I'm unsure how to do that, but I think it would be AMAZING for raid healers while keeping a minimalist unit frame.

Offline
Reply With Quote
Old 05/31/08, 9:46 PM   #1212
Megatron
Glass Joe
 
Human Rogue
 
Laughing Skull
Can anyone post their code for a successful MyMedia setup inside SharedMedia. I got it working once then when I relogged it stopped. I've posted on the wowace site but they told me I was had setup it wrong but I don't know which part to change. My current code looks like this. I have SharedMedia and SharedMediaLib1.0
-- START of the section that you should be updating
--
--    NB: any line beginning with "--" is ignored - so the lines
--    below are just comments!
--
--background:
	SharedMedia:Register("background", "Hal BG", [[Interface\Addons\SharedMedia\MyMedia files\HalBackground.tga]])
	SharedMedia:Register("background", "Hal BGa", [[Interface\Addons\SharedMedia\MyMedia files\HalBackgroundA.tga]])

--border:
	SharedMedia:Register("border", "Hal Border", [[Interface\Addons\SharedMedia\MyMedia files\HalBorder.tga]]	
--font:
	SML:Register("font", "Intermosaic B", "Interface\\Addons\\SharedMedia\\MyMedia files\\SFIntermosaicB.ttf")
	SML:Register("font", "Tempesta Five", "Interface\\Addons\\SharedMedia\\MyMedia files\\pf_tempesta_five.ttf")
	SML:Register("font", "squaredance 00", "Interface\\Addons\\SharedMedia\\MyMedia files\\squaredance00.ttf")
	SML:Register("font", "squaredance 10", "Interface\\Addons\\SharedMedia\\MyMedia files\\squaredance10.ttf")
	SML:Register("font", "Futura", "Interface\\Addons\\SharedMedia\\MyMedia files\\FuturaMediumBT.ttf")
		
--sound:

--statusbar:
	SharedMedia:Register("statusbar", "Hal A", [[Interface\Addons\SharedMedia\MyMedia files\HalA.tga]])
	SharedMedia:Register("statusbar", "Hal B", [[Interface\Addons\SharedMedia\MyMedia files\HalB.tga]])
	SharedMedia:Register("statusbar", "Hal C", [[Interface\Addons\SharedMedia\MyMedia files\HalC.tga]])
	SharedMedia:Register("statusbar", "Hal D", [[Interface\Addons\SharedMedia\MyMedia files\HalD.tga]])
	SharedMedia:Register("statusbar", "Hal E", [[Interface\Addons\SharedMedia\MyMedia files\HalE.tga]])
	SharedMedia:Register("statusbar", "Hal F", [[Interface\Addons\SharedMedia\MyMedia files\HalF.tga]])
	SharedMedia:Register("statusbar", "Hal G", [[Interface\Addons\SharedMedia\MyMedia files\HalG.tga]])
	SharedMedia:Register("statusbar", "Hal H", [[Interface\Addons\SharedMedia\MyMedia files\HalH.tga]])
	SharedMedia:Register("statusbar", "Hal I", [[Interface\Addons\SharedMedia\MyMedia files\HalI.tga]])
	SharedMedia:Register("statusbar", "Hal J", [[Interface\Addons\SharedMedia\MyMedia files\HalJ.tga]])
	SharedMedia:Register("statusbar", "Hal K", [[Interface\Addons\SharedMedia\MyMedia files\HalK.tga]])
	SharedMedia:Register("statusbar", "Hal L", [[Interface\Addons\SharedMedia\MyMedia files\HalL.tga]])
	SharedMedia:Register("statusbar", "Hal M", [[Interface\Addons\SharedMedia\MyMedia files\HalM.tga]])
	SharedMedia:Register("statusbar", "Hal N", [[Interface\Addons\SharedMedia\MyMedia files\HalN.tga]])
	SharedMedia:Register("statusbar", "Hal O", [[Interface\Addons\SharedMedia\MyMedia files\HalO.tga]])
	SharedMedia:Register("statusbar", "Hal P", [[Interface\Addons\SharedMedia\MyMedia files\HalP.tga]])
	SharedMedia:Register("statusbar", "Hal Q", [[Interface\Addons\SharedMedia\MyMedia files\HalQ.tga]])
	SharedMedia:Register("statusbar", "Hal R", [[Interface\Addons\SharedMedia\MyMedia files\HalR.tga]])
	SharedMedia:Register("statusbar", "Hal S", [[Interface\Addons\SharedMedia\MyMedia files\HalS.tga]])
	SharedMedia:Register("statusbar", "Hal T", [[Interface\Addons\SharedMedia\MyMedia files\HalT.tga]])
	SharedMedia:Register("statusbar", "Hal U", [[Interface\Addons\SharedMedia\MyMedia files\HalU.tga]])
	SharedMedia:Register("statusbar", "Hal V", [[Interface\Addons\SharedMedia\MyMedia files\HalV.tga]])
        --SharedMedia:Register("statusbar", "Otravi",[[Interface\Addons\SharedMedia\statusbar\Otravi]])
-- ... and here

Offline
Reply With Quote
Old 05/31/08, 11:09 PM   #1213
cs-cam
Von Kaiser
 
cs-cam's Avatar
 
Undead Priest
 
Nagrand
I may be searching for the wrong keywords, but I can't find any information (may not be possible?) on making a macro with a condition.

I used to use Geist | World of Warcraft @ Curse.com to have a popup action bar with buffs and other infrequently used spells on it to save screen space. I was never 100% happy with how it worked but it was the closest I could think of at the time however now I'm trying a new approach. I just installed Bartender4 and I've created a hidden bar with the same spells on it and I'd like to make a macro to show/hide it. Here is a bit of psuedo-code to describe what I'm after:
if BT4Bar5:Visible() then
   /script BT4Bar5:Hide()
else
   /script BT4Bar5:Show()
endif

# or possibly more do-able

var BuffBar = false # default hidden
if BuffBar == false
   /script BT4Bar5:Show()
else
   /script BT4Bar5:Hide()
endif
Is something like this possible within the WoW macro constraints or is it something that I would need to delve into Lua to pull off if I decided to take that route? Any tips or links to sites with more info would be much appreciated, trolling Google and WoWWiki didn't return much info but again, I could have just as easily been searching for the wrong keywords.

EDIT: Gah, next link I clicked had the answer. Leaving the question here incase anyone else in curious but I was so close and it's damn easy.
/script if BT4Bar5:IsVisible() then BT4Bar5:Hide() else BT4Bar5:Show() end
Chuck that in a macro and it works wonderfully.

Last edited by cs-cam : 05/31/08 at 11:53 PM.

Offline
Reply With Quote
Old 06/01/08, 11:19 AM   #1214
Atallicus
Von Kaiser
 
Atallicus's Avatar
 
Blood Elf Mage
 
Ner'zhul
Question1) I'm trying to add a right click to cancel buff section to this part of my oUF layout.

self.PostCreateAuraIcon = auraIcon
self.SetAuraPosition = auraOffset

and here is my right click code:

local buff_OnClick = function(self, button)
     if (button == "RightButton" and self:GetParent():GetParent().unit == "player") then
        local name, rank = UnitBuff("player", self:GetID())
        CancelPlayerBuff(name, rank)
     end
end

I'm not sure if the code is right, I could only find one example of it by haste in the ouf thread. I couldn't find any layouts that contained it and I looked through like 10 I think. I think the --end--s are wrong because it doesn't seem right to add the end before the end of the main function. But when I add the code after self.PostCreateAuraIcon = auraIcon self.SetAuraPosition = auraOffset and before return self, it breaks.



Question2)I have this code for my combo points.

Code:

local cpoints = self:CreateFontString(nil, "OVERLAY")
cpoints:SetPoint("RIGHT", self, "RIGHT", 30, 0)
cpoints:SetFont(font, 36, "OUTLINE")
cpoints:SetTextColor(1,1,1)
cpoints:SetJustifyH"RIGHT"
self.CPoints = cpoints


It works perfectly, but is it possible to make each combo point a different color? I took a look at the code for BasicComboPoints mod, but it doesn't seem to be written the same.


I am fairly new at this coding thing, I've tackled some big hurdles writing my own layout, but these two things just seem to be frustrating me. Any help is greatly appreciated.

Offline
Reply With Quote
Old 06/01/08, 12:24 PM   #1215
Erag
Glass Joe
 
Troll Hunter
 
Karazhan (EU)
Hello.
My problem is text.
Then i start playing and login to game, everything is good i can see text info { then my inventory is full, then i get quest items, then i click on potions at full hp its says i cant drink it, and etc.} But after some time text message is gone it doesnt show anything
Then everything good : http://img134.imageshack.us/img134/4...8185022cc7.jpg
Something went bad : http://img134.imageshack.us/img134/9...8185231kb1.jpg
Addons : ImageShack - Hosting :: untitledyt4.jpg
I asked some friend he said i should disable SCT but it didint help.
_____________________________________________________________________________________ _________________

Last edited by Erag : 06/02/08 at 1:05 AM.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools