Download
(39 Kb)
Download
Updated: 05/31/21 11:42 PM
Addon for:
No, thank you!.
Compatibility:
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Updated:05/31/21 11:42 PM
Created:10/21/19 07:20 PM
Monthly downloads:1,494
Total downloads:157,654
Favorites:137
MD5:
No, thank you! - Blackwood  Popular! (More than 5000 hits)
Version: 10.9
by: uta.karas [More]
This is an updated version of No, thank you!.

All libraries are removed from the addon so you need install them individually if not yet.
v10.9
- compatible with update30 (Blackwood)
- added Leyawiin Outskirts Wayshrine to Capital Wayshrines on world map
- added "Don't rotate game camera while showing status" setting option
- added "Don't rotate game camera while showing inventory" setting option

v10.8
- compatible with update29 (Flames of Ambition)

v10.7a
- added Vateshran Hollows to Dungeons on world map

v10.7
- compatible with update28 (Markarth)
- added Markarth Wayshrine to Capital Wayshrines on world map

v10.6a
- fixed raid notification messages (contributed by mychaelo)
- excluded status window from NoSpin for allowing to change an outfit (contributed by Baertram)
- updated DE translation (contributed by Baertram)

v10.6
- compatible with update27 (Stonethorn)
- fixed remaining dependency of LibStub
- added Eyevea Wayshrine to Capital Wayshrines on world map not to interrupt GuildShrines addon
- added The Earth Forge Wayshrine to Capital Wayshrines on world map not to interrupt GuildShrines addon

v10.5
- compatible with update26 (Greymoor)
- added Solitude Wayshrine to Capital Wayshrines on world map

v10.4b
- removed dependency of LibStub

v10.4a
- fixed "Don't warn when trying to equip a bindable item" option didn't work by D&D
- fixed "Disable Chat autocompletion" option didn't work
- added Dragonguard Sanctum Wayshrine to Capital Wayshrines on world map

v10.4
- compatible with update25 (Harrowstorm)
- moved the LibAnnyoingUpdateNotificationInGame library from DependsOn to OptionalDependsOn
- fixed an error occurred when D&D a BoE gear into equipment area while "Don't warn when trying to equip a bindable item" on
> it will show the warning by D&D, means this option doesn't work because of unable to ignore the warn on this situation.
> still this warning is ignorable when double clicking a BoE gear for equipping.
- "Disable Chat autocompletion" option is temporarily disabled on update25 environment because of this feature occuring errors on pts
> it will be developped in another way when new API document will be released.

v10.3b
- fixed "chat message" option for blocking AVA messages didn't work
- fixed "chat message" option for blocking message "Lorebook Discovered" didn't work
- fixed "chat message" option for blocking message "Ability progressed to Rank X" didn't work

v10.3a
- fixed "Hide" option for Unowned Houses didn't work

v10.3
- compatible with update24 (Dragonhold)
- removed all libraries
- added recent Capital Wayshrines (Lilmoth, Rimmen and Senchal) on world map
- fixed some arenas (DragonStar and Maelstrom) were not hidden on world map as dungeons

before
see No thank you#ChangeLog
Archived Files (12)
File Name
Version
Size
Uploader
Date
10.8
38kB
uta.karas
02/22/21 05:30 PM
10.7a
38kB
uta.karas
11/23/20 04:26 AM
10.7
38kB
uta.karas
10/27/20 11:42 PM
10.6a
38kB
uta.karas
10/10/20 06:18 PM
10.6
37kB
uta.karas
08/23/20 05:38 PM
10.5
37kB
uta.karas
05/23/20 06:25 PM
10.4b
37kB
uta.karas
03/02/20 04:44 AM
10.4a
37kB
uta.karas
02/26/20 08:53 PM
10.4
37kB
uta.karas
02/07/20 06:51 PM
10.3b
37kB
uta.karas
11/23/19 06:57 PM
10.3a
37kB
uta.karas
11/11/19 03:43 AM
10.3
37kB
uta.karas
10/21/19 07:20 PM


Post A Reply Comment Options
Unread 08/08/21, 01:26 PM  
Ekoe

Forum posts: 8
File comments: 41
Uploads: 0
A request

Is there a possiblity of adding an option to ignore "friends requests" which blocks the request without having to decline, much like the option to auto decline a duel, or the BLock Guild Invites which this add on provide (love this feature!). Not sure if this is a duoable, but it would be a nice feature.
Last edited by Ekoe : 08/09/21 at 12:36 PM.
Report comment to moderator  
Reply With Quote
Unread 08/08/21, 12:40 AM  
cag_dk
 
cag_dk's Avatar

Forum posts: 25
File comments: 122
Uploads: 0
Lore books, key modifier

Any chance for a key modifier in respect to reading lore books?

Some times you need to read the book/paper for instructions on a puzzle.
It would be nice to hold down ex. shift when clicking a book to actually read it and not just adding it to your library and then afterwards go into addon-settings and turn Lore off > read the book > solve the puzzle > turn Lore back on
Report comment to moderator  
Reply With Quote
Unread 08/07/21, 12:08 AM  
Phuein
 
Phuein's Avatar
AddOn Author - Click to view AddOns

Forum posts: 132
File comments: 268
Uploads: 16
Addon errors were crashing my game very often, while I had this addon print errors to chat. This tweak fixed it for me, seems like a mix between bad control characters and text length:

Code:
elseif SV.luaError == 2 then
    errString = errString:gsub('<Locals>[^\n]+</Locals>', ''):gsub('[^%C\n\t]', ''):sub(1, 1000)

    if not seenBugs[errString] then
        d(errString)
        seenBugs[errString] = true
    end
end

Line 1317 of NoThankYou.lua. This should give you, mostly, the same output as the popup notification error box.
Report comment to moderator  
Reply With Quote
Unread 07/15/21, 12:56 AM  
xen32
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 104
Uploads: 1
I reported error on Item Saver, but No Thank you makes it even worse by freezing the game when said error occurs with output errors to chat settings. I will quote relevant part from my other comment:

I disabled every addon (not libs) but Item Saver, and got error message instead on same action:

EsoUI/Ingame/Inventory/InventorySlot.lua:741: Attempt to access a private function 'PickupInventoryItem' from insecure code. The callstack became untrusted 1 stack frame(s) from the top.
stack traceback:
EsoUI/Ingame/Inventory/InventorySlot.lua:741: in function 'TryBankItem'
EsoUI/Ingame/Inventory/InventorySlot.lua:1641: in function 'INDEX_ACTION_CALLBACK'
EsoUI/Ingame/Inventory/InventorySlotActions.lua:96: in function 'ZO_InventorySlotActionsoPrimaryAction'
EsoUI/Ingame/Inventory/ItemSlotActionController.lua:30: in function 'callback'
EsoUI/Libraries/ZO_KeybindStrip/ZO_KeybindStrip.lua:679: in function 'ZO_KeybindStrip:TryHandlingKeybindDown'
(tail call): ?
(tail call): ?
UPD: so after some further testing, the actual "freeze" problem goes to No Thank You with supressing errors options, while error in question is associated with Item Saver.

Since game does not crash, I could test a bit more: it happens when you deposit with E and then press E again on next item. Will not happen if you press E on other item, not directly next one, or will not happen if you manualy click it first.
Report comment to moderator  
Reply With Quote
Unread 07/10/21, 01:28 PM  
punkichu

Forum posts: 0
File comments: 11
Uploads: 0
Re: Friend status alerts

Originally Posted by proedude
seems it is not blocking friend status messages again [@someone] has logged on with [CharName].

Tried going back to v10.5, still not working. Now I'm really confused.
I would just keep the updated version. I just noticed yesterday that it was not working as i am trying to dive into the main quest w/ a "silent" chat tab, & turning off the option didn't do anything, the amount of friends with 15+ toons doing writs is killing me lol i gave up worrying about it, just bad timing for me immersion wise.
I've never attempted to turn it off as i do need to know who comes online/offline for my own reasons lol however it would be nice to be able to completely hide the chat box itself as a base game option, & keep it closed! until we decide to open it for whatever reason. on console this feature is available. i played for years b4 i realized there was a chat box on ps4 lol

I'm sure it will be sorted out as in most cases MOST add-ons do get sorted after an update/chapter etc. some within a week, others take a bit longer. having patience all we can do. Other than this little annoyance, the add-on is an absolute gem for me
Report comment to moderator  
Reply With Quote
Unread 07/04/21, 01:22 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1519
Uploads: 2
dont rotate camera option not working
please fix
Report comment to moderator  
Reply With Quote
Unread 06/20/21, 02:54 AM  
Maars

Forum posts: 0
File comments: 38
Uploads: 0
Originally Posted by jnslevin
The wayshrine ID is 458.
Thank you!
Report comment to moderator  
Reply With Quote
Unread 06/09/21, 06:46 AM  
Sgy-x2
 
Sgy-x2's Avatar

Forum posts: 0
File comments: 53
Uploads: 0
Originally Posted by Maars
Shouldn't it be the Leyawiin wayshrine (the one inside the city walls) instead of the outskirts one? It would be more convenient
I completely agree, we need to make the main wayshrine inside the city
Last edited by Sgy-x2 : 06/09/21 at 06:52 AM.
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 09:14 AM  
JN Slevin
 
JN Slevin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 85
Uploads: 4
Originally Posted by Maars
Shouldn't it be the Leyawiin wayshrine (the one inside the city walls) instead of the outskirts one? It would be more convenient
I agree.

The wayshrine ID is 458.

So you open up NoThankYou.lua search for
Code:
local isCapitalWayshrine
go far down until you find the
Code:
[467] true = -- Blackwood Leyawiin Outskirts
and replace it with
Code:
 [458] = true -- Blackwood Leyawiin Wayshrine
Save, reload UI and it should work
Last edited by JN Slevin : 06/03/21 at 05:58 AM.
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 01:47 AM  
Maars

Forum posts: 0
File comments: 38
Uploads: 0
Shouldn't it be the Leyawiin wayshrine (the one inside the city walls) instead of the outskirts one? It would be more convenient
Report comment to moderator  
Reply With Quote
Unread 06/01/21, 12:06 AM  
uta.karas
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 41
Uploads: 3
Re: Tip to get back preview option

Thank you for the information.

I added new option for camera rotation, so now you can choose "NoSpin without preview" or "Spin".


Originally Posted by HowellQagan
Disabling the turning animation in the inventory also disables the preview option. To fix it, you can add the scene to the blacklist in this addon by editing your NoThankYou.lua in the addon's folder this way:

Lua Code:
  1. local blacklistedScenes = {
  2.         market = true,
  3.         crownCrateGamepad = true,
  4.         crownCrateKeyboard = true,
  5.         keyboard_housing_furniture_scene = true,
  6.         gamepad_housing_furniture_scene = true,
  7.         dyeStampConfirmationGamepad = true,
  8.         dyeStampConfirmationKeyboard = true,
  9.         outfitStylesBook = true,
  10.         stats = true,
  11.         inventory = true
  12.     }

Search for the blacklistedScenes local and add the line "inventory = true" at the end of it just as seen above. This way it will rotate again in inventory but you can also use preview.
Report comment to moderator  
Reply With Quote
Unread 04/07/21, 02:32 PM  
HowellQagan
 
HowellQagan's Avatar

Forum posts: 11
File comments: 437
Uploads: 0
Lightbulb Tip to get back preview option

Disabling the turning animation in the inventory also disables the preview option. To fix it, you can add the scene to the blacklist in this addon by editing your NoThankYou.lua in the addon's folder this way:

Lua Code:
  1. local blacklistedScenes = {
  2.         market = true,
  3.         crownCrateGamepad = true,
  4.         crownCrateKeyboard = true,
  5.         keyboard_housing_furniture_scene = true,
  6.         gamepad_housing_furniture_scene = true,
  7.         dyeStampConfirmationGamepad = true,
  8.         dyeStampConfirmationKeyboard = true,
  9.         outfitStylesBook = true,
  10.         stats = true,
  11.         inventory = true
  12.     }

Search for the blacklistedScenes local and add the line "inventory = true" at the end of it just as seen above. This way it will rotate again in inventory but you can also use preview.
Report comment to moderator  
Reply With Quote
Unread 03/26/21, 03:23 AM  
MajThorax

Forum posts: 0
File comments: 1
Uploads: 0
craglorn group area notifs

Can I remove with this addon the Group Area announcements in Craglorn? I have installed all 3 libraries and put the setting to silent but I still get the message in the centre of my screen and hear the annoying sound.
Report comment to moderator  
Reply With Quote
Unread 03/13/21, 07:01 PM  
SammiSakura
 
SammiSakura's Avatar

Forum posts: 0
File comments: 106
Uploads: 0
Originally Posted by Migoda
Originally Posted by SammiSakura
NTY is somehow removing the new "preview" option in the inventory context menu. Ive tried unselecting the two Inventory options in the addon option menu to no avail
Same here. Try to disable the camera rotation option as a temporary workaround. No idea why this related, but turning it off makes the preview option reappear and working for me.
Ooft, that rotation bugs me though. I hope this gets patched soon.
Report comment to moderator  
Reply With Quote
Unread 03/11/21, 11:06 AM  
Migoda
AddOn Author - Click to view AddOns

Forum posts: 18
File comments: 79
Uploads: 1
Originally Posted by SammiSakura
NTY is somehow removing the new "preview" option in the inventory context menu. Ive tried unselecting the two Inventory options in the addon option menu to no avail
Same here. Try to disable the camera rotation option as a temporary workaround. No idea why this related, but turning it off makes the preview option reappear and working for me.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: