Results: 69Comments by: Sounomi
File: pChat (Chat customization & help: look/notification/sound/automation/history)08/15/16
With version 7.2, I've run into a p...
Posted By: Sounomi
With version 7.2, I've run into a problem to where messages sent out by add-on in the EVENT_PLAYER_ACTIVATED event are often being displayed in chat before the chat history is restored and then they don't get saved to chat history. I've tested this with Fyrakin's Minimap add-on as well as a test add-on that outputs only with the "d"...
File: pChat (Chat customization & help: look/notification/sound/automation/history)08/07/16
Updated to version 7 and got this e...
Posted By: Sounomi
Updated to version 7 and got this error: bad argument #1 to 'string.len' (string expected, got nil) stack traceback: : in function 'string.len' user:/AddOns/pChat/pChat.lua:2730: in function 'AddLinkHandler' user:/AddOns/pChat/pChat.lua:2794: in function 'RestoreChatMessagesFromHistory' user:/AddOns/pChat/pChat.lua:2872:...
File: AwesomeGuildStore06/23/16
Just updated this add-on earlier an...
Posted By: Sounomi
Just updated this add-on earlier and I found that the search box in my inventory is suddenly in a different spot than it used to be. Can you put in an option to move it back to where it was before or simply just turn off it completely? Frankly I've never used it and its off by default in ZOS's code anyways.
File: No, thank you!06/10/16
The errors seem to lie with LibNoti...
Posted By: Sounomi
The errors seem to lie with LibNotifications, which needs to be updated. I posted on that add-on's page what needs to be done.
File: Circonians LibNotifications06/10/16
This library needs to be updated fo...
Posted By: Sounomi
This library needs to be updated for update 2.4. Seems to be an easy update with just the tables KEYBOARD_NOTIFICATION_ICONS, GAMEPAD_NOTIFICATION_ICONS, and DATA_TYPE_TO_TEMPLATE. They're defined as local variables in EsoUI/Ingame/Contacts/Keyboard/Notifications_keyboard.lua and /Gamepad/Notifications_gamepad.lua.
File: Destinations05/03/16
After version 2.0.8, some of the pi...
Posted By: Sounomi
After version 2.0.8, some of the pin types that were set to not have a filter shown quit following their options in the setting menu again. Then after version 2.0.9, every pin type with the filter hidden quit working properly.
File: Destinations03/16/16
Re: v1.8.20 out
Posted By: Sounomi
Added a Map Filters filter submenu. You can now choose to show or hide Map Filters. When I activate this option, it winds up turning everything on that I had the filters for hidden. I turn them off via the settings window but then once I relog or reload the UI, they're all back to turned on again. Is this intended or a bug? I'd l...
File: CraftStore03/07/16
Here's a fix to some of the major p...
Posted By: Sounomi
Here's a fix to some of the major problems til AlphaLemming can do a proper update. Fixed version This fixes the problem with the changes to the SetPendingSmithingItem function and changes the timer icons to "EsoUI/Art/Miscellaneous/timer_32.dds".
File: Azurah - Interface Enhanced11/21/15
Hi, as you can see, the four dots a...
Posted By: Sounomi
Hi, as you can see, the four dots around the ultimate ability are not in line with the icon when the action bar scale is not set to 100%. Can you fix that please, thanks. http://i.imgur.com/wtDSUTh.jpg Scaling individual things can cause problems like that. Fortunately that was an easy fix.
File: Azurah - Interface Enhanced11/19/15
hi, can you add an option to activa...
Posted By: Sounomi
hi, can you add an option to activate account wide settings? I'll see what I can do. In the meantime, you can open up Azurah.lua, search for "ZO_SavedVars:New" and replace it with "ZO_SavedVars:NewAccountWide" and that will cause the add-on to use account wide settings.
File: Kill Counter11/13/15
Re: Re: Re: Re: Whispering opposition...
Posted By: Sounomi
... ...On the easy way to message people you killed I would strongly suggest not adding it. I think you first gut feeling thought is the right one. Don't add an easy way for people to grief other players, just my thoughts. Yeah, I am going to pay very close attention to how this feature plays out. I am still undecided right now a...
File: Azurah - Interface Enhanced11/12/15
Oh Oh... v2.11b ~Sounomi - Added...
Posted By: Sounomi
Oh Oh... v2.11b ~Sounomi - Added Alert Text Notification area to gamepad mode. Seems you removed it from the PC/Mac mode also. :eek: The Judge Fix one thing, break another 10 things. Story of a programmer's life. :P Fix has been uploaded to the site.
File: Azurah - Interface Enhanced11/12/15
Not so much big trouble but i notic...
Posted By: Sounomi
Not so much big trouble but i noticed that showing class option not working left side of life target, only on left side name of target (Version 2.11) Cheers ans thanx again for your work to update this great addon ;) Fixed it and it'll be in version 2.11b.
File: Azurah - Interface Enhanced11/10/15
As an update, I've managed to get m...
Posted By: Sounomi
As an update, I've managed to get most of the new gamepad interface working with this add-on and able to store customized layout settings for both modes and switch between them on the fly with little hassle. I'll be posting an update after I run it through the paces to check for bugs and solve some of the remaining issues.
File: Azurah - Interface Enhanced11/09/15
Any plans to support the Gamepad UI...
Posted By: Sounomi
Any plans to support the Gamepad UI? Been looking into how feasible it would be to add support for it and it seems I could add support for it with tweaking to the code. Though the way the add-on seems to be written you'll only be able to save the settings for one UI mode and will have to load the add-on while in that mode (so no...
File: Inventory Grid View11/07/15
Could you add a global variable tha...
Posted By: Sounomi
Could you add a global variable that specifies whether grid mode is on or off? I'm working on developing an add-on that interacts with inventory lists and I want to make sure it functions properly with this add-on. :)
File: pChat (Chat customization & help: look/notification/sound/automation/history)11/07/15
It seems the latest update broke th...
Posted By: Sounomi
It seems the latest update broke the "Options" entry in the right click menu for the tabs. I did some hunting around and figured out how to fix it. Line 102 in pChat.lua... AddMenuItem(GetString(SI_CHAT_CONFIG_OPTIONS), function() self:ShowOptions(tabIndex) end) should be... AddMenuItem(GetString(SI_CHAT_CONFIG_OPTIONS), funct...
File: CraftStore11/06/15
@Sounomi: Oops, reversed flag icons...
Posted By: Sounomi
@Sounomi: Oops, reversed flag icons, will fix that. Yes, i add lines to the tooltip, but if you also use "AddLine(,)" for your informations, there should be no problem, only a long tooltip ;). Actually, I'm replacing the default text that's already in the tooltip. Since ZOS doesn't give us the ability to change the pre-...
File: CraftStore11/05/15
Bugs I've found so far: - It's sho...
Posted By: Sounomi
Bugs I've found so far: - It's showing my DC char as an AD char. - It's interfering with a personal add-on of mine that injects information in the tooltips for alchemy and enchanting materials. The only way this would happen is if you're adding a line or control to the tooltip but I don't see anything being added and I have all of...
File: Azurah - Interface Enhanced11/04/15
Re: loot
Posted By: Sounomi
for next update, the loot windows should be movable :) I poked around with that on the PTS but at first it wouldn't move at all then after another patch it would move but wind up snapping to the side again or to the center of the screen when you looted something next. I'll see if the latest update on live did anything to change thi...
File: Thurisaz Guild Info11/04/15
but it doesn't fix the small font i...
Posted By: Sounomi
but it doesn't fix the small font issue Could you explain the issue is? I'll see if I can figure out how to fix it.
File: Azurah - Interface Enhanced11/04/15
Still the default attribute bars ar...
Posted By: Sounomi
Still the default attribute bars are not hiding, despite i set them to 0 visibility. I must go the visibility bar to a random value and then back to 0 to hide them. This happens every time i log out/on or reloading UI. I already made a clean install by deleting both addon and lua. So the attribute bars are sticking at visible when...
File: Azurah - Interface Enhanced11/03/15
Still the default attribute bars ar...
Posted By: Sounomi
Still the default attribute bars are not hiding, despite i set them to 0 visibility. I must go the visibility bar to a random value and then back to 0 to hide them. This happens every time i log out/on or reloading UI. I already made a clean install by deleting both addon and lua. So the attribute bars are sticking at visible when...
File: Azurah - Interface Enhanced11/03/15
Hello there, it seems that this add...
Posted By: Sounomi
Hello there, it seems that this addon has an issue while gamepad mode is on: when changing to gamepad mode the mod dissapears from the addon list (I have to switch back to keyboard mode and reload UI to get it back) the only way I can change the position of some of the gamepad mode UI Elements is by unlocking the positions on keyboar...
File: Thurisaz Guild Info11/02/15
Seems ZOS made a small change to th...
Posted By: Sounomi
Seems ZOS made a small change to the structure of the guild roster and that's what broke the add-on. This patch should fix it. Patch