Thread Tools Display Modes
04/07/17, 09:59 AM   #1
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
Save my motifs

Would it be possible to write an addon that allows you to out a Char in a blacklist wich is no longer able to read motifs, recipes and other items like that.

Perfekt would be if you would be able make a personal list with the motifs and recipes that you can no longer read with chars on the blacklist.
  Reply With Quote
04/07/17, 10:06 AM   #2
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
It seems like that would require hooking into UseItem. Maybe someone has a good way of doing this, but if you even look at UseItem's distant relative now, it'll throw an error and you have to reload.
  Reply With Quote
04/07/17, 12:57 PM   #3
Gamer1986PAN
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 87
Maybe you can make the game think your char already know that motif. Not sure what is possible but i try to give some opportunities.
  Reply With Quote
04/07/17, 01:05 PM   #4
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
it should be possible to disable few things before using the item but i'll maybe result in some insecure code.
  Reply With Quote
04/07/17, 01:51 PM   #5
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
Originally Posted by Ayantir View Post
it should be possible to disable few things before using the item but i'll maybe result in some insecure code.
Which would disable ALL items...still success, I suppose.
  Reply With Quote
04/10/17, 05:13 AM   #6
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,964
You could try to use FCOItemSaver and set it up to use character settings, instead of account wide.
Let it mark your unknown recipes and motifs (no unknown check here, it'll just mark all) and remove those markers that you don't need anymore for each character.

It'll prevent the usage of the marked items in your inventory.

But it got several other features you possibly don't need so you need to check it out.
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Save my motifs


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