Addon Info.
Optional Files (0)
Archived (2)
Comments (21)
Addon Information
Works with WoTLK
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Gello's Portal Bug Reports Feature Requests
Author:
Version:
1.11
Date:
08-21-2008 03:47 AM
Size:
2.78 Kb
Downloads:
1,349
Favorites:
55
MD5:
Pictures
Click to enlarge
Mini TrinketMenu   Popular!
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.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 - Mini TrinketMenu
Sorry, there are currently no optional files available.
  Archived Versions - Mini TrinketMenu
File Name
Version
Size
Author
Date
1.1
3kB
Gello
08-20-2008 08:24 PM
1.0
3kB
Gello
08-19-2008 12:20 PM
  Comments - Mini TrinketMenu
Post A Reply
Author Comments Comment Options
Old 11-08-2008, 05:31 PM  
billyy
A Kobold Labourer

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

Quote:
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.
billyy is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-25-2008, 10:03 PM  
xtoto
A Kobold Labourer

Forum posts: 0
File comments: 5
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.
xtoto is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-05-2008, 03:20 AM  
Dridzt
A Cobalt Mageweaver
Interface Author - Click to view interfaces

Forum posts: 224
File comments: 332
Uploads: 31
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-2008 at 03:25 AM.
Dridzt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-08-2008, 10:21 PM  
Vocah83
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
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
Vocah83 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-06-2008, 03:38 PM  
Megerka
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Quote:
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-2008 at 03:39 PM.
Megerka is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 09-04-2008, 01:35 PM  
Mock
A Cyclonian

Forum posts: 40
File comments: 29
Uploads: 0
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?
Mock is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-23-2008, 05:52 AM  
Vocah83
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
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)

Last edited by Vocah83 : 08-23-2008 at 05:53 AM.
Vocah83 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-21-2008, 11:56 AM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
Interface Author - Click to view interfaces

Forum posts: 21
File comments: 71
Uploads: 8
This AddOn looks very cool, but it takes some time before the menu pops out - would be very very cool when you could improve this

Macniel is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-21-2008, 04:38 AM  
KnThrak
A Kobold Labourer
 
KnThrak's Avatar

Forum posts: 0
File comments: 56
Uploads: 0
Ahhh, cool.
And a pretty funky bug, on top. Thank you
__________________
Blame your fate!
KnThrak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-21-2008, 03:53 AM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 405
File comments: 130
Uploads: 65
I found the problem. 1.11 should fix it.

How this mod detects if a button is vertical is by looking at its name and comparing the left edge of numerically adjacent buttons.

When it sees Button49 it checks for Button48 or Button50 and sees if their left edges are the same. If so it assumes they're vertically aligned.
When it sees Button50 it checks for Button49 or Button51 etc.

The problem was when it was lifting the numbers it was actually only grabbing the last digit. So for BT3Button49 it was checking BT3Button8 and BT3Button7. 1.11 will see BT3Button49 and check for 48 and 50. And seeing 50 has the same left edge it should consider it vertical.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-21-2008, 02:44 AM  
KnThrak
A Kobold Labourer
 
KnThrak's Avatar

Forum posts: 0
File comments: 56
Uploads: 0
Code:
[41:03]BT3Button49 is at 1024.3436279297
[41:13]BT3Button50 is at 1024.3436279297
The timetags are from my chatmod.
It still opens to the top, not to the side. Is it because the closest edge is detected and in my case that's the lower edge for both buttons, despite the fact that the bar is vertical?
__________________
Blame your fate!
KnThrak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-20-2008, 05:44 AM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 405
File comments: 130
Uploads: 65
Quote:
In the lower right corner. Shouldn't it be going out horizontally, seeing my bar is vertical? This way if I hover over the lower trinket slot the popup covers the upper one.
Can you tell me the result of this while the mouse is over each of those two vertical buttons:

/run local f=GetMouseFocus() ChatFrame1:AddMessage((f:GetName() or "<no name>").." is at "..(f:GetLeft() or "<nil>"))

(the important info is the name of each button and whether their left edges are exactly aligned. ie 1098.89819282 vs 1098.89819281)

edit: try the new one see if it senses those as vertical. If not could you still run the above for the two buttons? I'd like to see the button names.

Last edited by Gello : 08-20-2008 at 08:35 PM.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-20-2008, 03:58 AM  
KnThrak
A Kobold Labourer
 
KnThrak's Avatar

Forum posts: 0
File comments: 56
Uploads: 0
Quote:
Originally posted by Gello
I honestly didn't expect this to be well received lol. The real trinketmenu is getting an options panel I'll see about tossing one in for this tho I'd like to keep it to a maximum 2-3 options.
The reason I like this so much is because it rips out anything I never used in TrinketMenu anyways. I don't need the queueing stuff, or autoswaps. All I need is a way to quickly swap trinkets because if I right-click them in my inventory they always default to the upper slot.

This mod solves that, and nothing more. Makes it amazingly awesome.


Oh btw, I found that screenie showing the misplacement:


In the lower right corner. Shouldn't it be going out horizontally, seeing my bar is vertical? This way if I hover over the lower trinket slot the popup covers the upper one.
__________________
Blame your fate!
KnThrak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-20-2008, 01:15 AM  
Saynt
A Deviate Faerie Dragon

Forum posts: 13
File comments: 14
Uploads: 0
I like this a lot, since it's so simple.. though the one thing I miss from ItemRack (only other feature I use) is the quick swap from the character panel. Probably totally out of the realm of this addon in particular but maybe the same concept could be used there, for a new addon? Though maybe SwapMagic still works (hadn't checked)? /ramble over
Saynt is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-19-2008, 09:47 PM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 405
File comments: 130
Uploads: 65
Actually I took the tooltip out. In the default UI the tooltip sits just over the action bar, so when you start mousing over the menu the tooltip would get in the way.

I honestly didn't expect this to be well received lol. The real trinketmenu is getting an options panel I'll see about tossing one in for this tho I'd like to keep it to a maximum 2-3 options.
Quote:
Originally posted by erica647
I did run across a small issue which may be a bug... I don't see tooltips on any trinket except when I hover over the one currently equipped. This is the same with both trinket slots.

Last edited by Gello : 08-19-2008 at 11:02 PM.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOUI | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.