The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
I have ready code, now I have to test it. I will upload updated addon in a few minutes.The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
You can bind a key to turn off the UI. I use that for screeners.I'd love to be able to get rid of the screenshot confirmation message, the one that is printed on the upper/right corner of the screen
Justification: I like to take a screenie of the hireling messages before deleting the mails, and I need to wait a few secs before taking the next one, so the message clear up first
poodlemasterb16_ESO wrote: »
I have found it very amusing that the people who learned to do "e" and "x" to get attachments and delete the mail, cannot learn to do "e" and "x" and "e" to do the same thing.
If you add this line to the addon code, you will never see the screenshot confirmation message again:I'd love to be able to get rid of the screenshot confirmation message, the one that is printed on the upper/right corner of the screen
Justification: I like to take a screenie of the hireling messages before deleting the mails, and I need to wait a few secs before taking the next one, so the message clear up first
ZO_PreHook(ZO_AlertText_GetHandlers(), EVENT_SCREENSHOT_SAVED, function() return true end)
If more people says that it is useful, I'll consider adding it to the addon.
It's not that fun when you get 40 hireling mails every 12 hours.poodlemasterb16_ESO wrote: »The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
I have found it very amusing that the people who learned to do "e" and "x" to get attachments and delete the mail, cannot learn to do "e" and "x" and "e" to do the same thing.
dwemer_paleologist wrote: »horrible idea, and here's why.
i love the ability to be able to do this, but add-ons like this do nothing more then to teach eso corporate office that they do NOT need to remove the messages from the game and things that annoy us in the extreme because the modd / add-on community fixes it for free instead of zenimax employees. Thus, we find more and more and more very annoying things in the game that will not ever be fixed
poodlemasterb16_ESO wrote: »The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
I have found it very amusing that the people who learned to do "e" and "x" to get attachments and delete the mail, cannot learn to do "e" and "x" and "e" to do the same thing.
It's not that fun when you get 40 hireling mails every 12 hours.poodlemasterb16_ESO wrote: »The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
I have found it very amusing that the people who learned to do "e" and "x" to get attachments and delete the mail, cannot learn to do "e" and "x" and "e" to do the same thing.
EXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEXEX.
If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
Today I have added Guild Roster Alerts to the black list, and I'll be happy to add more.
The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
I will add it to the next version.bellanca6561n wrote: »Oops....just noticed Garkin that getting rid of those "they don't bleed" spams was not among the stated features. Could you nix those as well in a future release?
As another player noted, you have a long (as long as the game has been around) and distinguished record with creating keenly useful add-ons. I'll be expressing my appreciation in more than words
return (errorStringId == 162) or (errorStringId == 177)to:
return (errorStringId == 162) or (errorStringId == 176) or (errorStringId == 177)
This addon does not handle chat spam. There are other addons for this, for example Got My Five or SpamBayes.maybe one to handle guild recruitment spam?
I don't believe how much crap I'm getting over requesting that he add a "no delete confirmation" option.The other thing that BT9 did that was extremely useful, was to get rid of the stupid new confirmation box that pops up every time you want to delete an email.If you have any suggestion which message, notifications or alerts you want have blocked, let me know.
If could add that in as a feature, it would be awesome.
I find that comfirmation necessary. You are deleting something, after all.
Just so you know, here's another vote for "it's useful, please include it."If you add this line to the addon code, you will never see the screenshot confirmation message again:I'd love to be able to get rid of the screenshot confirmation message, the one that is printed on the upper/right corner of the screen
Justification: I like to take a screenie of the hireling messages before deleting the mails, and I need to wait a few secs before taking the next one, so the message clear up firstZO_PreHook(ZO_AlertText_GetHandlers(), EVENT_SCREENSHOT_SAVED, function() return true end)
If more people says that it is useful, I'll consider adding it to the addon.
Agreed. Garkin should be on ZOS's payroll.Ourorboros wrote: »Garkin is my Add-on hero. Right now, his updates are doing more for me than ZOS. Thank you, Garkin!!!
Just so you know, here's another vote for "it's useful, please include it."If you add this line to the addon code, you will never see the screenshot confirmation message again:I'd love to be able to get rid of the screenshot confirmation message, the one that is printed on the upper/right corner of the screen
Justification: I like to take a screenie of the hireling messages before deleting the mails, and I need to wait a few secs before taking the next one, so the message clear up firstZO_PreHook(ZO_AlertText_GetHandlers(), EVENT_SCREENSHOT_SAVED, function() return true end)
If more people says that it is useful, I'll consider adding it to the addon.
bellanca6561n wrote: »Oops....just noticed Garkin that getting rid of those "they don't bleed" spams was not among the stated features. Could you nix those as well in a future release?
v0.8
- added option to block screenshot saved alert
- added 'This target is immune to bleeding effects.' to the list in 'Block "target immune" alerts' option.
- bug fix: reset to default button in settings menu should now work correctly
