Download
(19 Kb)
Download
Updated: 10/09/22 07:31 AM
Pictures
File Info
Compatibility:
Firesong (8.2.5)
Lost Depths (8.1.5)
Updated:10/09/22 07:31 AM
Created:09/20/16 08:30 AM
Monthly downloads:45
Total downloads:14,216
Favorites:26
MD5:
DIKIFA Patched (v1.6.2.x)  Popular! (More than 5000 hits)
Version: 1.6.2.23
by: ForgottenLight [More]
Attention! This addon in terms of displaying motifs does not correspond to the current realities of the game. The addon determines the knowledge of motifs by achievements, but achievements have now become common to all characters on the account. Therefore, if at least one character has learned the motif, the addon will show that all the characters have learned the motif.
To fix this problem, it's easier to write a new addon than to fix this one.


About addon DIKIFA
This addon displays in the tooltip of recipes and motifs information about which of your characters knows this recipe or motif, and who does not.

About patch
Some time ago there was a very useful addon DIKIFA. Then the author stopped supporting it and left ESO. However, many players continue to use this addon. It still works, but it does not show the new motifs. For myself, I added support for new motifs in the addon, and at the request of friends publish this patch. I am not the author of this addon and I do not plan to further develop this addon. But if there will be more new styles can be added to them as well.

As well as the original addon patch includes two files. Thus, the patch can be installed without the presence of the original addon.

Changes made by the patch
- Changed method of saving data on the "Across All Accounts"
- Added support for RU localization
- Added sorting of the list of characters. Code provided by igx31.
- Added support for new motifs:
--> 32 Abah's Watch, 33 Thieves Guild, 34 Assassins League, 35 Dro-m'Athra, 36 Dark Brotherhood, 39 Minotaur, 40 Order of the Hour,
--> 20 Yokudan, 37 Draugr, 41 Celestial,
--> 31 Skinchanger, 42 Hollowjack
--> 28 Ra Gada, 37 Ebony, 44 Silken Ring, 45 Mazzatun
--> 30 Morag Tong, 47 Buoyant Armiger, 48 Ashlander
--> 50 Telvanni, 51 Hlaalu, 52 Redoran
--> 54 Bloodforge, 55 Dreadhorn, 56 Apostle, 57 Ebonshadow
--> 49 Militant Ordinator, 60 Worm Cult
--> 61 Psijic, 62 Sapiarch, 64 Pyandonean
--> 58 Fang Lair, 59 Scalecaller
--> 63 Dremora, 66 Silver Dawn, 67 Welkynar, 69 Dead-Water
--> 65 Huntsman, 70 Elder Argonian
--> 71 Coldsnap, 72 Meridian, 73 Anequina, 74 Pellitine, 75 Sunspire
--> 53 Refabricated, 68 Honor Guard, 76 Dragonguard
--> 77 Stags of Z'en, 78 Moongrave Fane, 80 Shield of Senchal, 81 New Moon Priest, 82 Icereach Coven, 83 Pyre Watch, 84 Blackreach Vanguard, 87 Ancestral Nord, 88 Ancestral Orc, 89 Ancestral High Elf
--> 85 Greymoor, 86 Sea Giant
--> 90 Thorn Legion, 91 Hazardous Alchemy, 94 Ancestral Reach, 96 Arkthzand Armory
--> 95 Nighthollow, 97 Wayward Guardian
--> 92 Ancestral Akaviri, 99 Waking Flame, 100 True-Sworn, 101 Ivory Brigade
--> 102 Sul-Xan, 105 Crimson Oath, 106 Silver Rose
--> 107 Annihilarch's, 108 Fargrave Guardian, 110 Dreadsails, 111 Ascendant Order, 112 Syrabanic Marine, 113 Steadfast Society, 114 Systres Guardian
--> 93 Ancestral Breton, 98 House Hexos, 103 Black Fin Legion, 104 Ancient Daedric

Across All Accounts
You need to re-login all the characters in order to re-read all the data and keep their with new method.
Instead, you can return the old method of saving the data.
For this you need replace the code in lines 1146-1147:
Lua Code:
  1. --DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults)
  2. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")
with the following code:
Lua Code:
  1. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults)
  2. --DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")

Playing on both EU and NA servers
If you play on both servers at once, and want the addon to show only the characters of the current server you need replace the code
Lua Code:
  1. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")
  2. --DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts" .. string.sub(GetWorldName(),1,2))
with the following code:
Lua Code:
  1. --DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")
  2. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts" .. string.sub(GetWorldName(),1,2))

Links
http://www.esoui.com/downloads/info1051-DoIKeepItForAlts.html
http://www.esoui.com/downloads/info1090-PanelsettingforDoIKeepItForAlts.html
Optional Files (0)


Archived Files (5)
File Name
Version
Size
Uploader
Date
1.6.2.22
20kB
ForgottenLight
10/01/22 07:52 AM
1.6.2.21
19kB
ForgottenLight
11/24/21 11:24 AM
1.6.2.20
19kB
ForgottenLight
06/03/21 08:43 AM
1.6.2.19
19kB
ForgottenLight
05/30/21 06:35 AM
1.6.2.18
19kB
ForgottenLight
01/07/21 01:18 PM


Post A Reply Comment Options
Unread 10/16/16, 09:59 AM  
Haho

Forum posts: 15
File comments: 14
Uploads: 0
Originally Posted by QuadroTony
beware, the author might demand you to delete it, i know it because i know her behaviour
You don't get to know people by just thinking about them when you fap
Report comment to moderator  
Reply With Quote
Unread 10/16/16, 07:45 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
beware, the author might demand you to delete it, i know it because i know her behaviour
Report comment to moderator  
Reply With Quote
Unread 09/20/16, 02:04 PM  
calia1120
 
calia1120's Avatar
AddOn Author - Click to view AddOns

Forum posts: 62
File comments: 232
Uploads: 5
The original addon was removed by the author, Fyi. There are several addons for tracking motifs known across characters, such as Craftstore (though be sure to get one of Blackswan's patches) that are still readily available for download.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: