Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 07/09/08, 2:01 PM   #2971
KiraC
Glass Joe
 
Human Mage
 
Draenor
So, after much searching I have not been able to figure out what this mod is! The one to which I'm referring to is the mod that controls the portrait/health/mana bars. Any help would be GREATLY appreciated. Thanks! ^.^


Offline
Reply With Quote
Old 07/09/08, 6:42 PM   #2972
Jemsky
Von Kaiser
 
Jemsky's Avatar
 
Night Elf Death Knight
 
Bronzebeard (EU)
I believe that's Perl Classic, with portraits enabled and perhaps some additional scripts

Last edited by Jemsky : 07/09/08 at 6:46 PM. Reason: link

"To bathe a cat takes brute force, perseverance, courage of conviction - and a cat.
The last ingredient is usually hardest to come by."

Offline
Reply With Quote
Old 07/10/08, 12:49 AM   #2973
Shonuf
Glass Joe
 
Undead Rogue
 
Khaz Modan
I recently downloaded Sethik's UI and updated it.

There is a large box in the middle of the screen when I login that lists what looks to be combat information. What addon is this? I would REALLY love to disable it. Also, does anyone know if Sethik has updated it at all since 1.2?

Offline
Reply With Quote
Old 07/10/08, 3:22 AM   #2974
Patogun
Glass Joe
 
Night Elf Hunter
 
Sargeras
Hunter's Mark

I need a mod that displays how much attack power the current hunter's mark is on my target. Thanks

Offline
Reply With Quote
Old 07/10/08, 6:06 AM   #2975
Jemsky
Von Kaiser
 
Jemsky's Avatar
 
Night Elf Death Knight
 
Bronzebeard (EU)
There's a thread in this forum about a Hunters Mark addon.
http://elitistjerks.com/f32/t12226-looking_hunter_s_mark_strength_mod/

There's also a link in the thread to the addon

Hunter's Mark | World of Warcraft Addons | Curse

"To bathe a cat takes brute force, perseverance, courage of conviction - and a cat.
The last ingredient is usually hardest to come by."

Offline
Reply With Quote
Old 07/10/08, 8:01 AM   #2976
No45
Glass Joe
 
Tauren Druid
 
Draenor (EU)
Originally Posted by KiraC View Post
So, after much searching I have not been able to figure out what this mod is! The one to which I'm referring to is the mod that controls the portrait/health/mana bars. Any help would be GREATLY appreciated. Thanks! ^.^

<snip>
That looks like SpartanUI. Not sure if the unitframes are separate or a part of the package itself.

Offline
Reply With Quote
Old 07/10/08, 12:51 PM   #2977
Trashbag
Glass Joe
 
Trashbag's Avatar
 
Tauren Shaman
 
Blackrock
I'm looking for a mod that will announce my purges and spells my grounding totem absorbs in the /say channel.

Right now I'm using Afflicted2 which can copy my purge attempts to a local chat window, party char or raid warning but not to the /say channel. I've also tried Shaman's Friend, which only does what Afflicted does.


Any help would be appreciated, cheers.

Offline
Reply With Quote
Old 07/10/08, 3:28 PM   #2978
Rieux
Von Kaiser
 
Night Elf Druid
 
Vashj
Originally Posted by Trashbag View Post
I'm looking for a mod that will announce my purges and spells my grounding totem absorbs in the /say channel.

Right now I'm using Afflicted2 which can copy my purge attempts to a local chat window, party char or raid warning but not to the /say channel. I've also tried Shaman's Friend, which only does what Afflicted does.


Any help would be appreciated, cheers.
You can probably edit the ShamanFriend.lua file to allow it to have the option to broadcast to say. I do not have a shaman to test whether or not this works, but you can try it. This section of code starts at line 348 in the current version of ShamanFriend (1.11c) that I downloaded from curse.com.

purgemsg = {
	name = L["Broadcast Purge"],
	type = "text",
	desc = L["Broadcast Purge message to the following chat. (Above option must be enabled)"],
	get = function() return ShamanFriend.db.profile.spell.purgemsg end,
	set = function(v)
		ShamanFriend.db.profile.spell.purgemsg = v
	end,
	disabled = function() return not ShamanFriend.db.profile.spell.purge end,
	validate = {
		["RAID"] = L["Raid"],
		["PARTY"] = L["Party"],
		["RAID_WARNING"] = L["Raid Warning"],
		["SAY"] = L["Say"],
		["none"] = L["None"],
	},
	order = 302,
I simply added the italicized/bolded line there.

Offline
Reply With Quote
Old 07/11/08, 11:23 AM   #2979
Sane
Glass Joe
 
Pryor
Night Elf Priest
 
Proudmoore
Hey all!

I have looked through majority of this discussion, and recall at some point it was mentioned that there was a mod which enables you to stick various mods together. I might be going crazy, but im quite certain it was said. I have tried to search, with no luck.

Just wondering if anyone knows of a mod that allows you to stick/attach/combine mods together (for example an eePanels2 panel to a TrinityBar Action Bar so you can move both together, or a Chatter box to an eePanel)

If you're able to help it would be greatly appreciated.

Thanks

Offline
Reply With Quote
Old 07/11/08, 11:25 AM   #2980
Whistles
Piston Honda
 
Gnome Rogue
 
Staghelm
I haven't heard of anything like this but it would be an awesome mod.

Something that can display an icon on your screen somewhere if certain conditions are met. As a Fury Warrior examples would be if I had a certain weapon equipped or if I didn't have a certain buff (Execute weapons and Salv would be what I would use it for). Basically a mod that acts as a visual reminder for things you may forget or not notice.

Does anything like this exist? I don't have any experience making add-ons but might try my hand at this if there isn't anything already out there.

Offline
Reply With Quote
Old 07/11/08, 1:49 PM   #2981
Arikah
pokazhet lik sveta istina
 
Arikah's Avatar
 
Blood Elf Paladin
 
Mal'Ganis
Not so much wanting to find a new mod, but i want help making a couple of mods i have cooperate with each other; when i switch sets in itemrack, i want bongos3 to switch my main bar (it's a real pain to have to manually move buttons every time i change roles). I'm also somewhat struggling to understand how the paging system in bongos3 works...

Is there any way this can happen? Or do i need to let go of my old beloved itemrack for something updated, or what?

Offline
Reply With Quote
Old 07/11/08, 3:12 PM   #2982
Qzar
Glass Joe
 
Blood Elf Mage
 
Scarshield Legion (EU)
detail modding

Hi I have some questions I couldn’t find acceptable answers to in throughout the posts.

1. Is there a way (addon or otherwise) to easily add and change textures and fonts in pittbull, omen, trinity bars etz. I was hoping for a mod that shows me in game a list of different available textures and fonts for easy modeling of my UI.
I am changing my UI a lot, and its very hard to update all the textures and styles all the time. Certainly now I started using Pittbull instead of my older tools.

2. I was also looking for a way to change the colors and textures of pittbull according to in game situations. I have seen many UI with nice solid colored bars (and not the strange highlight that is default in WoW). Also the colors fade to different colors/filling% (for instance when going low HP). I have found it for HP but I would like to use the grading for almost everything. Is this something in pittbull or because of another addon ?

I don’t know if it is a MOD question or a pittbull user questions. I am sorry if I posted it wrong.

Thank you

Edit, i had two other small questions.


Can some one tell me what mod lets you make cool timer like this one?
and



Lets you change style, layout and location of buffs in this way (not surounded in unit frame like pitbull)

Last edited by Qzar : 07/11/08 at 3:28 PM.

Offline
Reply With Quote
Old 07/11/08, 4:13 PM   #2983
 Adoriele
Happy October 19th!
 
Adoriele's Avatar
 
Night Elf Druid
 
Dragonblight
Originally Posted by Qzar View Post
Hi I have some questions I couldn’t find acceptable answers to in throughout the posts.

1. Is there a way (addon or otherwise) to easily add and change textures and fonts in pittbull, omen, trinity bars etz. I was hoping for a mod that shows me in game a list of different available textures and fonts for easy modeling of my UI.
I am changing my UI a lot, and its very hard to update all the textures and styles all the time. Certainly now I started using Pittbull instead of my older tools.

2. I was also looking for a way to change the colors and textures of pittbull according to in game situations. I have seen many UI with nice solid colored bars (and not the strange highlight that is default in WoW). Also the colors fade to different colors/filling% (for instance when going low HP). I have found it for HP but I would like to use the grading for almost everything. Is this something in pittbull or because of another addon ?

I don’t know if it is a MOD question or a pittbull user questions. I am sorry if I posted it wrong.

Thank you

Edit, i had two other small questions.


Can some one tell me what mod lets you make cool timer like this one?
and



Lets you change style, layout and location of buffs in this way (not surounded in unit frame like pitbull)
1: SharedMedia, from WoWAce, plugs into most Ace addons, including Pitbull, EBB, etc. and includes a bunch of textures.
2: I'm pretty sure Pitbull doesn't support dynamic changing of textures. Ever since 2.0, it's difficult (probably impossible) to substantially change unit frames during combat, which is when I'm assuming you're interested in the dynamism.

The first picture can be done entirely by a mod called StatBlocks, though it's possible that the first 3 lines are instead handled by either CML or SLTimex, given the difference in font.

The second picture is almost certainly Satrina's Buff Frames, though it could be Buffalo2.

United States Offline
Reply With Quote
Old 07/11/08, 9:30 PM   #2984
windcape
Von Kaiser
 
windcape's Avatar
 
Troll Priest
 
Nordrassil (EU)
Lets you change style, layout and location of buffs in this way (not surounded in unit frame like pitbull)
Buffalo, not Buffalo2, with CyCircled_Vol as skin.
Both are ACE addons, remember you need to download both CyCircled and CyCircled_Vol.

Not so much wanting to find a new mod, but i want help making a couple of mods i have cooperate with each other; when i switch sets in itemrack, i want bongos3 to switch my main bar (it's a real pain to have to manually move buttons every time i change roles). I'm also somewhat struggling to understand how the paging system in bongos3 works...

Is there any way this can happen? Or do i need to let go of my old beloved itemrack for something updated, or what?
Not a direct answer, BUT I can inform you that you can only switch bars out of combat.

When you figure out how to use Bongos3's page system (it's not that hard, mess a bit about with it, and you'll figure it out -- I can't explain how to do it myself), you can use following method to do change the action bar:

API ChangeActionBarPage - WoWWiki - Your guide to the World of Warcraft

You either need a addon alllowing you to execute a macro on gear switch, or hardcode it in the LUA.
Both the macro and LUA version are described on wowwiki.

Offline
Reply With Quote
Old 07/12/08, 12:21 AM   #2985
lazerpewpew
Don Flamenco
 
Undead Warrior
 
Frostwolf
Originally Posted by windcape View Post
Buffalo, not Buffalo2, with CyCircled_Vol as skin.
Both are ACE addons, remember you need to download both CyCircled and CyCircled_Vol.
[SNIP]
http://files.wowace.com/ButtonFacade...e-r74664.1.zip

ButtonFacade seems to have taken over what Cycircled usually does, to "skin" our bars.

Visit my blog @ http://ataxian.blogspot.com

Offline
Reply With Quote
Reply

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

Thread Tools