Thread Tools Display Modes
06/10/15, 11:11 PM   #1
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Crafting Writ Assistant

Hey guys, be sure to check out my latest addon "Crafting Writ Assistant", save time doing your writs with this handy addon displaying your current writ task at hand for you in the crafting station window!

http://www.esoui.com/downloads/info1...Assistant.html
 
06/10/15, 11:49 PM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,567
Exactly what I have been waiting for.
Will try it once I am home from work.
 
01/18/18, 09:51 AM   #3
Averesin
Join Date: Jan 2018
Posts: 2
Excellent addon, Argusus, but don't work with RuESO (russification addon) without RU lang lua. I created my own RU.lua file and it's work good. I'm attaching my RU.lua file here. But since I have not yet get MASTERFUL writ, it has not yet been translated. If I have badly translated some elements, then I ask to forgive me, since I have been doing this for the first time. Some inscriptions overlap each other in main window (because the size of the text has changed), but it doesn't prevent you from using addon.
When I'll get MASTERFUL writ, I will complement translate or maybe someone else will do it and put his version here.
Attached Files
File Type: lua RU.lua (4.1 KB, 866 views)
 
01/25/18, 09:21 PM   #4
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Averesin View Post
Excellent addon, Argusus, but don't work with RuESO (russification addon) without RU lang lua. I created my own RU.lua file and it's work good. I'm attaching my RU.lua file here. But since I have not yet get MASTERFUL writ, it has not yet been translated. If I have badly translated some elements, then I ask to forgive me, since I have been doing this for the first time. Some inscriptions overlap each other in main window (because the size of the text has changed), but it doesn't prevent you from using addon.
When I'll get MASTERFUL writ, I will complement translate or maybe someone else will do it and put his version here.
Thanks Averesin! I appreciate your help. I will add this file to the patch that I'm about to deploy. If you would like to give me other translations for master writs in the future , let me know. Thanks again!
 
01/25/18, 09:38 PM   #5
Argusus
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 120
Originally Posted by Averesin View Post
Excellent addon, Argusus, but don't work with RuESO (russification addon) without RU lang lua. I created my own RU.lua file and it's work good. I'm attaching my RU.lua file here. But since I have not yet get MASTERFUL writ, it has not yet been translated. If I have badly translated some elements, then I ask to forgive me, since I have been doing this for the first time. Some inscriptions overlap each other in main window (because the size of the text has changed), but it doesn't prevent you from using addon.
When I'll get MASTERFUL writ, I will complement translate or maybe someone else will do it and put his version here.
Can you please translate these items as well?

-- MASTER_WRIT_PHRASES
ZO_CreateStringId("SI_CWA_MASTERFUL", "Masterful")

-- MASTER_WRIT_TEXT_INDICATORS
ZO_CreateStringId("SI_CWA_MW_BLACK_SMITH_ARMOR", "Plate")
ZO_CreateStringId("SI_CWA_WOODWORKING_SHEILD","Shield")
ZO_CreateStringId("SI_CWA_MW_ALCHEMIST", "Concoction")
ZO_CreateStringId("SI_CWA_MW_ENCHANTER", "Glyph")

ZO_CreateStringId("SI_CWA_MW_CLOTHIER_MED", "Leatherwear")
ZO_CreateStringId("SI_CWA_MW_CLOTHIER_LIGHT", "Tailoring")
ZO_CreateStringId("SI_CWA_MW_PROVISIONER_FEAST", "Feast")

--Blacksmith
ZO_CreateStringId("SI_CWA_DAGGER", "Dagger")
ZO_CreateStringId("SI_CWA_SWORD", "Sword")
ZO_CreateStringId("SI_CWA_GREATSWORD", "Greatsword")
ZO_CreateStringId("SI_CWA_MACE", "Mace")
ZO_CreateStringId("SI_CWA_AXE", "Axe")
ZO_CreateStringId("SI_CWA_MAUL", "Maul")
--Woodworking
ZO_CreateStringId("SI_CWA_STAFF", "Staff")
ZO_CreateStringId("SI_CWA_BOW", "Bow")
ZO_CreateStringId("SI_CWA_SHEILD", "Shield")
 
01/30/18, 02:09 AM   #6
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
<coughs inconspiciously>
 
01/30/18, 02:35 AM   #7
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
You know this is older than Dolgubon's, right?
 
01/30/18, 05:08 AM   #8
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
Sure do. But then, sand paper is older than toilet paper, and not everyone knew about the latter. :P
 
01/30/18, 10:09 AM   #9
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 408
Originally Posted by manavortex View Post
Sure do. But then, sand paper is older than toilet paper, and not everyone knew about the latter. :P
Ouch.


The writ crafter also has an RU patch which should work
 
02/07/18, 04:09 AM   #10
Averesin
Join Date: Jan 2018
Posts: 2
Originally Posted by Argusus View Post
Can you please translate these items as well?

-- MASTER_WRIT_PHRASES
ZO_CreateStringId("SI_CWA_MASTERFUL", "Masterful")

-- MASTER_WRIT_TEXT_INDICATORS
ZO_CreateStringId("SI_CWA_MW_BLACK_SMITH_ARMOR", "Plate")
ZO_CreateStringId("SI_CWA_WOODWORKING_SHEILD","Shield")
ZO_CreateStringId("SI_CWA_MW_ALCHEMIST", "Concoction")
ZO_CreateStringId("SI_CWA_MW_ENCHANTER", "Glyph")

ZO_CreateStringId("SI_CWA_MW_CLOTHIER_MED", "Leatherwear")
ZO_CreateStringId("SI_CWA_MW_CLOTHIER_LIGHT", "Tailoring")
ZO_CreateStringId("SI_CWA_MW_PROVISIONER_FEAST", "Feast")

--Blacksmith
ZO_CreateStringId("SI_CWA_DAGGER", "Dagger")
ZO_CreateStringId("SI_CWA_SWORD", "Sword")
ZO_CreateStringId("SI_CWA_GREATSWORD", "Greatsword")
ZO_CreateStringId("SI_CWA_MACE", "Mace")
ZO_CreateStringId("SI_CWA_AXE", "Axe")
ZO_CreateStringId("SI_CWA_MAUL", "Maul")
--Woodworking
ZO_CreateStringId("SI_CWA_STAFF", "Staff")
ZO_CreateStringId("SI_CWA_BOW", "Bow")
ZO_CreateStringId("SI_CWA_SHEILD", "Shield")
Big thanks for my Guild Master, she make screenshots of quest journal with active MASTERFUL quest for me.

-- MASTER_WRIT_PHRASES
ZO_CreateStringId("SI_CWA_MASTERFUL", "Искусный")

-- MASTER_WRIT_TEXT_INDICATORS
ZO_CreateStringId("SI_CWA_MW_BLACK_SMITH_ARMOR", "Доспехи")
ZO_CreateStringId("SI_CWA_WOODWORKING_SHEILD","Щит")
ZO_CreateStringId("SI_CWA_MW_ALCHEMIST", "Смесь")
ZO_CreateStringId("SI_CWA_MW_ENCHANTER", "Глиф")

ZO_CreateStringId("SI_CWA_MW_CLOTHIER_MED", "Кожанные")
ZO_CreateStringId("SI_CWA_MW_CLOTHIER_LIGHT", "Тканевые")
ZO_CreateStringId("SI_CWA_MW_PROVISIONER_FEAST", "Пир")

-- MASTER_WRIT_WEAPON_TYPE_INDICATORS
ZO_CreateStringId("SI_CWA_WEAPON", "Оружие")

--Blacksmith
ZO_CreateStringId("SI_CWA_DAGGER", "Кинжал")
ZO_CreateStringId("SI_CWA_SWORD", "Меч")
ZO_CreateStringId("SI_CWA_GREATSWORD", "Двуручный меч")
ZO_CreateStringId("SI_CWA_MACE", "Булова")
ZO_CreateStringId("SI_CWA_AXE", "Топор")
ZO_CreateStringId("SI_CWA_MAUL", "Двуручная булова")
--Woodworking
ZO_CreateStringId("SI_CWA_STAFF", "Посох")
ZO_CreateStringId("SI_CWA_BOW", "Лук")
ZO_CreateStringId("SI_CWA_SHEILD", "Щит")

This is full translated version, but the Name of things that you should craft, don't translated yet in RuESO addon, and therefore, if I understood correctly, this lines does not need a translation yet.

--Blacksmith
ZO_CreateStringId("SI_CWA_DAGGER", "Dagger")
ZO_CreateStringId("SI_CWA_SWORD", "Sword")
ZO_CreateStringId("SI_CWA_GREATSWORD", "Greatsword")
ZO_CreateStringId("SI_CWA_MACE", "Mace")
ZO_CreateStringId("SI_CWA_AXE", "Axe")
ZO_CreateStringId("SI_CWA_MAUL", "Maul")
--Woodworking
ZO_CreateStringId("SI_CWA_STAFF", "Staff")
ZO_CreateStringId("SI_CWA_BOW", "Bow")
ZO_CreateStringId("SI_CWA_SHEILD", "Shield")

And for the correct operation of the add-on, you need to add additional search indicators as:

ZO_CreateStringId("SI_CWA_AXE", "Axe") have different names in rus, for one hand and for two hand

ZO_CreateStringId("SI_CWA_AXE", "Топор")
ZO_CreateStringId("SI_CWA_AXE", "Секира")

For
-- MASTER_WRIT_PHRASES
ZO_CreateStringId("SI_CWA_MASTERFUL", "Masterful")

ZO_CreateStringId("SI_CWA_MASTERFUL", "Искусный")
ZO_CreateStringId("SI_CWA_MASTERFUL", "Искусные")
ZO_CreateStringId("SI_CWA_MASTERFUL", "Искусная")
ZO_CreateStringId("SI_CWA_MASTERFUL", "Искусное")

Sorry for my english. If will be change in RuESO translated, i will write here.
 

ESOUI » AddOns » Alpha/Beta AddOns » Crafting Writ Assistant

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