Category: Action Bar Mods
Addon Information
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.0
Date:
11-08-2008 01:23 PM
Size:
4.25 Kb
Downloads:
2,282
Favorites:
121
MD5:
Pictures
Click to enlarge
Select
This mod adds a /select command so macros can pop out a menu to use different items/spells.

To use, create a macro with /select type:criterea and click it to pop out a menu.

There are four types:
  • item:<x> will display items with <x> in its name or some GetItemInfo fields
  • spell:<x> will display spells with <x> in its name
  • tooltip:<x> will display items with <x> anywhere in the tooltip
  • companion:<Pet or Mount> will display non-combat pets or mounts
Some examples:

/select item:Bandage - items with "Bandage" in their name
/select item:Mote of - items with "Mote of" in their name
/select item:Consumables - items with "Consumables" as an item field
/select item:Food & Drink - items with "Food & Drink" as an item field
/select item:INVTYPE_TRINKET - all trinkets
/select companion:Pet - non-combat pets
/select companion:Mount - mounts
/select spell:Shout - spells with "Shout" in their name
/select tooltip:Quest Item - items with "Quest Item" in their tooltip
/select tooltip:Restores .- health - items that restore health (note you can use regexes)

When you select something in the menu, it will edit the macro to look something like:
#showtooltip
/use [nobtn:2] Multiphase Spectrographic Goggles
/stopmacro [nobtn:2]
/select tooltip:Quest Item
Notes:
  • To use the selected item, left click or use a key binding for that macro.
  • To change to a different item, right click to select something else.
  • You can use the item in combat, but you can only change items out of combat.
  • In theory it should work with all action bar mods (including default).
  • You can change the macro template in the Select.lua file.
  • If you want the macro to /select something else, manually edit the /select line of the macro.
  • There are no options, sorry. (The code is only ~300 lines if you want to poke at the lua)
This is mostly a proof of concept so it will get minimal support. If anyone wants to take the idea/code and run with it you're more than welcome. Some ideas include /select only as a seed and full UI support from then on (GUI to define criterea and templates, etc), remembering what's being replaced for complex macros, slot:0-19 for slot swapping, etc.
  Optional Files - Select
Sorry, there are currently no optional files available.
  Comments - Select
Post A Reply Comment Options
Old 11-11-2008, 09:55 PM  
Jurandr
Beater of Peons
 
Jurandr's Avatar
Premium Member

Forum posts: 7
File comments: 15
Uploads: 0
I think I'm going to try this to organize the actionbars I dedicate to portals and teleports. Thanks for the mod =)
Jurandr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-11-2008, 03:47 PM  
Somnifer
A Defias Bandit

Forum posts: 2
File comments: 22
Uploads: 0
This is brilliant Gello, and just what I've been looking for to manage all the various quest items my bags get filled with while doing dailies.

I may even try and see if it would be usable to open containers from the action bar. That would be handy.

btw, whatever happened to Autorack?
Somnifer is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-10-2008, 02:39 PM  
twc
A Kobold Labourer

Forum posts: 0
File comments: 20
Uploads: 0
Does this only work on the standard Blizz UI action bars? I can't seem to get the popups to work on CT_Barmod bars. Thanks.
twc is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-09-2008, 11:12 PM  
d87
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 18
File comments: 107
Uploads: 17
yea, that's awesome. back in the days of flexbar 1.6 i had similar thing for curses.
also, would be cool to see something like that for itemrack sets

Last edited by d87 : 11-10-2008 at 12:38 AM.
d87 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 04:26 PM  
rocnroll
A Defias Bandit

Forum posts: 3
File comments: 8
Uploads: 0
Awesome idea! I had an idea for something like this, but never had the energy to learn enough Lua to pull it off. Between addons like this and Tekkub's Buffet, my UI is getting more light weight everyday. I haven't played with this in yet, but I am looking forward to it.

Thanks,

Rocnroll
rocnroll is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 03:35 PM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
Quote:
Originally posted by p3lim
Cant select them in combat neither. Looked nice at first, but im not gonna use it now.
Yeah don't worry about it. Lots of people will expect it to be something other than it's not. I don't know how to say it's not a pop-out action bar. Even Alestane and Cogwheel on the forums couldn't understand that wasn't the intent I was after.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 02:24 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 560
File comments: 839
Uploads: 20
Quote:
Originally posted by Gello
Yeah that's not the intent of this mod. The intent is for swapping individual action buttons for situational use, not providing pop-out action buttons.
Cant select them in combat neither. Looked nice at first, but im not gonna use it now.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 02:19 PM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
Quote:
Originally posted by p3lim
Nice addon, though I would like it if it actually used the spell/item/whatever when clicking on it in the menu, instead of 'queueing' it.
Yeah that's not the intent of this mod. The intent is for swapping individual action buttons for situational use, not providing pop-out action buttons.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 02:16 PM  
Gello
A Scalebane Royal Guard
Interface Author - Click to view interfaces

Forum posts: 407
File comments: 136
Uploads: 65
Quote:
Originally posted by p3lim
Does it support hunter aspects and/or traps?
Hmm do all trap spells have "Trap" in the name?

Try "/select spell:Trap" and see. I have to run but I'll check it out on my hunter tonight.

You can do "/select spell:Aspect" also if all aspects have the word in their name. You can do a regex also, but now that I think of it, something like:

/select list:Aspect of the Monkey, Aspect of Something Else, Etc

would be useful.
Gello is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-08-2008, 02:14 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 560
File comments: 839
Uploads: 20
Nice addon, though I would like it if it actually used the spell/item/whatever when clicking on it in the menu, instead of 'queueing' it.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




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


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.