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:40
Total downloads:16,733
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 05/23/18, 08:58 AM  
Octopuss
 
Octopuss's Avatar

Forum posts: 176
File comments: 817
Uploads: 0
Yey!!!
The missing features you mention on the mod page, is that something that is in the old addon but not here yet, or something you simply plan to add as new features?
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 09:35 AM  
Vostorn
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Originally Posted by Octopuss
Yey!!!
The missing features you mention on the mod page, is that something that is in the old addon but not here yet, or something you simply plan to add as new features?
It's something that was in the old addon. It should be fixed by tomorrow.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 09:50 AM  
Octopuss
 
Octopuss's Avatar

Forum posts: 176
File comments: 817
Uploads: 0
I have a small feature request.
Could you add another option under chat, something like "Don't minimize chat at merchant"? It's annoying the living **** out of me when I interact with any NPC trader and the chat minimizes.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 10:02 AM  
SammiSakura
 
SammiSakura's Avatar

Forum posts: 0
File comments: 106
Uploads: 0
thank you for taking on this mod! I was just wondering, is this made to work while original NTY is enabled, or should I be disabling the original mod?
thanks again
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 10:13 AM  
ziggr
 
ziggr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 275
Uploads: 10
Yes, thank you!

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.     }
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 11:27 AM  
Shinni
AddOn Author - Click to view AddOns

Forum posts: 167
File comments: 550
Uploads: 22
Hey, I just want to point out, that you can upload this addon as a patch here: http://www.esoui.com/downloads/info8...you.html#other
This way the two addons become linked and your patch is displayed on the original No thank you addon page as an optional download.

edit: Ah, now they are linked. Thanks.
Last edited by Shinni : 05/23/18 at 11:40 AM.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 11:54 AM  
Vostorn
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Updated and now fully functional.

Originally Posted by SammiSakura
thank you for taking on this mod! I was just wondering, is this made to work while original NTY is enabled, or should I be disabling the original mod?
thanks again
You can use it stand alone. It will use the old settings.

Originally Posted by Octopuss
I have a small feature request.
Could you add another option under chat, something like "Don't minimize chat at merchant"? It's annoying the living **** out of me when I interact with any NPC trader and the chat minimizes.
I won't have time for that before and of June (exams).
Last edited by Vostorn : 05/23/18 at 04:57 PM.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 01:27 PM  
Galagos1

Forum posts: 0
File comments: 15
Uploads: 0
Thank you!

Thank you for updating this awesome add on.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 05:12 PM  
Chlamydia1

Forum posts: 1
File comments: 40
Uploads: 0
Thank you for doing this. People like you make this community amazing.
Report comment to moderator  
Reply With Quote
Unread 05/23/18, 05:38 PM  
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view AddOns

Forum posts: 409
File comments: 892
Uploads: 21
Option to do not show Quest dialog when looting a Master Writ

Is now part of the base game.
Report comment to moderator  
Reply With Quote
Unread 05/24/18, 04:06 AM  
Vostorn
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Originally Posted by Dolgubon
Option to do not show Quest dialog when looting a Master Writ

Is now part of the base game.
Thanks for the advice. I'll remove it in the next version.
Report comment to moderator  
Reply With Quote
Unread 05/24/18, 05:08 AM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
Great work, thank you Vostorn!
Report comment to moderator  
Reply With Quote
Unread 05/24/18, 05:55 AM  
Sasco
 
Sasco's Avatar

Forum posts: 0
File comments: 14
Uploads: 0
Any chance you could add the obnoxious "Announcements" (aka buy this stuff) window?

D'oh I see that is an option my apologies!
Last edited by Sasco : 05/24/18 at 05:56 AM.
Report comment to moderator  
Reply With Quote
Unread 05/24/18, 10:08 AM  
Pinion

Forum posts: 28
File comments: 55
Uploads: 0
One hundred thank yous.
Report comment to moderator  
Reply With Quote
Unread 05/24/18, 11:04 AM  
BigM
 
BigM's Avatar

Forum posts: 16
File comments: 371
Uploads: 0
I get this error when I have Pocket Apocrypha enabled.

user:/AddOns/PocketApocrypha/Components/Core.lua:659: attempt to index a nil value
stack traceback:
user:/AddOns/PocketApocrypha/Components/Core.lua:659: in function 'PocketApocrypha.OnShowBook'

They both work great with either one disabled. Any idea?
Last edited by BigM : 05/24/18 at 12:00 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: