ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Legendary Improvement lock (https://www.esoui.com/forums/showthread.php?t=9067)

Jest 04/07/20 06:36 AM

Legendary Improvement lock
 
Hi,

is there any addon or tip to disable Legendary quality improvement (from Epic) ?

Two times I "lost" 8 Dreugh Wax !
First time I said myself 'be carefull next time !" but 2nd time I was tired and... wow so expensive error ...

Thanks.

Baertram 04/07/20 09:23 AM

Not that I would know off. But good idea, maybe I can add it to FCO ItemSaver.

Isn't there shown a security dialog before improvement? Maybe "read it" and check the current quality at the bottom of the screen before pressing the keybind :-8

btw:
You can use FCOItemSaver and setup a dynamic marker icon with the name "No improvement".
Setup the dynamic icon in the dynamic icon settings to "Block improvement" but allow all the other protections (Sell, deconstruct, research, trade, mail, ...).
If you apply this to your items you cannot improve it anymore.

But this applies to each improvement, so you will have to remove it before an improvement by e.g. clicking on it with SHIFT+right mouse button (if you have enabled this in the settings).
And you need to re-apply it after the improvement manually.

So this is not a real benefit here except it will block each improvement if you got the marker icon applied.
But this also would apply to the normal FCOIS "Lock" icon btw. If this is set improvement is disabled (protected).
You are able to remove/Set this by keybind as well, so this would be a helper.

Jest 04/07/20 09:33 AM

1) Thank you Baertram.

2) I got an idea : just before improve quality (which is not every day) I could retire all the dreugh wax and put them into a coffer. Not very convenient though.

Rhyono 04/07/20 09:51 AM

You could just make items via Lazy Set Crafter and never worry about making the wrong thing.

Baertram 04/07/20 12:49 PM

Wouldn't help for already found or bought items you wish to improve though.

@Jest
As I know you use FCOItemSaver already I think it would be easier to lock your items (maybe even automatically by their trait if they are set items. FCOIS settings->autoamtic marks->sets -> wished) instead of moving your material each time...

Dolgubon 04/07/20 07:51 PM

Put this code in some addon you use, and it will disable improving items to gold. Just remember where the code is!

local o = ImproveSmithing
Item

ImproveSmithingItem = function(...)local params = {...}
if GetItemQuality(params[1], params[2]) > 3 then
return
end
return o(...)
end

Baertram 04/07/20 08:04 PM

Small bug in the code, change the
Code:

ImproveSmithingItemImproveSmithingItem
to
Code:

ImproveSmithingItem

Jest 04/09/20 12:05 AM

Thank you for your anwers. Any chances to see this implemented ?

This is a call to any developer for a existent or a new addon.

Scootworks 04/09/20 01:07 AM

you could use this addon:https://www.esoui.com/downloads/info...ulticraft.html

Baertram 04/09/20 11:34 AM

I'll implement it into FCOChangeStuff in the future. It already got some improvement hacks in there.

Baertram 04/11/20 12:06 PM

Try if this works for you, but beware: It's a beta.

Maybe only test with qualities like green or blue for the test!
You'll find the settings in the FCOChangeStuff addon settings -> Crafting -> Improvement quality...
In that dropdown with the quality you need to select the quality which will be blocked. All higher qualities will be blocked as well.
You can enable an exception if you enable the setting to hold the SHIFT key during the improvment. This will allo to improve to higher qualities even if the quality is blocked.

Jest 04/15/20 10:03 AM

I works well, thank you Baertram !

You save me around 50 K gold each time your addon stops an unwanted cloth gold improvement !

Baertram 04/15/20 11:58 AM

Well I personally never experienced this problem as I "manually click" the keybind or the button and it always asks with a dialog "Are you sure" and shows you the quality color + the improvement materials + amount + chance to improve in advance.
So I don't really get why this "saves" you as the vanilla UI already does this? :confused:
Maybe just slow down and read a bit before pressing keybinds like 10x in a row.
But you are welcome :D


All times are GMT -6. The time now is 12:26 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI