Download
(80 Kb)
Download
Updated: 08-31-13 10:41 PM
Pictures
File Info
Updated:08-31-13 10:41 PM
Created:08-12-13 06:51 PM
Downloads:844
Favorites:11
MD5:
RiftMenuXtra
Version: 1.3
by: RagebeastRT [More]
Adds a new icon beside the Rift Menu bar. I created this addon because I run so many addons and quite a few have their own slash commands. So instead of looking them back up everytime I needed one because I am always forgetting, I can now just enter them into the addon and click on them.

Keep in mind when moving the Rift Menu bar around your screen, the addon button will always be to the right of the menu. You can toggle in options if you want the menu to grow up or down though.

Left clicking opens the menu up, just like the built in menu buttons. Right clicking will open the configuration screen. Here you can add, remove and edit addons. The first column (Labels) is what you want to show in the menus, the second column (Slash Commands) is the addon slash command you would normally enter in the chatbox.

You will need to add the whole slash command in the text box and not just a parameter. For instance, if I wanted to open up the config screen for ClickBox Healer I would enter: "Open Configuration" in the first label box and "/cbh options" in the slash command box. (without the quotes)
New in 1.3
Added Docker support

New in 1.2
Menu orientation can now be toggled in options. Menu can grow up or down.

New in 1.1
Fixed a problem where saved variables werent loading correctly.
Optional Files (0)


Archived Files (3)
File Name
Version
Size
Author
Date
1.2
80kB
RagebeastRT
08-19-13 10:17 PM
1.1
71kB
RagebeastRT
08-18-13 09:22 PM
1.0
71kB
RagebeastRT
08-12-13 06:51 PM


Post A Reply Comment Options
Unread 08-30-13, 10:57 PM  
RagebeastRT
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 118
Uploads: 8
Re: Suggestion

Quote:
Originally Posted by Kyrgune
Would be nice to be able to move the "RiftMenuExtra" icon or be able to import it into the docker addon so it's not hanging around the right side of the screen. Nice idea for an addon though, thanks.
Working on it. As soon as I get a reply from Adelea I will try to release it. I have the button going to docked but it still stays visible when all other icons in the docker autohide.
RagebeastRT is offline Report comment to moderator  
Reply With Quote
Unread 08-29-13, 01:55 PM  
Kyrgune

Forum posts: 0
File comments: 7
Uploads: 0
Suggestion

Would be nice to be able to move the "RiftMenuExtra" icon or be able to import it into the docker addon so it's not hanging around the right side of the screen. Nice idea for an addon though, thanks.
Kyrgune is offline Report comment to moderator  
Reply With Quote
Unread 08-19-13, 10:24 PM  
RagebeastRT
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 118
Uploads: 8
Menu Orientation

For those who move the Rift Menu around the screen, you can now toggle the menu growth direction, up or down. The addon button is still on the right side of the Rift Menu.
RagebeastRT is offline Report comment to moderator  
Reply With Quote
Unread 08-18-13, 09:26 PM  
RagebeastRT
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 118
Uploads: 8
Uploaded a new version, should fix the variable bug.
RagebeastRT is offline Report comment to moderator  
Reply With Quote
Unread 08-18-13, 05:20 PM  
cupcakes

Forum posts: 0
File comments: 4
Uploads: 0
Code:
Error: RiftMenuXtra/main.lua:20: attempt to compare two nil values
    In RiftMenuXtra / loadSettings, event Event.Addon.Startup.End
stack traceback:
	[C]: in function '__lt'
	RiftMenuXtra/main.lua:20: in function <RiftMenuXtra/main.lua:20>
	[C]: in function 'sort'
	RiftMenuXtra/main.lua:20: in function 'setupMenu'
	RiftMenuXtra/main.lua:124: in function <RiftMenuXtra/main.lua:121>
Not working out of box.
cupcakes is offline Report comment to moderator  
Reply With Quote
Unread 08-16-13, 02:32 PM  
RagebeastRT
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 118
Uploads: 8
Sounds like you are having a problem with the saved variables, as all the errors showing have to do with the main variable. Not sure what to tell you as im not having problems with that with a fresh install. I also have my brother helping me test addons as I create them and he has had no problem either. Try reloading the addon, typing /rmxtra reset, and then /reloadui. If that doesnt fix it then the problem is definately with you having a problem with the variables not being saved.
As for the addons that are preset in the addon, on load if those addons arent found then they are disabled in the menu. Even if you add another addon and then disable the addon, it will hide it as well.
RagebeastRT is offline Report comment to moderator  
Reply With Quote
Unread 08-16-13, 04:00 AM  
Zeyina

Forum posts: 0
File comments: 3
Uploads: 0
Just installed RiftMenuXtra. Start up the game and I get this error

Code:
Error: RiftMenuXtra/main.lua:20: attempt to compare two nil values
    In RiftMenuXtra / loadSettings, event Event.Addon.Startup.End
stack traceback:
	[C]: in function '__lt'
	RiftMenuXtra/main.lua:20: in function <RiftMenuXtra/main.lua:20>
	[C]: in function 'sort'
	RiftMenuXtra/main.lua:20: in function 'setupMenu'
	RiftMenuXtra/main.lua:124: in function <RiftMenuXtra/main.lua:121>
---------------------------------------------
Clicking in the configuration on Rifthealer which i don't have installed give me this error

Code:
Error: RiftMenuXtra/main.lua:20: attempt to compare two nil values
    In RiftMenuXtra / RiftMenuXtra.ListItemBG4:LeftClick
stack traceback:
	RiftMenuXtra/main.lua:20: in function <RiftMenuXtra/main.lua:20>
	[C]: in function 'sort'
	RiftMenuXtra/main.lua:20: in function 'setupMenu'
	RiftMenuXtra/options.lua:111: in function 'ItemSelect'
	LibSimpleWidgets/list.lua:341: in function 'SetSelectedIndex'
	LibSimpleWidgets/list.lua:38: in function 'ItemClick'
	LibSimpleWidgets/list.lua:94: in function <LibSimpleWidgets/list.lua:94>
-----------------------------------------------------
Clicking in the configuration the add a new entry gives me the error as above
-----------------------------------------------------
Adding an addon to the Menu isn't working. Label name isn't showing to the leftside. And after trying that all the addons that were shown before when clicking the RiftMenuXtra button are gone. It only shows the name from the button now.
And I got this error when trying to add an addon to RiftMenuXtra
Code:
Error: RiftMenuXtra/main.lua:20: attempt to compare string with nil
    In RiftMenuXtra / RiftMenuXtra.ListRefresh:Event.UI.Input.Mouse.Left.Click
stack traceback:
	[C]: in function '__lt'
	RiftMenuXtra/main.lua:20: in function <RiftMenuXtra/main.lua:20>
	[C]: in function 'sort'
	RiftMenuXtra/main.lua:20: in function 'setupMenu'
	RiftMenuXtra/options.lua:134: in function 'addNewTable'
	RiftMenuXtra/options.lua:69: in function <RiftMenuXtra/options.lua:68>
So for now I disabled your addon
Last edited by Zeyina : 08-16-13 at 04:16 AM.
Zeyina is offline Report comment to moderator  
Reply With Quote
Unread 08-14-13, 10:36 PM  
RagebeastRT
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 118
Uploads: 8
Quote:
Originally Posted by Bard
Not everyone has their map at the bottom of the screen. The context menu needs to accommodate this.
You mean the menu bar? I dont have it attached to the map.
RagebeastRT is offline Report comment to moderator  
Reply With Quote
Unread 08-14-13, 08:50 PM  
Bard
 
Bard's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 48
Uploads: 1
Not everyone has their map at the bottom of the screen. The context menu needs to accommodate this.
__________________
Bard [formerly Zazen]
Bard is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: