WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Add a floating item button

kristjin opened this issue ยท 3 comments

commented

Add a moveable, full size button that shows up when a Use step is encountered. Please make the button hot-keyable, as well, of course. >.<

commented

Macro suggestion from some dude on Curse:

Just a suggestion...

with tourguide, if you wanted to use the "use item" frame from a keybind or your actionbar, you culd make a macro: /click TourGuideItemFrame

I find this functionality useful so I modified the CreateItemButton function in WoWPro_Widgets.lua from:

local itembutton = CreateFrame("Button", nil, parent, "SecureActionButtonTemplate")

to:

local itembutton = CreateFrame("Button", "wow-proItemFrame", parent, "SecureActionButtonTemplate")

Your macro would look like this:
/click wow-proItemFrame

commented

Will do!

commented

Functionality implemented already!