Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 03/25/08, 3:28 PM   #2281
Cronax
Von Kaiser
 
Human Shaman
 
Turalyon (EU)
Originally Posted by SoraHime View Post
I apologize for not having an ss, but i've seen screencaps and vids of this trinket mod.

It adds 2 large buttons for the trinket on the ui, and you could push them to activate the trinket without having to press a hot key. It also displayed the cooldowns on them.
I know this addon as TrinketMenu

Belgium Offline
Reply With Quote
Old 03/25/08, 3:41 PM   #2282
Hizzo
Glass Joe
 
Tauren Warrior
 
Spirestone
Originally Posted by Cronax View Post
I know this addon as TrinketMenu
Err that's what I meant lol.

Haven't used it in forever, so ya :-p

Offline
Reply With Quote
Old 03/25/08, 4:38 PM   #2283
Daboran
King Hippo
 
Daboran's Avatar
 
Tauren Druid
 
Twisting Nether (EU)
Has anyone figured out how to add the Amani War Bear to itemrack "mounted" events so that you can equip the riding crop automatically?


Edit: Worked it out - in case anyone wants to use this - you can make a new event:

Trigger: ITEMRACK_BUFFS_CHANGED
Script:
local found=arg1["Amani War Bear"]
if not IR_AMANI and found then
EquipSet() IR_AMANI=1
elseif IR_AMANI and not found then
LoadSet() IR_AMANI=nil
end
--Equips crop for warbear.

Assign this event to your set containing the riding crop.

Last edited by Daboran : 03/25/08 at 4:55 PM.

Offline
Reply With Quote
Old 03/25/08, 6:21 PM   #2284
Ajuga
Piston Honda
 
Ajuga's Avatar
 
Undead Mage
 
Jaedenar (EU)
Originally Posted by Maynard View Post
Hey guys,

Not a mod question per se, but is it possible to bind a key (or in my case, mousewheel) to target;

a) Mouse Up: Scroll through party members;
b) Mouse Down: Scroll through enemy targets (on Proximo).

Thanks in advance.
Both would be sweet, but aren't easily doable. Or at least it would require some actionbar paging like this:

/targetparty1 [actionbar:4]
/targetparty2 [actionbar:1]
/targetparty3 [actionbar:2]
/targetparty4 [actionbar:3]
/changeactionbar [actionbar:4] 1; [actionbar:1] 2; [actionbar:2] 3; [actionbar:3] 4
I didn't test this, but I'm sure you get the idea and will be able to correct my errors. Doing it with Proximo requires more tricks though, since you can only keybind enemy1/2/3/4/5 to keys.

Also, you only have 6 pages to shift between. So the use is very limited if you want to be able to use both at the same time.

Offline
Reply With Quote
Old 03/25/08, 7:14 PM   #2285
Lamoot
Glass Joe
 
Night Elf Warrior
 
Silver Hand
Nihilum.eu - MMORPG Gaming Guild and Community


(Middle of the screen)

Thanks!

Offline
Reply With Quote
Old 03/25/08, 9:38 PM   #2286
Aranan
Piston Honda
 
Aranan's Avatar
 
Night Elf Druid
 
Bronzebeard
Originally Posted by SoraHime View Post
I apologize for not having an ss, but i've seen screencaps and vids of this trinket mod.

It adds 2 large buttons for the trinket on the ui, and you could push them to activate the trinket without having to press a hot key. It also displayed the cooldowns on them.
You can also set up Itemrack to display the two trinkets (and any other pieces of gear you want). That's what I use for the same effect since I already use itemrack for various gearsets.

Offline
Reply With Quote
Old 03/26/08, 7:16 AM   #2287
Lamoot
Glass Joe
 
Night Elf Warrior
 
Silver Hand
Originally Posted by Lamoot View Post
Nihilum.eu - MMORPG Gaming Guild and Community


(Middle of the screen)

Thanks!
Anyone know?

Offline
Reply With Quote
Old 03/26/08, 9:12 AM   #2288
hrmmph
Glass Joe
 
Tauren Shaman
 
Sargeras
Anyone know?
Looks like Witch hunt.

Offline
Reply With Quote
Old 03/26/08, 11:20 AM   #2289
Etsei
Glass Joe
 
Draenei Paladin
 
Ysera
item level scan

I'm looking for something that will scan a player (or better yet - a raid) and output what the average item level of the items that player(s) has equipped. Does anyone know of anything that might exist out there like that?

Offline
Reply With Quote
Old 03/26/08, 3:00 PM   #2290
Lamoot
Glass Joe
 
Night Elf Warrior
 
Silver Hand
Originally Posted by hrmmph View Post
Looks like Witch hunt.
Problem is, I don't have Witch Hunt. It was incorporated into an older mod I had, when I updated it, but I can't remember which one.

Offline
Reply With Quote
Old 03/26/08, 4:02 PM   #2291
richard
Piston Honda
 
Human Death Knight
 
Kazzak (EU)
Can anyone recommend a replacement for Parrot as it doesn't seem to work anymore for 2.4?

Last time I used SCT it was pretty limited in terms of customizing, is this still the case? Any ideas?

(edit: I know this is the wrong thread but this way I don't have to make a new post.)

Does anyone know how to turn off the red border flashing in omen? (when you pass 90% threat) I can't find it anywhere and it's not fun to play with when you have epilepsy .

Last edited by richard : 03/26/08 at 4:14 PM.

Offline
Reply With Quote
Old 03/26/08, 4:19 PM   #2292
dyree
Von Kaiser
 
Undead Warlock
 
Eredar
I'm using MSBT as a replacement for Parrot. It seems to have a lot of the same features, including the ability to make new scroll areas. The only thing that's really bugging me so far is that it thinks my mana is at 0 when I shift into cat or bear. WoWInterface Downloads : Combat Mods : MikScrollingBattleText

Edit: On the options pane, expand Modules, expand Single Target Mode, click Warnings. Uncheck "Enable Warnings" to completely disable it - I don't see an option to disable just the screen flash.

Offline
Reply With Quote
Old 03/26/08, 7:13 PM   #2293
Phr057
Glass Joe
 
Blood Elf Paladin
 
Laughing Skull
Is there a mod out there that is like a Counterspell Watch? This would be for arena purposes. What it would do would just watch when and enemy mage uses Counterspell and possibly give you a spell bar with the CD time it has until it is up again (similar to Natur Enemy Cast Bars)

I can't see this being a very difficult AddOn to create, especially with the new Combat Log changes that reflect literally everything that happens around you.

I have not seen or heard of a mod like this, but I can't see why it wouldn't exist.

Offline
Reply With Quote
Old 03/26/08, 11:39 PM   #2294
xylotism
Von Kaiser
 
xylotism's Avatar
 
Human Death Knight
 
Proudmoore
Here's one -- not long ago I had a mod that showed in a mob's tooltip any quest item they happen to drop [for quests I'm on, anyway], if any, how many I have and how many total I needed.

The tooltip starts off like:
Tormented Citizen
Loathsome Remnant 4/10

Anyone know what that is? I thought it was mobmap, but mobmap doesn't seem to show anything about tooltips.

Just makes it easier when I'm out leveling to mouse over a mob and know if it has anything I need for a quest...

EDIT: Oh, but I still have a tooltip that shows if I need to KILL that particular mob for a quest, with the same kind of setup, so I'm guessing it's addon I still have, I just have to fix the settings to show item drops again..

Offline
Reply With Quote
Old 03/27/08, 8:41 AM   #2295
deetee
Von Kaiser
 
Human Paladin
 
Ravencrest (EU)
http://www.axemen.org/faen.jpg

Anyone know what the hell the mod in the middle all over my character is? Came after the patch, dunno wtf it is and I dont want it there.

EDIT: NM, found out that it was Witchhunt - and had it removed.

Last edited by deetee : 03/27/08 at 9:36 AM.

Offline
Reply With Quote
Reply

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

Thread Tools