Results: 6125Comments by: Baertram
File: FCO ItemSaver01/08/17
Re: Lock specific individual item?
Posted By: Baertram
Hello, i've been using this addon for a long time but i've never really dug further into its capabilities. One thing i've never figured out is if it's possible to lock a specific item rather than every item with the same name? For example, If I come across a particular piece of armor with a trait I like and I lock it, after some time...
File: FCO ItemSaver01/07/17
Added support for another great add...
Posted By: Baertram
Added support for another great addon: SetTracker
File: Set Tracker01/07/17
One bug report: Please hide the co...
Posted By: Baertram
One bug report: Please hide the context menu entry "Show set note" if there is no note saved for the set. Only show "Change set note" then. In your function addShowNotesMenuItem() local function addShowNotesMenuItem(_itemInfo, _setNotes) if _setNotes and _setNotes ~= "" then AddCustomMenuItem(tLabelText.ShowNotes, funct...
File: SwissArmyKnife01/06/17
I'm not using your addon but you ar...
Posted By: Baertram
I'm not using your addon but you are able to activate a changelog as you update your addon. This way ppl are able to see it on first sight, even in the Minion addon update tool. I think it's easier to see changes this way instead of having to read all text in the description.
File: Action Duration Reminder01/06/17
Thanks, will do so. A bug? The...
Posted By: Baertram
Thanks, will do so. A bug? The sorcerer's skill bolt escape + morphs (ball of lightning, streak) are not showing the 4 seconds cooldown for the higher magicka costs). Ability ID for example is 51392 (morph I'm using is streak). Another question: Is it possible to track the 10s buff on an enemy that get's started if you d...
File: Action Duration Reminder01/05/17
Another request: Please make the f...
Posted By: Baertram
Another request: Please make the fields above the ultimate movable too. Or let us choose the Y-axis position at least. Above my ultimate skill is located some text with the ultimate values and another addon showning some information. So the buffs from the ultimate bar, that your addon here puts above the ultimate actio slot, wil...
File: Khrill Master Cook01/05/17
Hi Khrill, happy new year. Ho...
Posted By: Baertram
Hi Khrill, happy new year. Hope you are still around. I'll get the following error message if I press buttons (most of the time the level, name buttons) at the Khrill Master Cook ui: bad argument #1 to 'string.find' (string expected, got nil) stack traceback: : in function 'string.find' user:/AddOns/KhrillMasterCook/...
File: JoGroup01/05/17
Yay, I love seeing the magicka and...
Posted By: Baertram
Yay, I love seeing the magicka and stamina of other players!!! Many many thanks for the feature :banana: Noone can blame the healer anymore if he got enough stamina and just didn't block (fast) enough :p About the new libGroupSocket features After downloading and installing the library as standalone addon http://www.esoui.com/...
File: Action Duration Reminder01/03/17
I think it was added to remove the...
Posted By: Baertram
I think it was added to remove the gender specific string suffixes like ^p ^mf etc. To achieve this you can do it like this: zo_strformat('<>', 'Erneuernder Pfad^m') -> "Erneuernder Pfad" Will transfer the text (2nd parameter) into singular, using a capitalized 1st letter (1st parameter = 'C'. << and >> are just the pl...
File: Action Duration Reminder01/03/17
Found another bug. The onscreen al...
Posted By: Baertram
Found another bug. The onscreen alert text message is showing the skill names always als "plural". Like the buffname is "Erneuernder Pfad" (Refreshing Path) and the onscreen message shows "Erneuernde Pfäde" (Refreshing Paths). It seems that your zo_strformat formatting is always using the plural instead of the singular? Its mor...
File: Assist Rapid Riding01/02/17
Hey there, just found some kind...
Posted By: Baertram
Hey there, just found some kind of bug. I've disabled account wide settings and let the slider for the action slot to use at 5. Rapid manoveur is not enabled for the current character! The addon was putting some other skill into the slot 5 then. Maybe check if rapid maneuveur is enabled (skilled) and don't run the action s...
File: FCO Lockpicker01/01/17
Ok, thanks for the report. Seems th...
Posted By: Baertram
Ok, thanks for the report. Seems that the gamepad controller activates something the mouse cannot emulate. Sorry, I need to wait for some addon dev with a gamepad connected to test and help me then. The green coloured pins show up if i use the mouse button to depress the springs. However using the controller means no green pins a...
File: Assist Rapid Riding12/23/16
You've stolen my idea ;) which I wa...
Posted By: Baertram
You've stolen my idea ;) which I wasn't able to build properly (due to time and knowledge) :D MANY THANKS for this great addon! Happy holidays
File: FCO Lockpicker12/18/16
Thanks for the test. You've only t...
Posted By: Baertram
Thanks for the test. You've only tested the green check icon, right? Did you test the "green coloured pins" (were added with last update) too? You need to enable them in the settings. After extensive testing, I found this: === GamePad Mode: DISABLED === -Lockpick Counter (upper left corner om UI): OK -Green Check (PC M...
File: Miat's PVP Alerts12/18/16
Ok, I didn't know this. Just wanted...
Posted By: Baertram
Ok, I didn't know this. Just wanted to warn you just in case ZOs doesn't like it. I'm pretty sure this is not wanted by the game's API and you'll get in trouble if your addon will keep this information shown. I'm not interested in starting a chat fight here and I'M not playing PvP at all. But knowing an attack will happen and maki...
File: Miat's PVP Alerts12/18/16
The addon provides an on-screen not...
Posted By: Baertram
The addon provides an on-screen notification when a channelled attack against the player starts. This notification has the icon of the attack's ability and the name of the player initiating the attack. I'm pretty sure this is not wanted by the game's API and you'll get in trouble if your addon will keep this information shown. I'm...
File: Action Duration Reminder12/18/16
Please remove the gender specific s...
Posted By: Baertram
Please remove the gender specific string parts on the "on screen text messages". For the moment there is shown e.g. "Unermüdlicher Fokus^m" but it should only be "Unermüdlicher Fokus". This is related to the french, german and other game clients only but you got some fans of your addon over here too :p Read this thread to check...
File: FCO Ultimate Sound12/18/16
Thanks for the details, I'll have a...
Posted By: Baertram
Thanks for the details, I'll have a look at it. I guess they "moved the sound indices" and thus NO SOUND will be heard anymore as a sound without noise is played. Edit: found the problem. ZOs changed the weapon change event. It is only run once for each change now and I had to adjust the whole code... Should be fixed now but th...
File: FCO ChangeStuff12/18/16
I could love if this mod can be ext...
Posted By: Baertram
I could love if this mod can be extended to apply the same changes to the GamePad Mode's UI. That could be awesome. :D I'll see if this is possible. Edit: Ok, the guild and friends list are working already @Champion points The main menu is not shown in gamepad mode so no need to hide any eso plus stuff (or I'm not able to fin...
File: FCO ChangeStuff12/13/16
Which numbers? Please show the chat...
Posted By: Baertram
Which numbers? Please show the chat output. Might not be related to this addon though as it does not change anything in mails.
File: Action Duration Reminder12/12/16
Thanks again:banana: Hey cloudor,...
Posted By: Baertram
Thanks again:banana: Hey cloudor, many thanks for the update with the ultimate "buff bar" skills. Very appreciated! Just a question: If I use the dual wield skills "Twin slashes" (unmorphed 1st dual wield skill), or the morphed versions "Rending slashes" / "Blood craze" the 9 seconds timer for the bleeding is not shown. Is...
File: Action Duration Reminder12/11/16
Hey cloudor, many thanks for the...
Posted By: Baertram
Hey cloudor, many thanks for the update with the ultimate "buff bar" skills. Very appreciated! Just a question: If I use the dual wield skills "Twin slashes" (unmorphed 1st dual wield skill), or the morphed versions "Rending slashes" / "Blood craze" the 9 seconds timer for the bleeding is not shown. Is this a bug or kind of...
File: FCO Lockpicker12/11/16
Re: JP strings improvements of 0.0.9i
Posted By: Baertram
Thanks! Hello Baertram JP strings improvements of 0.0.9i here: = "タンブラーを緑色で表示", = "固定したタンブラーを緑色で表示します", T...
File: Action Duration Reminder12/11/16
The API only informs you if you dir...
Posted By: Baertram
The API only informs you if you directly look at the enemy (move your mouse crosshair/reticle over the enemy to see it's buffs etc.) who got into the trap and I don#t think it is usefull to scan for all enemies in the area (if this would be possible) to track WHO ran int the trap and then be able to see that trap got triggered. Th...
File: FCO ItemSaver12/10/16
Hi Phinix, welcome back. I'd say t...
Posted By: Baertram
Hi Phinix, welcome back. I'd say this is a problem of the game if it isn't able to store 2 simple buffs in the background then ;) A little helper VotansTwiceBornStarReminder I'll see if I can change it. Edit: -Found a workaround for you- Found out this will only happen if you disable the settings in Anti-Destroy to "Allow s...