 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
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.
|
10/20/09, 8:10 AM
|
#4851
|
|
Glass Joe
Human Warrior
Aszune (EU)
|
I am looking for an addon/mod/program which displays who is talking on Teamspeak for windows Vista. I tried a couple of beta versions of different programs but all crashed or froze WoW.
|
|
|
|
|
|
10/20/09, 8:45 AM
|
#4852
|
|
King Hippo
Blood Elf Paladin
Vashj (EU)
|
Not exactly an addon and I have to mention I've not tried it (I don't use TS), but: TeamSpeak Overlay . You are looking for something similar to that, if that one isn't working.
|
Originally Posted by Kaubel
FOR SUCK SAKE ENOUGH ABOUT BIS LISTS.
|
|
|
|
|
10/20/09, 1:41 PM
|
#4853
|
|
Glass Joe
|
I am looking for a roll monitoring mod that can filter who has the highest roll and ignores people's second and third rolls. Using search, I saw Xloot was recommended, but the post was almost two years old. I'm wondering if Xloot is still a viable/not broken or if there are alternatives.
|
|
|
|
|
|
10/20/09, 3:09 PM
|
#4854
|
|
Member of the Dead On The Floor Club
|
Originally Posted by F0gel
I am looking for a roll monitoring mod that can filter who has the highest roll and ignores people's second and third rolls. Using search, I saw Xloot was recommended, but the post was almost two years old. I'm wondering if Xloot is still a viable/not broken or if there are alternatives.
|
I've been able to find LootHog and RollTracker that would do what you're needing. If you're looking for a simpler addon, RollTracker Lite may be a good option as well.
|
|
|
|
|
|
10/21/09, 3:32 AM
|
#4855
|
|
Glass Joe
Blood Elf Priest
Scarshield Legion (EU)
|
Does anyone know which party frame is used in this video? YouTube - Funny GM Battabaro raiding with us in Karazhan
Someone in the comments sais it's ag_Unitframes, but I can't seem to get it configured like that so it might be something else.
|
|
|
|
|
|
10/21/09, 1:30 PM
|
#4856
|
|
Don Flamenco
|
Originally Posted by LiNK2088
|
You should be able to get either Pitbull or Shadowed unitframes to look like that without much trouble. There might be a similar oUF layout as well.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
10/21/09, 2:45 PM
|
#4857
|
|
Von Kaiser
Night Elf Hunter
Farstriders
|
Originally Posted by LiNK2088
|
Since it's the author of the video who says it's ag_Unitframes, it most likely is.
|
|
|
|
|
|
10/22/09, 3:36 AM
|
#4858
|
|
Glass Joe
Night Elf Hunter
Anetheron
|
Originally Posted by Silvanaa
rBuff found in Roth/Zork's UI here is what your looking for.
|
I'm looking for a Buff add-on /something like that to move into the top right corner of screen ( currently I have the map relocated at bottom left, which leaves a gap between the right side of screen and buffs/ debuffs, which kind of gets annoying.) Just trying to see if anyone knows an addon that could do this better than the lua stuff ( or is the lua method best?) I don't really want to download pitbull and or multiple base add-ons to be able to do this. SS below to see what im talking about.
-Thanks, Califax
|
|
|
|
|
|
10/22/09, 4:23 AM
|
#4859
|
|
Don Flamenco
|
You don't need to replace your unit frames to replace your buff frames.
The two most popular choices seem to be either Elkano's Buff Bars or Satrina's Buff Frames.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
10/22/09, 4:52 AM
|
#4860
|
|
Glass Joe
|
You could probably just put:
TemporaryEnchantFrame:ClearAllPoints()
TemporaryEnchantFrame:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", x, y)
in a .lua file and change x & y to however far away you want it from the edge (e.g. 10, -10).
To fix the GM ticket you'd need to add:
local function TicketStatusFrameShowHook(self, event, ...)
TicketStatusFrame:ClearAllPoints()
TicketStatusFrame:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", x, y)
TemporaryEnchantFrame:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", x, (y - 75?))
end
hooksecurefunc(TicketStatusFrame, "Show", TicketStatusFrameShowHook)
local function TicketStatusFrameHideHook(self, event, ...)
TemporaryEnchantFrame:SetPoint("TOPRIGHT", UIParent, "TOPRIGHT", x, y)
end
hooksecurefunc(TicketStatusFrame, "Hide", TicketStatusFrameHideHook)
Where (y - 75?) is replace with whatever you chose for y and offset it by something like -75 because I'm not sure on what the height of the frame actually is (if y is -10 then it would be -85).
You could type this in while playing to get an exact value I believe:
/run DEFAULT_CHAT_FRAME:AddMessage("The height of TicketStatusFrame is: "..TicketStatusFrame:GetHeight())
Last edited by Dainton : 10/22/09 at 4:53 AM.
Reason: typo!
|
|
|
|
|
|
10/23/09, 8:46 AM
|
#4861
|
|
Glass Joe
Human Warrior
Aszune (EU)
|
Originally Posted by gcbirzan
Not exactly an addon and I have to mention I've not tried it (I don't use TS), but: TeamSpeak Overlay . You are looking for something similar to that, if that one isn't working.
|
I used this prior to Vista but it does not support Vista  .
I found Palyclaw but have not tested it and gives additional features (of which I am not entirely happy but is the best thigh so far).
|
|
|
|
|
|
10/24/09, 7:06 AM
|
#4862
|
|
Glass Joe
|
I just came back to WoW, because after trying every MMO, (not including EVE) they all try to imitate WoW, so fuck it, i'll play WoW....
Anyways, is it a Mod that lets me lock and unlock my UI to move shit around?
|
|
|
|
|
|
10/24/09, 2:02 PM
|
#4863
|
|
Glass Joe
Undead Mage
Jaedenar (EU)
|
Anyone know an addon to add different fonts to your other Addons ?
Thanks in advance
Last edited by Kugle : 10/24/09 at 6:44 PM.
|
|
|
|
|
|
10/25/09, 3:30 AM
|
#4865
|
|
Banned
|
Trying to find!
A mod that displays TOTAL dps on a boss. Not just mine but a raid total dps I saw it at Blizzcon at the live raid. Was wondering what it was. Anyone know?
|
|
|
|
|
|
10/25/09, 3:32 AM
|
#4866
|
|
Glass Joe
|
Originally Posted by Darkknight5585
A mod that displays TOTAL dps on a boss. Not just mine but a raid total dps I saw it at Blizzcon at the live raid. Was wondering what it was. Anyone know?
|
rTimeToDie : WoWInterface Downloads : Combat Mods
|
|
|
|
|
|
10/25/09, 4:41 AM
|
#4867
|
|
Jack Vettriano > You
Dextor
Tauren Druid
<Elitist Jerks>
No WoW Account
|
I mean really. A mod to move shit around the screen? Or change the font? That is what you need help finding?
Enough of the lazy and idiotic requests, people. If you aren't clever enough to spend 5 minutes searching through any of the popular UI sites for basic fucking mods, you need to trade your computer in for something less complicated. Like maybe a paddle ball or some crayons.
|
|
|
|
|
|
10/26/09, 1:17 PM
|
#4869
|
|
Glass Joe
Blood Elf Priest
Mazrigos (EU)
|
I'm looking for an addon similar to BigWigs Common Auras, since it was broken with the last update and it doesn't seem like it's getting fixed =( What I want it to do is display (and broadcast if possible) a notification, duration and cooldown bar for abilities used by everyone in the raid: bloodlust, shieldwall, guardian spirit, pain suppression, innervates etc.
|
|
|
|
|
|
10/26/09, 2:27 PM
|
#4870
|
|
Von Kaiser
Dwarf Death Knight
Dark Iron
|
Originally Posted by Izzie
I'm looking for an addon similar to BigWigs Common Auras, since it was broken with the last update and it doesn't seem like it's getting fixed =( What I want it to do is display (and broadcast if possible) a notification, duration and cooldown bar for abilities used by everyone in the raid: bloodlust, shieldwall, guardian spirit, pain suppression, innervates etc.
|
RaidCooldowns?
|
|
|
|
|
|
10/26/09, 2:28 PM
|
#4871
|
|
Glass Joe
|
Originally Posted by Izzie
I'm looking for an addon similar to BigWigs Common Auras, since it was broken with the last update and it doesn't seem like it's getting fixed =( What I want it to do is display (and broadcast if possible) a notification, duration and cooldown bar for abilities used by everyone in the raid: bloodlust, shieldwall, guardian spirit, pain suppression, innervates etc.
|
Try using the latest alpha version
BigWigs_CommonAuras - Files - WoW AddOns - WowAce.com
|
|
|
|
|
|
10/26/09, 4:40 PM
|
#4872
|
|
Piston Honda
|
I used to have a mod that allowed me to see all of the bars, visual ques in my interface at one time, and allow me to move them around. For the life of me I cannot find it anywhere.
|
|
|
|
|
10/26/09, 4:57 PM
|
#4873
|
|
Don Flamenco
|
Originally Posted by cbags
I used to have a mod that allowed me to see all of the bars, visual ques in my interface at one time, and allow me to move them around. For the life of me I cannot find it anywhere.
|
Sounds like you're referring to NShakedown : WoWInterface Downloads : Outdated Mods , which may or may not work despite being outdated.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
10/26/09, 6:06 PM
|
#4874
|
|
Glass Joe
|
Originally Posted by Dainton
|
^^^
|
|
|
|
|
|
10/29/09, 2:35 PM
|
#4875
|
|
Glass Joe
Gnome Mage
Bloodhoof (EU)
|
Hey guys, Im looking for an addon which helps me tracking all those kind of buffs such as item procs, ench procs, and also spells like bloodlust , Icy Veins and Arcane Power! I was thinking about something like how scorchio looks like but that can be pretty flexible. Thanks a lot for your help.
Last edited by Lonerin : 10/30/09 at 6:41 AM.
|
|
|
|
|
|
|