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:41
Total downloads:14,210
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 06/03/21, 08:52 AM  
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 237
Uploads: 12
Hi! Added in v1.6.2.20.

The Ancestral Akaviri style is special - it does not have a golden book (both regular and crown). There are only separate sheets.

Originally Posted by Chufu gro-Khash
With the Blackwood Chapter, these motifs can be obtained:

- Crafting Motif 99: Waking Flame Style
- Crafting Motif 100: True-Sworn Style
- Crafting Motif 101: Ivory Brigade Style

I did also hear about this one, but not sure if it's actually in the game yet:

- Crafting Motif 92: Ancestral Akaviri Style

Would you mind adding these to the addon?

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 11:45 AM  
Chufu gro-Khash
 
Chufu gro-Khash's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
With the Blackwood Chapter, these motifs can be obtained:

- Crafting Motif 99: Waking Flame Style
- Crafting Motif 100: True-Sworn Style
- Crafting Motif 101: Ivory Brigade Style

I did also hear about this one, but not sure if it's actually in the game yet:

- Crafting Motif 92: Ancestral Akaviri Style

Would you mind adding these to the addon?

Thanks in advance!
Report comment to moderator  
Reply With Quote
Unread 05/30/21, 01:17 PM  
Chufu gro-Khash
 
Chufu gro-Khash's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Re: Re: Markarth missing motifs

Thanks a lot for your hard work, you're great!
Report comment to moderator  
Reply With Quote
Unread 05/30/21, 06:36 AM  
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 237
Uploads: 12
Re: Markarth missing motifs

Hi! Added in v1.6.2.19.

Originally Posted by Chufu gro-Khash
Hello,

I really love this addon, it's so super practical for me all the time. Thank you for the continuous work on it. <3

I noticed though the last style-motifs are not on here, the ones I found (from Markath) are:

- crafting motif 95: Nighthollow
- crafting motif 97: Wayward Guardian

Would you mind adding those to the addon?

Thank you in advance!
Report comment to moderator  
Reply With Quote
Unread 05/28/21, 10:26 AM  
Chufu gro-Khash
 
Chufu gro-Khash's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Smile Markarth missing motifs

Hello,

I really love this addon, it's so super practical for me all the time. Thank you for the continuous work on it. <3

I noticed though the last style-motifs are not on here, the ones I found (from Markath) are:

- crafting motif 95: Nighthollow
- crafting motif 97: Wayward Guardian

Would you mind adding those to the addon?

Thank you in advance!
Report comment to moderator  
Reply With Quote
Unread 06/01/18, 09:30 PM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
Thank you for the update!
Found the correct lines to comment/uncomment.
Report comment to moderator  
Reply With Quote
Unread 05/30/18, 11:12 PM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
Originally Posted by ForgottenLight
Originally Posted by RavenMind
Hi. I see in the update the commented out line 964:
If I'm reading this right, it looks like it serves the same purpose as the lines you provided in the post below..? Would I just uncomment that line, & then comment out line 963?
Yes.
Thank you ForgottenLight. I appreciate your help!!
Report comment to moderator  
Reply With Quote
Unread 05/02/18, 10:15 AM  
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 237
Uploads: 12
Originally Posted by RavenMind
Hi. I see in the update the commented out line 964:
If I'm reading this right, it looks like it serves the same purpose as the lines you provided in the post below..? Would I just uncomment that line, & then comment out line 963?
Yes.
Report comment to moderator  
Reply With Quote
Unread 04/30/18, 07:02 PM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
Hi. I see in the update the commented out line 964:
Code:
DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts" .. string.sub(GetWorldName(),1,2))
If I'm reading this right, it looks like it serves the same purpose as the lines you provided in the post below..? Would I just uncomment that line, & then comment out line 963?
Code:
DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")
Or replace it with the lines you provided below?

Thanks again!!
Last edited by RavenMind : 04/30/18 at 07:06 PM.
Report comment to moderator  
Reply With Quote
Unread 04/28/18, 09:46 PM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
That is fantastic. Thank you so much for taking the time to post that. I will try it out immediately!

Edit: Works like a charm. Very much appreciated!!
Last edited by RavenMind : 04/29/18 at 04:13 AM.
Report comment to moderator  
Reply With Quote
Unread 04/28/18, 05:44 AM  
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 237
Uploads: 12
Originally Posted by RavenMind
I wonder if there is a way to turn off DIKIFA for certain toons?
I have accounts on both EU & NA and would like DIKIFA to only report toons on the server that's running. Is this already possible, or would it be difficult to add?

Thanks!!
To addon DIKIFA showed only information on the characters of the current server, it needs to make small changes. Find the code in the addon:
Lua Code:
  1. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, "AcrossAllAcounts")

and replace it with a code:
Lua Code:
  1. local txtAAA = "AcrossAllAcounts" .. string.sub(GetWorldName(),1,2)
  2. DIKI.SavedVars = ZO_SavedVars:NewAccountWide("DIKIVars", 2, nil, defaults, nil, txtAAA)
It is also desirable to delete the file \My Documents\Elder Scrolls Online\live\SavedVariables\DIKIFA.lua and relogin all the characters to be considered information about them.
If there is a new version of the addon, it will need to make the same changes.
Report comment to moderator  
Reply With Quote
Unread 04/26/18, 06:23 PM  
RavenMind
 
RavenMind's Avatar

Forum posts: 6
File comments: 391
Uploads: 0
I wonder if there is a way to turn off DIKIFA for certain toons?
I have accounts on both EU & NA and would like DIKIFA to only report toons on the server that's running. Is this already possible, or would it be difficult to add?

Thanks!!
Report comment to moderator  
Reply With Quote
Unread 06/08/17, 04:23 PM  
Cavanoskus
Premium Member
 
Cavanoskus's Avatar
Premium Member

Forum posts: 13
File comments: 49
Uploads: 0
I'm glad you updated this. I know there are several other addons to track motifs and such across alts, but DIKIFA was the only one I ever found that added such information to the actual tooltips for ANYTHING other than provisioning recipes.

Now if only someone would pick up QuickLeather.
Report comment to moderator  
Reply With Quote
Unread 10/17/16, 06:48 AM  
ForgottenLight
 
ForgottenLight's Avatar
AddOn Author - Click to view AddOns

Forum posts: 48
File comments: 237
Uploads: 12
If the AUTHOR of original addon will ask to remove the patch, I'll do it.
Report comment to moderator  
Reply With Quote
Unread 10/17/16, 05:24 AM  
QuadroTony
Banned
 
QuadroTony's Avatar
AddOn Author - Click to view AddOns

Forum posts: 828
File comments: 3866
Uploads: 3
Originally Posted by Haho
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
hello, why you registered again? looks like possession
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: