Thread Tools Display Modes
04/07/20, 06:36 AM   #1
Jest
Join Date: Oct 2019
Posts: 13
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.
  Reply With Quote
04/07/20, 09:23 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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.
  Reply With Quote
04/07/20, 09:33 AM   #3
Jest
Join Date: Oct 2019
Posts: 13
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.
  Reply With Quote
04/07/20, 09:51 AM   #4
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
You could just make items via Lazy Set Crafter and never worry about making the wrong thing.
  Reply With Quote
04/07/20, 12:49 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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...
  Reply With Quote
04/07/20, 07:51 PM   #6
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
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

Last edited by Dolgubon : 04/07/20 at 08:10 PM.
  Reply With Quote
04/07/20, 08:04 PM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
Small bug in the code, change the
Code:
ImproveSmithingItemImproveSmithingItem
to
Code:
ImproveSmithingItem
  Reply With Quote
04/09/20, 12:05 AM   #8
Jest
Join Date: Oct 2019
Posts: 13
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.
  Reply With Quote
04/09/20, 01:07 AM   #9
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
you could use this addon:https://www.esoui.com/downloads/info...ulticraft.html
  Reply With Quote
04/09/20, 11:34 AM   #10
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
I'll implement it into FCOChangeStuff in the future. It already got some improvement hacks in there.
  Reply With Quote
04/11/20, 12:06 PM   #11
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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.
  Reply With Quote
04/15/20, 10:03 AM   #12
Jest
Join Date: Oct 2019
Posts: 13
I works well, thank you Baertram !

You save me around 50 K gold each time your addon stops an unwanted cloth gold improvement !
  Reply With Quote
04/15/20, 11:58 AM   #13
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
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?
Maybe just slow down and read a bit before pressing keybinds like 10x in a row.
But you are welcome
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Legendary Improvement lock

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off