 |
| Welcome to Elitist Jerks |
|
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
To start viewing messages, select the forum that you want to visit from the selection below.
|
08/05/08, 3:46 AM
|
#3076 (permalink)
|
|
Glass Joe
Tauren Shaman
Warsong (EU)
|
it's coolDown ... old mod that is still functional, but no longer maintained. it coul;d be found on files.wowace.com
|
|
|
|
|
|
08/05/08, 10:26 AM
|
#3077 (permalink)
|
|
Glass Joe
Blood Elf Hunter
Skullcrusher (EU)
|
Minimap/omen switcher
Is there any way/mod available to allow your minimap to be replaced by like... omen or damagemeters?
A sort of flexible panel in which you can switch between various addons. (Not in the way that Tooggle,
dash & dock handle it, but with a set and fixed panel)
|
|
|
|
|
|
08/05/08, 10:55 AM
|
#3078 (permalink)
|
|
Chronic Apopheniac
Night Elf Druid
Eldre'Thalas
|
Originally Posted by Yoshomfg
Is there any way/mod available to allow your minimap to be replaced by like... omen or damagemeters?
A sort of flexible panel in which you can switch between various addons. (Not in the way that Tooggle,
dash & dock handle it, but with a set and fixed panel)
|
I've been looking for one of these for a while, and haven't found anything (always ready to be surprised, though). I've resigned myself to knowing I'll have to write one eventually, but right now I make do with positioning the frames I want in the same place, then using a macro to toggle them on and off to rotate through them.
|
|
|
|
|
|
08/05/08, 11:09 AM
|
#3079 (permalink)
|
|
Glass Joe
Tauren Druid
Frostmane (EU)
|
I am looking for an addon that on top of the nameplates of mobs also shows an arrow or similar so I can know which way the mob is facing. It is really annoying trying to shred as a feral druid (like backstab for rogues) in places like Mount Hyjal when all mobs are gathered in a small area around the tanks. Best way for this would ofcourse be if Aloft had some option for it, but I cant find it. Anyone knows any addon that can perform this?
|
|
|
|
|
|
08/05/08, 2:42 PM
|
#3080 (permalink)
|
|
Glass Joe
Blood Elf Hunter
Skullcrusher (EU)
|
Originally Posted by Adoriele
I've been looking for one of these for a while, and haven't found anything (always ready to be surprised, though). I've resigned myself to knowing I'll have to write one eventually, but right now I make do with positioning the frames I want in the same place, then using a macro to toggle them on and off to rotate through them.
|
What macro is it? ;D
|
|
|
|
|
|
08/05/08, 7:12 PM
|
#3081 (permalink)
|
|
Glass Joe
|
ImageShack - Hosting :: uiquestionly3.jpg
In this pic I'm wondering about :
- What the unitframes are.
- What kind of addon that give the countdown on buffs/debuff, for instance the slice and dice/poisons.
- What mod that gives the bar with active skills/cooldown in PVP.
- And what addon is the square minimap buttons?
|
|
|
|
|
|
08/05/08, 8:21 PM
|
#3082 (permalink)
|
|
Von Kaiser
Tauren Shaman
Khaz'goroth
|
You're probably looking at Pitbull, SatrinaBuffFrames/Buffalo2, not sure the name's on the tip of my tongue:P, probably ButtonFacade.
|
|
|
|
|
|
08/05/08, 9:09 PM
|
#3083 (permalink)
|
|
Chronic Apopheniac
Night Elf Druid
Eldre'Thalas
|
Originally Posted by Yoshomfg
What macro is it? ;D
|
/run if BattlefieldMinimap:IsVisible() then BattlefieldMinimap:Hide(); Recount.MainWindow:Show() else if Recount.MainWindow:IsVisible() then Recount.MainWindow:Hide(); Omen:Toggle(true) else BattlefieldMinimap:Show(); Omen:Toggle(false) end end
Checks if the zone map is open. If it is, closes it and opens Recount. If not, checks for Recount, if open cycles to Omen, if not Omen must be open so cycles back to zone map.
One bug, if you reload your ui inside an instance, the Zone Map frame doesn't exist, so the macro hangs. You're fine as long as you've been outside of an instance at least once since reloading, though.
|
|
|
|
|
|
08/05/08, 11:29 PM
|
#3084 (permalink)
|
|
Glass Joe
|
Originally Posted by dropzone
ImageShack - Hosting :: uiquestionly3.jpg
In this pic I'm wondering about :
- What the unitframes are.
- What kind of addon that give the countdown on buffs/debuff, for instance the slice and dice/poisons.
- What mod that gives the bar with active skills/cooldown in PVP.
- And what addon is the square minimap buttons?
|
The unit frames are agUF which also are providing the debuff timers. The square minimap buttons are from a minimap mod most likely (although Skinner also does that). Minimap mods could be SimpleMiniMap, Chincilla, rMinimap, et cetera. The timer bars look like Quartz IMO.
Cheers.
|
|
|
|
|
|
08/06/08, 4:59 AM
|
#3085 (permalink)
|
|
Glass Joe
|
Well, is it possible to get the portrait in the center with agUF? tried many times, but cant find a way to change the portrait's position
|
|
|
|
|
|
08/06/08, 7:34 AM
|
#3086 (permalink)
|
|
Glass Joe
Blood Elf Hunter
Skullcrusher (EU)
|
Originally Posted by dropzone
ImageShack - Hosting :: uiquestionly3.jpg
In this pic I'm wondering about :
- What the unitframes are.
- What kind of addon that give the countdown on buffs/debuff, for instance the slice and dice/poisons.
- What mod that gives the bar with active skills/cooldown in PVP.
- And what addon is the square minimap buttons?
|
-The unitframes are most likely Pitbull/AGunitframes (agUF)
-For cooldown/timer bars you can use Quarts and/or Cooldowntimers2, but i recommend you don't use bars, but use OmniCC instead
-The square minimap buttons is a harder one, and i'm testing how to do this myself atm. A possibility is to Use Skinner, but you could also use (haven't tested this myself) this:
edit: Just checked the filefront file, it seems to work fine.
Last edited by Yoshomfg : 08/06/08 at 8:15 AM.
|
|
|
|
|
|
08/06/08, 1:57 PM
|
#3087 (permalink)
|
|
Glass Joe
|
I didnt mean cooldown bars, I use OmniCC for that. But I'm curious what gives the "timeleft" on the buff he has under his unitframes. Tried to get it showing on Pitbull, but can't figure it out.
And thanks for the minimap buttons 
|
|
|
|
|
|
08/06/08, 3:10 PM
|
#3088 (permalink)
|
|
Glass Joe
Blood Elf Mage
Wildhammer
|
that mod for the portrait
sorry its so little
|
|
|
|
|
|
08/06/08, 3:15 PM
|
#3089 (permalink)
|
|
Glass Joe
Blood Elf Mage
Burning Legion
|
Originally Posted by Rj!
that mod for the portrait
sorry its so little
|
That's X-Perl Unit Frames. But it's not just the portrait, that whole frame is X-Perl. If you're just looking for a portrait mod, Zuxana's Model Citizen still works fine.
|
|
|
|
|
|
08/06/08, 3:42 PM
|
#3090 (permalink)
|
|
Glass Joe
Blood Elf Mage
Wildhammer
|
would this be X=pearl clasic or the other one?
|
|
|
|
|
|
08/06/08, 5:01 PM
|
#3091 (permalink)
|
|
Glass Joe
Blood Elf Hunter
Skullcrusher (EU)
|
Originally Posted by Rj!
would this be X=pearl clasic or the other one?
|
There are 2 perl addons; Perl Classic and Xperl.
The addon shown on the picture is Xperl.
Last edited by Yoshomfg : 08/06/08 at 5:36 PM.
|
|
|
|
|
|
08/07/08, 3:41 AM
|
#3092 (permalink)
|
|
Glass Joe
Night Elf Rogue
Magtheridon
|
What loot mod is this? I currently use xloot, but it looks nothing like this.
If it is xloot, how can I make it look like that?
Thank you very much.

|
|
|
|
|
|
08/07/08, 5:48 AM
|
#3093 (permalink)
|
|
In the middle of my backswing?!
Tauren Druid
Al'Akir (EU)
|
Originally Posted by Akutsukai
What loot mod is this? I currently use xloot, but it looks nothing like this.
If it is xloot, how can I make it look like that?
Thank you very much.

|
WoWInterface Downloads : Bags, Bank, Inventory Mods : Butsu
Get TeksLoot for a group loot frame, so you can replace xLoot completely.
|
|
|
|
|
|
08/08/08, 12:30 AM
|
#3095 (permalink)
|
|
Glass Joe
|
Originally Posted by Udderdog
|
I've been looking for UI's like that myself and I can't find any. I would make one myself since I can design those graphics and stuff but I have no idea on how to mkae an addOn out of it.
Ane help at all would be greatly appriciated! thank you.
|
|
|
|
|
|
08/08/08, 1:13 AM
|
#3096 (permalink)
|
|
Glass Joe
Blood Elf Mage
Wildhammer
|
Its basiclly brushes maybe in Photoshop.
And yeah the tricky part is applying it to the UI perse
|
|
|
|
|
|
08/08/08, 3:14 AM
|
#3097 (permalink)
|
|
Glass Joe
|
eePanels(2) and sharedmedia is what I use to add the art in.
normally to make an addon, i've noticed people just zip or .rar the art and addons as a compilation.
I've posted what i did for my priest ui in the UI forum.
|
|
|
|
|
|
08/08/08, 8:09 AM
|
#3098 (permalink)
|
|
Von Kaiser
Draenei Shaman
Destromath (EU)
|
Anyone know which addon does that:
?
It comes up for shocks, grounding etc and it's just a short flash of the huge icon which seems to be pretty easy to see even in the heat of the battle. as i often get overwhelmed by info in arenas (slow brain is slow :P) this should be a good addon for me.
also, i noticed that shaman videos often have text pop up when a totem gets destroyed.. i suppose this is a function of callofelements or totemtimers or whatever but i'd like that without abandoning numen (<3) and preferably without using addons from curse..
|
|
|
|
|
|
08/08/08, 5:09 PM
|
#3100 (permalink)
|
|
Von Kaiser
Draenei Shaman
Destromath (EU)
|
Great! And the other thingy was "ReTotems".. still from curse ... but seems to be okay
|
|
|
|
|
|
|