Download
(63 Kb)
Download
Updated: 08/25/18 03:26 AM
Updated:08/25/18 03:26 AM
Created:12/17/17 06:19 AM
Monthly downloads:32
Total downloads:7,172
Favorites:22
MD5:
Categories:Discontinued & Outdated, Discontinued & Outdated
Memento Bar (Replaced by: Collection bars)  Popular! (More than 5000 hits)
Version: 1.7.0.1
by: Jarth [More]
Note: I made a new addon (CollectionBars) to replace thisone, so i don't plan to update/maintain this addon.

This addon will allow you to show mementos on a hotbar and execute them by clicking on the corresponding image.

The addon can be customized through settings (/mb).

5 hotkeys have been added, to use them:
  1. Set hotkeys 1-5 (for each character) under controls
  2. Hover a memento on the bar
  3. While hovering, press the hotkey (the selection is stored based on account settings)
  4. Now you can execute click with the assigned hotkey.
INFO: The binding will be removed, if the memento is hidden.
INFO: After updating a keybinding, /reloadui or flip a setting in either: Orientation, Visibility or Position and Size.
INFO: The addon utilizes "LibJarthSharedBase".
-------------------------------------------------------------------------------
Memento bar
-------------------------------------------------------------------------------
Version 1.7.0.1 (25-08-2018)
- Updated APIVersion to 100024.

Version 1.7.0 (06-05-2018)
- Mainstreamed code base in MementoBar and SummonAssistant.
- Split shared code into seperate library: "LibJarthSharedBase".
-- Should make it easier to maintain, and might reduce memory usage.

Version 1.6.2 (18-03-2018)
- Updated visibility fragments to support:
-- hud
-- HudUI
-- Menu
-- Inventory
-- Interact
-- Bank
-- Fence
-- Store
- Tweeked visibility menu items, to better describe the area and for consistency.
- Refactored code to make it more reusable.

Version 1.6.1 (11-03-2018)
- Added fragment support for Inventory and store views.
- Added menu items for visibilty of Inventory and store.
- Updated menu texts for visibilty, to better describe the area and for consistency.

Version 1.6.0 (24-02-2018)
- Added checkbox to disable sound, when hovering the buttons
- Refactored visibility and added checkboxes:
-- Show bar in menu (default: false)
-- Show bar on hud (default: true)
--- Is the default hud
-- Show bar on hudui (default: true)
--- Activated with In-Game Cursor
- Tooltips updated for consistency
- Added checkbox to hide the cooldown
- Added options to customize the cooldown color and font
-- Added a cooldown example text, the changes are only visible after a change (didn't wan't to change the library)

Version 1.5.0 (20-01-2018)
- Added functionality: Unlock the bar (the bar is by default locked)
-- An overlay will appear on the bar, showing the size and position (X,Y top left).
-- The bar is movable by dragging the overlay.
- Restructured:
-- Segmented into multiple files.
-- Split visual from frame to button.
-- Edge is now shown on the button and not the frame.
-- Added hover effects on button (Sound and visual).
- Restructured:
-- Option to show the keybinding for each button.
-- Font color affects keybinding label.
-- Change location of keybinding label.
INFO: After updating a keybinding, /reloadui or flip a setting in either: Orientation, Visibility or Position and Size.

Version 1.0.0 (07-01-2017)
(Breaking changes to the saved settings)
- Added setting to show X,Y coordinates when the bar is moved
(Should be disabled after move)
- Fixed issue where the color would not be set properly, after doing a "Reset to default"
- The addon should no longer meta information about Memento's
- Refactored the code, should be easier to expand
-- Focus DRY
-- Merged settings/variabled into tables, i hope it don't affect memory usage in a bad way


Version 0.9.3 (28-12-2017)
- Updated the cooldown event from EVENT_ABILITY_COOLDOWN_UPDATED to EVENT_ACTION_UPDATE_COOLDOWNS.
-- It has less updates, and less spam.
-- Also unregisters each time it is called.

Version 0.9.2 (26-12-2017)
- Fixed issue where the border would be visible, when no icons were shown

Version 0.9.1 (18-12-2017)
- Fixed issue when dragging skills to the hotbar

Version 0.9 (18-12-2017)
- Added functionality to select bar depth in settings
- Added functionality to hide the bar, when in menues
-- Feature: If the bar is hidden it will become visible when changing the orientation

- Known issues:
-- The initial cooldown shown is from the previous casted collectableId
-- Cannot execute mementos that require a target (Possible solution: Don't include them in the list, till there are hotkeys available)

Version 0.8 (17-12-2017)
- Known issues:
-- The initial cooldown shown is from the previous casted collectableId
-- Cannot execute mementos that require a target (Possible solution: Don't include them in the list, till there are hotkeys available)
Post A Reply Comment Options
Unread 10/14/18, 01:14 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Originally Posted by Zemious
I'm liking this addon a lot; however, there are two features I wish you would implement.
  1. For hotkey label location, I wish we could place the hotkey label bottom underneath the button, following suit with LUI's HUD. All of the hotkeys for LUI are centered and under the buttons.


    I wish we could auto-activate the memento as soon as it's cooldown expires.
Glad you like it, and thanks for the feedback.

First off, i don't play the game actively atm, so it might take a while before i update the addon.
Atm i am only maintaining the addons i have put out.

I like the idea of moving the elements outside the container with an optional offset, but i only see that working when the bar has thickness of 1.

Regarding "auto-activate" of Mementos, i would have to check how to do it properly, and if it is.. "legal".
Would hate to get people banned for using "auto-activate" scripts, no matter how innocent the script is.
Report comment to moderator  
Reply With Quote
Unread 10/12/18, 10:06 AM  
Zemious

Forum posts: 0
File comments: 3
Uploads: 0
I'm liking this addon a lot; however, there are two features I wish you would implement.
  1. For hotkey label location, I wish we could place the hotkey label bottom underneath the button, following suit with LUI's HUD. All of the hotkeys for LUI are centered and under the buttons.


    I wish we could auto-activate the memento as soon as it's cooldown expires.
Last edited by Zemious : 10/12/18 at 10:07 AM.
Report comment to moderator  
Reply With Quote
Unread 08/26/18, 01:35 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Originally Posted by HowellQagan
I don't get it. If there are savedvars, why does it reset whenever I update? Why does a reset savedvar overwrite the old one even if you just update the API version in the txt file?
Hello HowellQagan, sorry to hear you lost the saved variables.

When i update the major version of the addon, it should reset the settings.
From 1.6 > 1.7.

But in this case i updated the minor version from 1.7.0 > 1.7.0.1.
It should not trigger stored variables to be reset, when i tested mine did not.
Unfortunately i can't see where it wen't wrong from the code.
Last edited by Jarth : 08/26/18 at 01:38 AM.
Report comment to moderator  
Reply With Quote
Unread 08/25/18, 01:56 PM  
HowellQagan
 
HowellQagan's Avatar

Forum posts: 11
File comments: 437
Uploads: 0
I don't get it. If there are savedvars, why does it reset whenever I update? Why does a reset savedvar overwrite the old one even if you just update the API version in the txt file?
Report comment to moderator  
Reply With Quote
Unread 05/08/18, 11:26 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Re: Re: Re: Re: Re: update erased the savedvariable

Originally Posted by Anceane
i use 5 differents for each characters and i have 11 characters

All depending of their story background, their class and the quests they advanced or not yet

And the error i did was to not write down what i did previously, adding on that memory problem, i had to find which memento was used by who :P

But remember i do rp with my characters, and stick to their stories.

Nice, thanks for the info.
Report comment to moderator  
Reply With Quote
Unread 05/08/18, 11:17 AM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
Re: Re: Re: Re: update erased the savedvariable

i use 5 differents for each characters and i have 11 characters

All depending of their story background, their class and the quests they advanced or not yet

And the error i did was to not write down what i did previously, adding on that memory problem, i had to find which memento was used by who :P

But remember i do rp with my characters, and stick to their stories.



Originally Posted by Jarth
Originally Posted by Anceane
I never use minion and for once, i forgot to include this addon in my folder save for the *in case* moment :P

And ... i dont use the same memento for my characters, so it was just a memory problem to remember what i did with who.

I spend about 2 hours to redo all but this time, the saved variable is also saved for reference.

As i said i understand it can happens, and i hope my comment was not mean/nasty. If so let me apologize and thank you for this great addon

Originally Posted by Jarth
Originally Posted by Anceane
I understand the need to do it, but could you please alert us when this will happens ? I lost all my settings on 11 characters and keybindings too

Will redo them way later, not in the mood to redo all
I am sorry to hear that you lost the settings, the it happens when i update the version (not minor version).
Though it should only remove the settings file, and not reset the keybindings (As far as i am aware).

Also, i don't have a way to inform about upcoming changes. I could make a post here, but i doubt anyone would catch what. The only way i can think of is to disable auto-update in minion, if your using that.

--

I use account settings for all my characters, so i only have to setup one.
It should assign a memento to a key 1-5, and then use/match whatever keybinding each character have setup when you play on that character.

I hope it helps and i hope you enjoy the addon(s).
Hello again.

By no means, it is interesting to hear.
Just wondering, how many memento's do you show on average, for each character?
- I use the same 3-4 on each character, though different keybindings (just for kicks).
Report comment to moderator  
Reply With Quote
Unread 05/08/18, 09:06 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Re: Re: Re: update erased the savedvariable

Originally Posted by Anceane
I never use minion and for once, i forgot to include this addon in my folder save for the *in case* moment :P

And ... i dont use the same memento for my characters, so it was just a memory problem to remember what i did with who.

I spend about 2 hours to redo all but this time, the saved variable is also saved for reference.

As i said i understand it can happens, and i hope my comment was not mean/nasty. If so let me apologize and thank you for this great addon

Originally Posted by Jarth
Originally Posted by Anceane
I understand the need to do it, but could you please alert us when this will happens ? I lost all my settings on 11 characters and keybindings too

Will redo them way later, not in the mood to redo all
I am sorry to hear that you lost the settings, the it happens when i update the version (not minor version).
Though it should only remove the settings file, and not reset the keybindings (As far as i am aware).

Also, i don't have a way to inform about upcoming changes. I could make a post here, but i doubt anyone would catch what. The only way i can think of is to disable auto-update in minion, if your using that.

--

I use account settings for all my characters, so i only have to setup one.
It should assign a memento to a key 1-5, and then use/match whatever keybinding each character have setup when you play on that character.

I hope it helps and i hope you enjoy the addon(s).
Hello again.

By no means, it is interesting to hear.
Just wondering, how many memento's do you show on average, for each character?
- I use the same 3-4 on each character, though different keybindings (just for kicks).
Report comment to moderator  
Reply With Quote
Unread 05/07/18, 09:48 AM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
Re: Re: update erased the savedvariable

I never use minion and for once, i forgot to include this addon in my folder save for the *in case* moment :P

And ... i dont use the same memento for my characters, so it was just a memory problem to remember what i did with who.

I spend about 2 hours to redo all but this time, the saved variable is also saved for reference.

As i said i understand it can happens, and i hope my comment was not mean/nasty. If so let me apologize and thank you for this great addon

Originally Posted by Jarth
Originally Posted by Anceane
I understand the need to do it, but could you please alert us when this will happens ? I lost all my settings on 11 characters and keybindings too

Will redo them way later, not in the mood to redo all
I am sorry to hear that you lost the settings, the it happens when i update the version (not minor version).
Though it should only remove the settings file, and not reset the keybindings (As far as i am aware).

Also, i don't have a way to inform about upcoming changes. I could make a post here, but i doubt anyone would catch what. The only way i can think of is to disable auto-update in minion, if your using that.

--

I use account settings for all my characters, so i only have to setup one.
It should assign a memento to a key 1-5, and then use/match whatever keybinding each character have setup when you play on that character.

I hope it helps and i hope you enjoy the addon(s).
Report comment to moderator  
Reply With Quote
Unread 05/07/18, 09:19 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Re: update erased the savedvariable

Originally Posted by Anceane
I understand the need to do it, but could you please alert us when this will happens ? I lost all my settings on 11 characters and keybindings too

Will redo them way later, not in the mood to redo all
I am sorry to hear that you lost the settings, the it happens when i update the version (not minor version).
Though it should only remove the settings file, and not reset the keybindings (As far as i am aware).

Also, i don't have a way to inform about upcoming changes. I could make a post here, but i doubt anyone would catch what. The only way i can think of is to disable auto-update in minion, if your using that.

--

I use account settings for all my characters, so i only have to setup one.
It should assign a memento to a key 1-5, and then use/match whatever keybinding each character have setup when you play on that character.

I hope it helps and i hope you enjoy the addon(s).
Report comment to moderator  
Reply With Quote
Unread 05/06/18, 02:24 PM  
Anceane
 
Anceane's Avatar
AddOn Author - Click to view AddOns

Forum posts: 306
File comments: 1017
Uploads: 1
update erased the savedvariable

I understand the need to do it, but could you please alert us when this will happens ? I lost all my settings on 11 characters and keybindings too

Will redo them way later, not in the mood to redo all
Report comment to moderator  
Reply With Quote
Unread 02/26/18, 09:52 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Originally Posted by HowellQagan
I like the update, thanks! 'Show bar on hud' was a bit vague at first but I realised this is the option that makes the bar disappear when not in cursor mode.
Sounds good.
Report comment to moderator  
Reply With Quote
Unread 02/24/18, 09:59 PM  
HowellQagan
 
HowellQagan's Avatar

Forum posts: 11
File comments: 437
Uploads: 0
I like the update, thanks! 'Show bar on hud' was a bit vague at first but I realised this is the option that makes the bar disappear when not in cursor mode.
Report comment to moderator  
Reply With Quote
Unread 02/20/18, 10:04 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Originally Posted by HowellQagan
Originally Posted by Jarth
Originally Posted by glorinand
A nice addon. I would find it super useful though if you could add a setting, which would make the bar visible in the "cursor mode" only. That would be great.
Sounds good, and interesting idea.
There might be an event to listen to, or possible toggle with a hotkey.
Though as i recall, it would take some rewriting, so we will see.
http://wiki.esoui.com/EVENT_GAME_CAMERA_UI_MODE_CHANGED

edit: LovelyEmotes addon had this feature previously but was removed. It was in v1.5, author might be able to help with it

edit2: also would be nice if we could set the countdown font size (or just completely hide the cooldown) because right now I can make the icons really small but the cooldown fonts on it stay the same size.
Sounds good, i am gonna look into it when i get a chance.
Report comment to moderator  
Reply With Quote
Unread 02/19/18, 08:14 AM  
HowellQagan
 
HowellQagan's Avatar

Forum posts: 11
File comments: 437
Uploads: 0
Originally Posted by Jarth
Originally Posted by glorinand
A nice addon. I would find it super useful though if you could add a setting, which would make the bar visible in the "cursor mode" only. That would be great.
Sounds good, and interesting idea.
There might be an event to listen to, or possible toggle with a hotkey.
Though as i recall, it would take some rewriting, so we will see.
http://wiki.esoui.com/EVENT_GAME_CAMERA_UI_MODE_CHANGED

edit: LovelyEmotes addon had this feature previously but was removed. It was in v1.5, author might be able to help with it

edit2: also would be nice if we could set the countdown font size (or just completely hide the cooldown) because right now I can make the icons really small but the cooldown fonts on it stay the same size.
Last edited by HowellQagan : 02/19/18 at 08:31 AM.
Report comment to moderator  
Reply With Quote
Unread 02/17/18, 02:11 AM  
Jarth
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 91
Uploads: 2
Originally Posted by glorinand
A nice addon. I would find it super useful though if you could add a setting, which would make the bar visible in the "cursor mode" only. That would be great.
Sounds good, and interesting idea.
There might be an event to listen to, or possible toggle with a hotkey.
Though as i recall, it would take some rewriting, so we will see.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: