Download
(85 Kb)
Download
Updated: 05/23/18 11:33 AM
Pictures
File Info
Compatibility:
Summerset (4.0)
Updated:05/23/18 11:33 AM
Created:05/23/18 08:45 AM
Monthly downloads:42
Total downloads:16,742
Favorites:55
MD5:
No, thank you! (continued)  Popular! (More than 5000 hits)
Version: 0.1.0
by: Vostorn [More]
Updated version of "No, thank you!" by Ayantir & Garkin to Summerset.

Say No, thank you! to unwanted messages and notifications.


This addon allows you to block or redirect unwanted messages, notifications to the chat and alter behavior or some boring systems of the UI

Almost all features are disabled by default, make sure that you enable everything you want in the addon settings:
Game Menu -> SETTINGS -> Addon Settings -> No, thank you!
Or use slash command: /noty

Currently supported features are:
AvA centerscreen anouncements outside of AvA world (scrolls, emperor, etc.)
Friend status messages in chat - [@username] has logged on with [character]
"Target immune" alerts - Flying creatures are immune to snares. / This target is immune to bleeding effects. / This target is too powerful for that effect. / You must have a valid empty soul gem.
"Screenshot saved" alert - Screenshot saved as: <path>
Crafting result alerts - Improvement attempt succeeded (failed) / No usable items found / You lack the skill to recover all the materials from this item.
AletrText throttling - do not show the same messages more often then selected value in seconds
Delete Mail confirmation dialog - "Are you sure you want to delete this mail? Once deleted, you will no longer have access to it."
Can't buyback from fence confirmation dialog - Sale is Final. You are attempting to sell a high quality stolen item...
Guild Roster Alerts - <name> joined <guild>. / <name> left <guild>.
RaidScore Notifications - Your guild mates completed <raidname> with a time of <time>.
Guild MotD Notifications - The message of the day for <guild> has changed..
New handler for EVENT_LUA_LOW_MEMORY event. (Notification or poup)
Lua errors as a non intrusive notification
Don't interrupt interactions (harvesting, fishing, ...) when you open map, inventory or other scenes - same as in NonstopHarvest.
Don't rotate game camera when you open map, inventory or other scenes - same as in No Spin.
Delete interaction with insects
Delete Disband group dialog - "Are you sure you want to disband the group?"
Delete Large group dialog - "Some dungeons only allow groups of 4 or fewer to enter ..."
Delete Market Announcements ads
Disable book reading
Option to hide the messages "Lorebook discovered" and "Collection Completed"
Disable Group area messages
Disable Crafting Bag notifications
Option to autoloot item in containers
Option to disable the "Leave Guild" keybind
Option to hide the message "Ability increased to Rank X"
Option to remove the entry "Get Help" from context action of items in bags
Option to do not display Wayshrines on Tamriel map or only those of Main Cities
Option to do not show Unowned houses on map
Option to do not show Quest dialog when looting a Master Writ
Fixed Broken functionalities
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
0.0.1
85kB
05/23/18 08:45 AM


Post A Reply Comment Options
Unread 08/01/18, 06:53 PM  
1x2x3x

Forum posts: 0
File comments: 3
Uploads: 0
I'm getting the cascade of errors too.

Seems to happen randomly. I've had this addon on all day with no error. Log in a minute ago and got crap tons of errors.

Just to confirm, I've tested it by using one addon at a time. When I turned on this one, errors occurred again.
Report comment to moderator  
Reply With Quote
Unread 08/01/18, 06:17 PM  
BigM
 
BigM's Avatar

Forum posts: 16
File comments: 371
Uploads: 0
LOL, so I was minding my own business fishing away, then I get notified I have a gift to get. Next thing I know is up to over 1000 errors and by the time I got the game to log out it was over 2000.

EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: in function 'ZO_ParametricScrollList:AddEntryWithHeader'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:90: in function 'GAMEPAD_NOTIFICATIONS:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:51: in function 'ZO_NotificationProvider:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1484: in function 'ZO_NotificationManager:BuildNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1456: in function 'ZO_NotificationManager:RefreshNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:56: in function 'ZO_NotificationProvider:PushUpdateToNotificationManager'
EsoUI/Ingame/Contacts/Notifications_Common.lua:32: in function 'pushUpdateCallback'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:176: in function 'UpdateNotifications'
user:/AddOns/NoThankYou/NoThankYou.lua:1236: in function 'OnLuaError'|r
2018-08-01T20:00:09.605-05:00 |cff0000Lua Error: EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: operator .. is not supported for nil .. string
Report comment to moderator  
Reply With Quote
Unread 07/29/18, 01:48 AM  
Octopuss
 
Octopuss's Avatar

Forum posts: 176
File comments: 817
Uploads: 0
Could anyone share a working version of the addon somewhere please?
Because I have no idea what should I copypaste from where and to where. All the code makes me dizzy.

I reinstalled my PC yesterday and the addon doesn't work anymore. Having to confirm every damn mail deletion is pure hell
Report comment to moderator  
Reply With Quote
Unread 07/25/18, 07:10 AM  
danno8

Forum posts: 0
File comments: 39
Uploads: 0
Anyone out there know how to add the Alinor wayshrine (Summerset) to the list of capital cities? I have found the list in the .lua file but you need the correct wayshrine number in order to add it to the list.
Report comment to moderator  
Reply With Quote
Unread 07/23/18, 10:51 AM  
Draxinusom
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 7
Uploads: 1
If you want to disable interaction with the new Bright Moons Lunar Moth in Summerset, add the following line (marked with a + which is NOT to add) to the top block in your lang\en.lua (or de.lua fe. if on German client (with the coresponding German text for the moth)):

Code:
....
	NOTY_INSECT_DRAGONFLY = "Dragonfly", -- Don't change
	NOTY_INSECT_NETCHCALF = "Netch Calf", -- Don't change
	NOTY_INSECT_FETCHERFLY = "Fetcherfly", -- Don't change
	NOTY_INSECT_DOVAH = "Seth's Dovah-Fly", -- Don't change
+        NOTY_INSECT_BRIGHT_MOONS_LUNAR_MOTH = "Bright Moons Lunar Moth", -- Don't change
....
Then search for "INSECT" in the main lua ( NoThankYou.lua ) in the HookReticuleTake function and change the last 2 line in the big check if block like this (= line changed, + line added) :

Code:
						if SV.reticleTake then
							if (interactableName == GetString(NOTY_INSECT_BUTTERFLY)
							or interactableName == GetString(NOTY_INSECT_TORCHBUG)
							or interactableName == GetString(NOTY_INSECT_WASP)
							or interactableName == GetString(NOTY_INSECT_FLESHFLIES)
							or interactableName == GetString(NOTY_INSECT_DRAGONFLY)
							or interactableName == GetString(NOTY_INSECT_NETCHCALF)
							or interactableName == GetString(NOTY_INSECT_FETCHERFLY)
=							or interactableName == GetString(NOTY_INSECT_DOVAH)
+							or interactableName == GetString(NOTY_INSECT_BRIGHT_MOONS_LUNAR_MOTH))
							then
								return true
							end
						end
This will filter out the new Moth as well. You need to have fixed the addon as described in the previous comments to not incur any errors in the first place (replaced the library, changed the GetHandlers to GetCallbackHandlers ).
Report comment to moderator  
Reply With Quote
Unread 07/12/18, 02:47 PM  
clbrenn

Forum posts: 0
File comments: 2
Uploads: 0
I was having trouble using my Dye stamps, so I deactivated modes one at a time. I was able to use the with this mod off. Thought I would let someone know.
Report comment to moderator  
Reply With Quote
Unread 07/08/18, 03:51 AM  
Nic0h

Forum posts: 0
File comments: 1
Uploads: 0
I do have the same issue. It's because of daily awards:
https://www.reddit.com/r/elderscroll..._daily_reward/

I verified that and can confirm the same.

Thanks for keeping "No, Thank You" alive though!
Report comment to moderator  
Reply With Quote
Unread 07/07/18, 07:16 AM  
manavortex
 
manavortex's Avatar
AddOn Author - Click to view AddOns

Forum posts: 138
File comments: 511
Uploads: 46
Re: Addons sends constant notificaitons until you turn it off.

Try replacing LibNotifications with the most recent version.

Originally Posted by chrisg905
I have had this happen twice now.

I will login and get constant notifications (like 500 in 10 seconds) until I turn this addon off.

Here is the error I am getting.

EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: operator .. is not supported for nil .. string
stack traceback:
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: in function 'ZO_ParametricScrollList:AddEntryWithHeader'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:90: in function 'GAMEPAD_NOTIFICATIONS:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:51: in function 'ZO_NotificationProvider:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1484: in function 'ZO_NotificationManager:BuildNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1456: in function 'ZO_NotificationManager:RefreshNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:56: in function 'ZO_NotificationProvider:PushUpdateToNotificationManager'
EsoUI/Ingame/Contacts/Notifications_Common.lua:32: in function 'pushUpdateCallback'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:176: in function 'UpdateNotifications'
user:/AddOns/NoThankYou/NoThankYou.lua:1236: in function 'OnLuaError'

I completely deleted the addon, variables included, and reinstalled and the same thing happened.
Report comment to moderator  
Reply With Quote
Unread 07/06/18, 09:03 PM  
chrisg905

Forum posts: 0
File comments: 5
Uploads: 0
Addons sends constant notificaitons until you turn it off.

I have had this happen twice now.

I will login and get constant notifications (like 500 in 10 seconds) until I turn this addon off.

Here is the error I am getting.

EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: operator .. is not supported for nil .. string
stack traceback:
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:236: in function 'ZO_ParametricScrollList:AddEntryWithHeader'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:90: in function 'GAMEPAD_NOTIFICATIONS:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:51: in function 'ZO_NotificationProvider:AddDataEntry'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1484: in function 'ZO_NotificationManager:BuildNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:1456: in function 'ZO_NotificationManager:RefreshNotificationList'
EsoUI/Ingame/Contacts/Notifications_Common.lua:56: in function 'ZO_NotificationProvider:PushUpdateToNotificationManager'
EsoUI/Ingame/Contacts/Notifications_Common.lua:32: in function 'pushUpdateCallback'
user:/AddOns/NoThankYou/Libs/LibNotification/LibNotification.lua:176: in function 'UpdateNotifications'
user:/AddOns/NoThankYou/NoThankYou.lua:1236: in function 'OnLuaError'

I completely deleted the addon, variables included, and reinstalled and the same thing happened.
Last edited by chrisg905 : 07/06/18 at 09:10 PM.
Report comment to moderator  
Reply With Quote
Unread 06/24/18, 04:58 PM  
ZioGiovanni

Forum posts: 0
File comments: 7
Uploads: 0
Re: Re: CAN'T FIND THE SETTINGS

Originally Posted by ZioGiovanni
Originally Posted by Archang3ll
Where are the settings for this addon? My Add-ons show that it is installed, but when I go to settings>addons - there is no No, Thank You option listed. Also, typing '/noty in the chat window does nothing.
Are you getting this error when you enter the game? If so, that means the addon isn't loading.

user:/AddOns/NoThankYou/NoThankYou.lua:116: function expected instead of nil
stack traceback:
user:/AddOns/NoThankYou/NoThankYou.lua:116: in function 'HookAvAMessages'
user:/AddOns/NoThankYou/NoThankYou.lua:1993: in function 'OnAddonLoaded'

Found a solution by Ziggr on an earlier post of this thread. To see all his changes, make sure to checkout his github link, https://github.com/ziggr/ESO-NoThank...49a32fe00b?w=1

Originally Posted by ziggr
Thank you for taking over this addon!

Here are the changes I made to my own local copy:
https://github.com/ziggr/ESO-NoThank...49a32fe00b?w=1

ZO_CenterScreenAnnounce_GetHandlers() -> _GetCallbackHandlers()

Not sure what the new names are for some of the crafting string IDs, but supplying their pre-Summerset numeric equivalents at least squelches the error:

Lua Code:
  1. local function CraftingResultAlertsHook()
  2.  
  3.     local handlers = ZO_AlertText_GetHandlers()
  4.  
  5.     local blockedMessages = {
  6.         [SI_SMITHING_BLACKSMITH_EXTRACTION_FAILED  or 4377] = true,
  7.         [SI_SMITHING_CLOTHIER_EXTRACTION_FAILED    or 4379] = true,
  8.         [SI_SMITHING_WOODWORKING_EXTRACTION_FAILED or 4378] = true,
  9.         [SI_SMITHING_DECONSTRUCTION_LEVEL_PENALTY  or 4364] = true,
  10.         [SI_ALCHEMY_NO_YIELD                       or 4267] = true,
  11.         [SI_ENCHANT_NO_YIELD                       or 6695] = true,
  12.     }
Last edited by ZioGiovanni : 06/24/18 at 11:11 PM.
Report comment to moderator  
Reply With Quote
Unread 06/23/18, 12:08 PM  
ZioGiovanni

Forum posts: 0
File comments: 7
Uploads: 0
Re: CAN'T FIND THE SETTINGS

Originally Posted by Archang3ll
Where are the settings for this addon? My Add-ons show that it is installed, but when I go to settings>addons - there is no No, Thank You option listed. Also, typing '/noty in the chat window does nothing.
Are you getting this error when you enter the game? If so, that means the addon isn't loading.

user:/AddOns/NoThankYou/NoThankYou.lua:116: function expected instead of nil
stack traceback:
user:/AddOns/NoThankYou/NoThankYou.lua:116: in function 'HookAvAMessages'
user:/AddOns/NoThankYou/NoThankYou.lua:1993: in function 'OnAddonLoaded'
Report comment to moderator  
Reply With Quote
Unread 06/23/18, 10:35 AM  
Archang3ll
 
Archang3ll's Avatar

Forum posts: 0
File comments: 11
Uploads: 0
CAN'T FIND THE SETTINGS

Where are the settings for this addon? My Add-ons show that it is installed, but when I go to settings>addons - there is no No, Thank You option listed. Also, typing '/noty in the chat window does nothing.
Report comment to moderator  
Reply With Quote
Unread 06/22/18, 01:18 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
Uploads: 2
error for anyone who decide to fix it
fix way saw as described before

Last edited by Marazota : 06/22/18 at 01:24 AM.
Report comment to moderator  
Reply With Quote
Unread 06/20/18, 05:56 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 260
File comments: 1521
Uploads: 2
i PMed to Vostrom but he was online 14 days ago
im not sure if he gonna update/fix this addon anyome

WTB another author
Report comment to moderator  
Reply With Quote
Unread 06/19/18, 08:27 AM  
ZioGiovanni

Forum posts: 0
File comments: 7
Uploads: 0
function expected instead of nil

New error I started getting this morning. It appears when you enter the game world or reloadui, but not when zoning.

The peculiar result of this error is that the add-on works (if it was already installed) and you can toggle it under Add-Ons, but it's not listed under Settings->Addons so your add-on settings for "No, thank you" are essentially locked.

Aside from having to dismiss the error once and being unable to change the add-on settings, I haven't noticed any other negative effect (edit: if you disable it and re-enable it, then it won't load).

I repaired my game files last night and deleted my ShaderCache.cooked file, but I renamed the Addons folder first and then changed the Addons folder name back after the repair. That's the only thing I can think of that I've done differently lately.

user:/AddOns/NoThankYou/NoThankYou.lua:116: function expected instead of nil
stack traceback:
user:/AddOns/NoThankYou/NoThankYou.lua:116: in function 'HookAvAMessages'
user:/AddOns/NoThankYou/NoThankYou.lua:1993: in function 'OnAddonLoaded'

Thank you for all the work you've done with this add-on! Don't let these bug reports bum you out. Look at it as a whole lot of people love what you're doing. :-)
Last edited by ZioGiovanni : 06/23/18 at 12:07 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: