Download
(3Kb)
Download
Updated: 03-04-09 04:21 AM
Pictures
File Info
Updated:03-04-09 04:21 AM
Created:unknown
Downloads:8,251
Favorites:82
MD5:

Mini TrinketMenu  Popular! (More than 5000 hits)

Version: 1.13
by: Gello [More]

This mod simply pops out a menu of trinkets when you mouseover a macro that contains "#show 13" or "#show 14". Selecting a trinket in the menu will equip it to that slot.

For more features look for its big brother TrinketMenu or its bigger brother ItemRack. Those handle automated swaps, combat queues, etc.

__ New in 1.13 __
* Menus should pop out instantly
__ New in 1.12 __
* Fix for nil error on some bars
__ New in 1.11 __
* Fix for more vertical bars
__ New in 1.1 __
* Tooltips on trinkets in menu
* More forgiveness in detecting vertical bars

Step 1: If you don't have one already, make a macro like this:

#showtooltip 13
#show 13
/use 13


Step 2: Make sure you choose the Red Question Mark macro icon
Step 3: Put the macro anywhere on an action bar.
Step 4: Hover the mouse over that macro and you should see all trinkets in your bags.
Step 5: Click a trinket in the menu to equip it.

__ FAQ __

Q: Why?
A: It's an experiment. It's less than 200 lines, why not?!

Q: Will this work with any action bar mod?
A: In theory it should. The only exception is action buttons that aren't real "actions".

Q: Will this work on live? And WotLK?
A: It works in both 2.4.3 and WotLK beta.

Q: Are there any options? Slash commands?
A: No options sorry. The menus pop out intelligently depending if it thinks the bar is vertical or horizontal and from where. For slash commands there's only one to toggle the mod: /minitrinketmenu (or /mtm) This setting does not save.

Optional Files (0)


Post A Reply Comment Options
Unread 09-04-08, 11:35 AM  
Mock
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 39
Uploads: 3
fukin awesome but any chance that you can make it get skins from ButtonFacade or is it ButtonFacade that has to do something with it?
Report comment to moderator  
Reply With Quote
Unread 09-06-08, 01:38 PM  
Megerka
A Kobold Labourer

Forum posts: 0
File comments: 30
Uploads: 0
Originally posted by Vocah83
nice addon, if you could add an option to only show the other trinkets while out of combat and while holding down "shift" (or other hotkey) it would be perfect (atleast for me)
line(43) in MiniTrinketMenu.lua
Code:
if slot==13 or slot==14 then
need
Code:
if (slot==13 or slot==14) and (IsAltKeyDown()) then
Alt or Shift or Ctrl

------------------original----------------
http://forum.worldofwarcraft.ru/showthread.php?t=86156
Last edited by Megerka : 09-06-08 at 01:39 PM.
Report comment to moderator  
Reply With Quote
Unread 09-08-08, 08:21 PM  
Vocah83
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
Originally posted by Megerka
line(43) in MiniTrinketMenu.lua
Code:
if slot==13 or slot==14 then
need
Code:
if (slot==13 or slot==14) and (IsAltKeyDown()) then
Alt or Shift or Ctrl

------------------original----------------
http://forum.worldofwarcraft.ru/showthread.php?t=86156
thanks, now it's exactly what I want
Report comment to moderator  
Reply With Quote
Unread 10-05-08, 01:20 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
Error when placing/moving macro to bars

Code:
[2008/10/05 10:15:02-409-x3]: MiniTrinketMenu-1.11\MiniTrinketMenu.lua:42: 
bad argument #1 to 'match' (string expected, got nil)
Last edited by Dridzt : 10-05-08 at 01:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-25-08, 08:03 PM  
xtoto
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
this addon is exactly what i want but it works only with BLizzard bars? when i use trinitybars (now called macaroon) its doesnt work.
Report comment to moderator  
Reply With Quote
Unread 11-08-08, 04:31 PM  
billyy
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
I had the same problem which wont work on bartender 4.

Originally posted by xtoto
this addon is exactly what i want but it works only with BLizzard bars? when i use trinitybars (now called macaroon) its doesnt work.
Report comment to moderator  
Reply With Quote
Unread 12-19-08, 09:33 PM  
Medlir
A Kobold Labourer

Forum posts: 1
File comments: 3
Uploads: 0
Works fine with Bartender4 for me.

Originally posted by billyy
I had the same problem which wont work on bartender 4.
Report comment to moderator  
Reply With Quote
Unread 03-04-09, 04:28 AM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 521
File comments: 582
Uploads: 75
The version just posted is(should be) functionally identical to previous versions besides the menu popping out instantly. The reason for the new version is to test a different method of deciding when to pop out a menu.

I'm curious to hear if it causes any problems for those who ordinarily had it working fine.

I'll be testing a few different bar mods but feel free to mention any it's not working with.
Report comment to moderator  
Reply With Quote
Unread 03-04-09, 10:06 AM  
Fonjask
A Fallenroot Satyr
 
Fonjask's Avatar
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 266
Uploads: 2
Originally posted by Gello
The version just posted is(should be) functionally identical to previous versions besides the menu popping out instantly. The reason for the new version is to test a different method of deciding when to pop out a menu.

I'm curious to hear if it causes any problems for those who ordinarily had it working fine.

I'll be testing a few different bar mods but feel free to mention any it's not working with.
Can't you please make this option accessable through a slash command?
Sometimes I accidentaly hover over it and I don't want it to pop up instantly - it made us wipe .

Thanks,

Fonjask
__________________
~~~~~~~~~~~~
Report comment to moderator  
Reply With Quote
Unread 03-04-09, 11:14 PM  
Gello
A Molten Giant
AddOn Author - Click to view AddOns

Forum posts: 521
File comments: 582
Uploads: 75
The new itemrack will have options for opening only on clicks or shift. It's going to be a light mod with no goddamn events, this mod's method for selecting from the bar and using the default equip manager in 3.1.
Originally posted by Fonjask
Can't you please make this option accessable through a slash command?
Sometimes I accidentaly hover over it and I don't want it to pop up instantly - it made us wipe .

Thanks,

Fonjask
Report comment to moderator  
Reply With Quote
Unread 07-15-10, 09:04 AM  
cocotimbo
A Deviate Faerie Dragon
 
cocotimbo's Avatar

Forum posts: 11
File comments: 37
Uploads: 0
Any chance of adding a queue mode for the 2 slots? I know it is a mini version of its bigger brother, but that would make it perfect... for me anyway.
Hope it is not much work. However congratulation for the addon.

Edit: typos
Last edited by cocotimbo : 07-15-10 at 09:05 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: