Download
(12 Kb)
Download
Updated: 03/09/24 07:14 AM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Endless Archive (9.2.5)
Updated:03/09/24 07:14 AM
Created:05/31/14 12:20 PM
Monthly downloads:1,234
Total downloads:131,610
Favorites:205
MD5:
Categories:Buff, Debuff, Spell, TradeSkill Mods
9.3.0
Enchant Maker  Popular! (More than 5000 hits)
Version: 2.1.5
by: facit, Alaren96, Khrill, votan
DependenciesV2.x.x
Since v1 has not been updated, I (votan) took over this addon. But with a new implementation, I started long time ago.

Features
  • Ordering the power runes by level. Tooltip showing the required minimum item level.
  • Ordering the aspect runes by quality. Tooltip showing the name and quality.
  • Choose right category (Armor, Weapon, Lewelry)
  • Show unknown glyphes.
  • Search for glyphes of writ quests.
version 2.1.5:
- API bump.
- New search box icon.

version 2.1.4:
- Added some nil checks for the issue of @a_triant.

version 2.1.3:
- Use runes from bank, too. Sorry from a ESO+ user.

version 2.1.2:
- Update to API 101035.

version 2.1.1:
- Added empty result list label.

version 2.1.0:
- Added search box.

version 2.0.0:
- New implemention.

version 1.1.7
Quantity on search screen was not being reduced after use.

version 1.1.6
Updated to new API
Sized dialog per Language
Moved rune names to tooltips

version 1.1.5
Added French and German support.
Include quantity on search screen.

version 1.1.4
Changed distribution to include EnchantMaker folder.

version 1.1.3
Added European versions of rune names.
Changed UI to show the required skill level and rune requirement name (e.g. Strong, Splendid etc).
Added missing level 10 runes.
Added use of crafting bag.

version 1.1.2
Fixed faulty matching algorithm for search for glyphs with missing ingredients.
Fixed faulty matching algorithm for search for glyphs with missing skill level.

version 1.1.1
Fixed bug with addon setting making search show wrong results
Added addon setting to for doing searches with ingredients for which your skill is too low.

version 1.1.0
Updated to new API

version 1.0.1
Updated to new API

version 1.0.0
Initial version:
Only english. (german and french coming in a future version)
Search for enchants that you can make from the available runestones.
Can also be set up to show enchants doable with unavailable runes.
Can also be set up to only show enchants that give new translations.
Optional Files (2)
File Name
Version
Size
Author
Date
Type
1.1.7b-2
22kB
07/22/20 03:43 PM
Patch
1.1.7a
83kB
11/30/19 05:44 PM
Patch


Archived Files (16)
File Name
Version
Size
Uploader
Date
2.1.4
12kB
votan
08/26/23 07:01 AM
2.1.3
12kB
votan
04/23/23 08:55 AM
2.1.2
12kB
votan
07/24/22 07:33 AM
2.1.1
12kB
votan
03/13/21 09:50 AM
2.1.0
11kB
votan
02/15/21 12:46 PM
2.0.0
10kB
votan
02/06/21 09:27 AM
1.1.7
55kB
Alaren96
06/27/17 01:31 PM
1.1.6
55kB
Alaren96
05/22/17 06:16 PM
1.1.5
54kB
Alaren96
05/05/17 10:02 AM
1.1.4
51kB
Alaren96
04/29/17 06:10 AM
1.1.3
49kB
Alaren96
04/29/17 02:31 AM
1.1.2
51kB
facit
10/27/16 02:56 PM
1.1.1
51kB
facit
10/26/16 10:07 PM
1.1.1
51kB
facit
10/26/16 09:52 PM
1.1.0
50kB
facit
10/21/16 08:35 PM
1.1.0
50kB
facit
10/21/16 08:12 PM


Post A Reply Comment Options
Unread 08/09/20, 01:15 PM  
T3Am3R

Forum posts: 0
File comments: 4
Uploads: 0
Re: Fix for Greymoor

Originally Posted by prof_doom
I've figured out what you need to do to fix the addon for Greymoor.
You need to edit the language files in \Elder Scrolls Online\live\AddOns\EnchantMaker\lang to add the new essence rune they added with Greymoor.
Thanks a lot. This workaround seems to fix it.
Report comment to moderator  
Reply With Quote
Unread 07/19/20, 02:57 PM  
prof_doom

Forum posts: 0
File comments: 1
Uploads: 0
Fix for Greymoor

Originally Posted by daedra
Sadly seems so. I love this addon. Anyone can fix it and update for Greymoor?
I've figured out what you need to do to fix the addon for Greymoor.
You need to edit the language files in \Elder Scrolls Online\live\AddOns\EnchantMaker\lang to add the new essence rune they added with Greymoor.
Here's the en.lua file with the update.
Code:
-------------------------------------------
-- German localization for Enchant Maker --
-------------------------------------------

SafeAddString(ENCHANTMAKER_MADE_WITH, "Made with: ", 1)
SafeAddString(ENCHANTMAKER_CHECK_ALL, "Check all", 1)
SafeAddString(ENCHANTMAKER_UNCHECK_ALL, "Uncheck all", 1)
SafeAddString(ENCHANTMAKER_SEARCH, "Search", 1)
SafeAddString(ENCHANTMAKER_SEARCH_AGAIN, "Search again", 1)
SafeAddString(ENCHANTMAKER_POTENCY_HAVE, "Potency:", 1)
SafeAddString(ENCHANTMAKER_ESSENCE_HAVE, "Essence:", 1)
SafeAddString(ENCHANTMAKER_ASPECT_HAVE, "Aspect:", 1)
SafeAddString(ENCHANTMAKER_SEARCH_RESULTS, "Search Results", 1)
SafeAddString(ENCHANTMAKER_SHOW, "Show", 1)
SafeAddString(ENCHANTMAKER_NEXXT, "Next", 1)
SafeAddString(ENCHANTMAKER_PREVIOUS, "Previous", 1)
SafeAddString(ENCHANTMAKER_USE_MISSING_RUNESTONES_SHORT, "Include missing runestones", 1)
SafeAddString(ENCHANTMAKER_USE_MISSING_RUNESTONES_LONG, "Check this to search for enchantments that use runestones you do not have.", 1)
SafeAddString(ENCHANTMAKER_USE_MISSING_RUNESTONES_WARNING, "Enabling this turns off automatic adding of runestones to table!", 1)
SafeAddString(ENCHANTMAKER_USE_UNKNOWN_SKILL_SHORT,"Include unknown skill", 1)
SafeAddString(ENCHANTMAKER_USE_UNKNOWN_SKILL_LONG,"Check this to search for enchantments that you lack the skill for.", 1)
SafeAddString(ENCHANTMAKER_USE_UNKNOWN_TRAITS_SHORT, "Include unknown translations in searches", 1)
SafeAddString(ENCHANTMAKER_USE_UNKNOWN_TRAITS_LONG, "Check this to include unknown translations in your searches.", 1)
SafeAddString(ENCHANTMAKER_TRAINING_SHORT, "Unknown translations only", 1)
SafeAddString(ENCHANTMAKER_TRAINING_LONG, "Only do enchanting that results in new known translations.", 1)
SafeAddString(ENCHANTMAKER_TRAINING_WARNING, "This will hide all results that do not result in learning a new translation!", 1)
SafeAddString(ENCHANTMAKER_SAME_WINDOW_COORDS_SHORT, "Windows in same positions", 1)
SafeAddString(ENCHANTMAKER_SAME_WINDOW_COORDS_LONG, "Check this to make the results window appear in the same position as the search window.", 1)
SafeAddString(ENCHANTMAKER_REQUIRES_POTENCY,"Requires Potency Improvement",1)
SafeAddString(ENCHANTMAKER_REQUIRES_ASPECT,"Requires Aspect Improvement",1)

EnchMaker.runes = {
    potency = {
        additive = {
            Jora = {translation = "Develop", prefix = "Trifling", skillRequirement = 1, minLevel = 1},
            Porade = {translation = "Add", prefix = "Inferior", skillRequirement = 1, minLevel = 5},
            Jera = {translation = "Increase", prefix = "Petty", skillRequirement = 2, minLevel = 10},
            Jejora = {translation = "Raise", prefix = "Slight", skillRequirement = 2, minLevel = 15},
            Odra = {translation = "Gain", prefix = "Minor", skillRequirement = 3, minLevel = 20},
            Pojora = {translation = "Supplement", prefix = "Lesser", skillRequirement = 3, minLevel = 25},
            Edora = {translation = "Boost", prefix = "Moderate", skillRequirement = 4, minLevel = 30},
            Jaera = {translation = "Advance", prefix = "Average", skillRequirement = 4, minLevel = 35},
            Pora = {translation = "Augment", prefix = "Strong", skillRequirement = 5, minLevel = 40},
            Denara = {translation = "Strenghten", prefix = "Major", skillRequirement = 5, minLevel = 60},
            Rera = {translation = "Exaggerate", prefix = "Greater", skillRequirement = 6, minLevel = 80},
            Derado = {translation = "Empower", prefix = "Grand", skillRequirement = 7, minLevel = 100},
            Recura = {translation = "Magnify", prefix = "Splendid", skillRequirement = 8, minLevel = 120},
            Cura = {translation = "Intensify", prefix = "Monumental", skillRequirement = 9, minLevel = 150},
            Rejera = {translation = "Amplify", prefix = "Superb", skillRequirement = 10, minLevel = 200},
            Repora = {translation = "Reinforce", prefix = "Truly Supurb", skillRequirement = 10, minLevel = 210},
        },

        subtractive = {
            Jode = {translation = "Reduce", prefix = "Trifling", skillRequirement = 1, minLevel = 1},
            Notade = {translation = "Subtract", prefix = "Inferior", skillRequirement = 1, minLevel = 5},
            Ode = {translation = "Shrink", prefix = "Petty", skillRequirement = 2, minLevel = 10},
            Tade = {translation = "Decrease", prefix = "Slight", skillRequirement = 2, minLevel = 15},
            Jayde = {translation = "Deduct", prefix = "Minor", skillRequirement = 3, minLevel = 20},
            Edode = {translation = "Lower", prefix = "Lesser", skillRequirement = 3, minLevel = 25},
            Pojode = {translation = "Diminish", prefix = "Moderate", skillRequirement = 4, minLevel = 30},
            Rekude = {translation = "Weaken", prefix = "Average", skillRequirement = 4, minLevel = 35},
            Hade = {translation = "Lessen", prefix = "Strong", skillRequirement = 5, minLevel = 40},
            Idode = {translation = "Impair", prefix = "Major", skillRequirement = 5, minLevel = 60},
            Pode = {translation = "Remove", prefix = "Greater", skillRequirement = 6, minLevel = 80},
            Kedeko = {translation = "Drain", prefix = "Grand", skillRequirement = 7, minLevel = 100},
            Rede = {translation = "Deprive", prefix = "Splendid", skillRequirement = 8, minLevel = 120},
            Kude = {translation = "Negate", prefix = "Monumental", skillRequirement = 9, minLevel = 150},
            Jehade = {translation = "Divest", prefix = "Superb", skillRequirement = 10, minLevel = 200},
            Itade = {translation = "Plunder", prefix = "Truly Supurb", skillRequirement = 10, minLevel = 210},
        },
    },

    essence = {
        Dekeipa = {translation = "Frost"},
        Deni = {translation = "Stamina"},
        Denima = {translation = "Stamina Regen"},
        Deteri = {translation = "Armor"},
   		Hakeijo = {translation = "Prism"},        
        Haoko = {translation = "Disease"},
        Kaderi = {translation = "Shield"},
        Kuoko = {translation = "Poison"},
        Makderi = {translation = "Spell Harm"},
        Makko = {translation = "Magicka"},
        Makkoma = {translation = "Magicka Regen"},
        Meip = {translation = "Shock"},
        Oko = {translation = "Health"},
        Okoma = {translation = "Health Regen"},
        Okori = {translation = "Power"},
        Oru = {translation = "Alchemist"},
        Rakeipa = {translation = "Fire"},
        Taderi = {translation = "Physical Harm"},
	Indeko = {translation = "Prismatic"},
	},

    aspect = {
        Ta = {translation = "Normal", quality = ITEM_QUALITY_NORMAL, skillRequirement = 1},
        Jejota = {translation = "Fine", quality = ITEM_QUALITY_MAGIC, skillRequirement = 1},
        Denata = {translation = "Superior", quality = ITEM_QUALITY_ARCANE, skillRequirement = 2},
        Rekuta = {translation = "Epic", quality = ITEM_QUALITY_ARTIFACT, skillRequirement = 3},
        Kuta = {translation = "Legendary", quality = ITEM_QUALITY_LEGENDARY, skillRequirement = 4},
    },
}

EnchMaker.enchants = {
    additivePotency = {
        Dekeipa = "Frost",
        Deni = "Stamina",
        Denima = "Stamina Recovery",
        Deteri = "Hardening",
        Hakeijo = "Prismatic Defence",
        Haoko = "Foulness",
        Kaderi = "Bashing",
        Kuoko = "Poison",
        Makderi = "Increase Magical Harm",
        Makko = "Magicka",
        Makkoma = "Magicka Recovery",
        Meip = "Shock",
        Oko = "Health",
        Okoma = "Health Recovery",
        Okori = "Rage",
        Oru = "Potion Boost",
        Rakeipa = "Flame",
        Taderi = "Increase Physical Harm",
	Indeko = "Multi-Effect",
    },
    subtractivePotency = {
        Dekeipa = "Frost Resist",
        Deni = "Absorb Stamina",
        Denima = "Reduce Feat Cost",
        Deteri = "Crushing",
        Hakeijo = "Prismatic Onslaught",
        Haoko = "Disease Resist",
        Kaderi = "Shielding",
        Kuoko = "Poison Resist",
        Makderi = "Decrease Spell Harm",
        Makko = "Absorb Magicka",
        Makkoma = "Reduce Spell Cost",
        Meip = "Shock Resist",
        Oko = "Absorb Health",
        Okoma = "Decrease Health",
        Okori = "Weakening",
        Oru = "Potion Speed",
        Rakeipa = "Fire Resist",
        Taderi = "Decrease Physical Harm",
	Indeko = "Multi-Effect",
    }
}

------------------------------------------------------------------------
-- Column Positions in the dialog
------------------------------------------------------------------------
EnchMaker.Dialog = {
    Width = 600,
    Potency = 20,
    Essence = 215,
    Aspect = 415,
}

------------------------------------------------------------------------
-- Construct the Glyph name for the specific language
------------------------------------------------------------------------
function EnchMaker.LangGlyphName(prefix,essence)
	return string.format("%s Glyph of %s",prefix,essence)
end
Last edited by prof_doom : 07/19/20 at 02:58 PM.
Report comment to moderator  
Reply With Quote
Unread 07/09/20, 01:33 AM  
daedra

Forum posts: 0
File comments: 2
Uploads: 0
Sadly seems so. I love this addon. Anyone can fix it and update for Greymoor?
Report comment to moderator  
Reply With Quote
Unread 06/24/20, 06:05 AM  
mlucero582

Forum posts: 0
File comments: 26
Uploads: 0
Looks like this is finally broke. very sad

I know this hasn't been updated in a LONG time, but it worked great until this week.

Very sad but a good run.
Report comment to moderator  
Reply With Quote
Unread 08/12/19, 05:50 PM  
Thal

Forum posts: 0
File comments: 4
Uploads: 0
Rune boxes not showing maybe a conflict

I had the problem with my rune boxes wouldn't show. I use Craftstore with Enchant Maker. There's an option in CraftStore that's for runes. I turned that off and my rune boxes are showing again. Hope that helps someone.
Report comment to moderator  
Reply With Quote
Unread 03/01/18, 02:31 AM  
Rewman065

Forum posts: 0
File comments: 2
Uploads: 0
Next Update

Will you be updating this anytime soon or is Enchant Maker dead?
Report comment to moderator  
Reply With Quote
Unread 12/09/17, 06:12 PM  
Erik Bloodaxe

Forum posts: 0
File comments: 1
Uploads: 0
Hello

Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
I have the same issue. Not sure when it began, but think it was right after last update you made.

Everything works properly except, the box that shows the glyph attributes does not appear. Quantities of runes and creation are okay.
Report comment to moderator  
Reply With Quote
Unread 07/11/17, 07:01 PM  
G.T. Gizra

Forum posts: 4
File comments: 24
Uploads: 0
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Okay I tried your test it does display numbers so it is seeing what's in my crafting bag and it does display the runes in the desired glyph to the chat window but it still does not populate the runes to the creation windows when I go to make the glyph at the enchanting table. Any other tests you would like me to do for you in order to identify the issue?
Ok, so when you press the show button, it knows you've pressed it else you'd not have seen the output in the chat window saying what it would create...

In the addon settings, do you have the following option set on.. ?

"Check this to search for enchantments that use runestones you do not have."

if so, if you look at the little tooltip, it says..

"Enabling this turns off automatic adding of runestones to table!"
No I do not have that setting enabled it is off so as an experiment I turned it on and /reloadui to get the game to recognize that it is now on and nothing changed then I turned it off again and /reloadui again and still no output to the crafting table rune boxes. You might want to ask Facit about this since his other addon "Potion Maker (for Alchemy Crafting) works fine on a gamepad.
Facit doesn't play anymore which is why I tried to get the plugin working in the first place.
Then try Khrill or votan because someone released an update for Potion Maker on July 1 so if it wasn't Facit it would have to be one of the other authors listed on that addon. Or not as you wish since I can live without this addon if no one else has issues with it, and thank you for all your work on it since it is a good addon if it works for you, unfortunately I seem to be the exception.
Last edited by G.T. Gizra : 07/11/17 at 07:07 PM.
Report comment to moderator  
Reply With Quote
Unread 07/11/17, 04:16 PM  
Alaren96
 
Alaren96's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 13
Uploads: 1
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Okay I tried your test it does display numbers so it is seeing what's in my crafting bag and it does display the runes in the desired glyph to the chat window but it still does not populate the runes to the creation windows when I go to make the glyph at the enchanting table. Any other tests you would like me to do for you in order to identify the issue?
Ok, so when you press the show button, it knows you've pressed it else you'd not have seen the output in the chat window saying what it would create...

In the addon settings, do you have the following option set on.. ?

"Check this to search for enchantments that use runestones you do not have."

if so, if you look at the little tooltip, it says..

"Enabling this turns off automatic adding of runestones to table!"
No I do not have that setting enabled it is off so as an experiment I turned it on and /reloadui to get the game to recognize that it is now on and nothing changed then I turned it off again and /reloadui again and still no output to the crafting table rune boxes. You might want to ask Facit about this since his other addon "Potion Maker (for Alchemy Crafting) works fine on a gamepad.
Facit doesn't play anymore which is why I tried to get the plugin working in the first place.
Report comment to moderator  
Reply With Quote
Unread 07/11/17, 01:40 PM  
G.T. Gizra

Forum posts: 4
File comments: 24
Uploads: 0
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Okay I tried your test it does display numbers so it is seeing what's in my crafting bag and it does display the runes in the desired glyph to the chat window but it still does not populate the runes to the creation windows when I go to make the glyph at the enchanting table. Any other tests you would like me to do for you in order to identify the issue?
Ok, so when you press the show button, it knows you've pressed it else you'd not have seen the output in the chat window saying what it would create...

In the addon settings, do you have the following option set on.. ?

"Check this to search for enchantments that use runestones you do not have."

if so, if you look at the little tooltip, it says..

"Enabling this turns off automatic adding of runestones to table!"
No I do not have that setting enabled it is off so as an experiment I turned it on and /reloadui to get the game to recognize that it is now on and nothing changed then I turned it off again and /reloadui again and still no output to the crafting table rune boxes. You might want to ask Facit about this since his other addon "Potion Maker (for Alchemy Crafting) works fine on a gamepad.
Report comment to moderator  
Reply With Quote
Unread 07/07/17, 03:26 PM  
Alaren96
 
Alaren96's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 13
Uploads: 1
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Okay I tried your test it does display numbers so it is seeing what's in my crafting bag and it does display the runes in the desired glyph to the chat window but it still does not populate the runes to the creation windows when I go to make the glyph at the enchanting table. Any other tests you would like me to do for you in order to identify the issue?
Ok, so when you press the show button, it knows you've pressed it else you'd not have seen the output in the chat window saying what it would create...

In the addon settings, do you have the following option set on.. ?

"Check this to search for enchantments that use runestones you do not have."

if so, if you look at the little tooltip, it says..

"Enabling this turns off automatic adding of runestones to table!"
Last edited by Alaren96 : 07/07/17 at 03:34 PM.
Report comment to moderator  
Reply With Quote
Unread 07/07/17, 01:28 AM  
G.T. Gizra

Forum posts: 4
File comments: 24
Uploads: 0
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Okay I tried your test it does display numbers so it is seeing what's in my crafting bag and it does display the runes in the desired glyph to the chat window but it still does not populate the runes to the creation windows when I go to make the glyph at the enchanting table. Any other tests you would like me to do for you in order to identify the issue?
Report comment to moderator  
Reply With Quote
Unread 07/03/17, 12:48 PM  
Alaren96
 
Alaren96's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 13
Uploads: 1
Originally Posted by G.T. Gizra
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
On the search criteria screen, the numbers after the rune are how many you have.. so if it finds any, it IS retrieving them from the crafting bag.

Something to try.. in chatbox, enter /enchantmaker to open the dialog away from a crafting table and get a result set.. when you 'click' on the show button, it should output what you've chosen to the chat window instead of trying to assign it to the create slots.
Report comment to moderator  
Reply With Quote
Unread 07/01/17, 01:56 PM  
G.T. Gizra

Forum posts: 4
File comments: 24
Uploads: 0
Originally Posted by Alaren96
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Yes gamepad mode is in my case playing with a 360 controller for PC and it requires enabling in the settings to work properly, a lot of addons do not work with a gamepad so I am guessing it takes a little extra coding from addon authors to work properly.

Since my original post I now get a result from the search but it doesn't populate the creation box with the runes when I go to create the glyph, they are stored in my crafting bag and yes I am an ESO+ subscriber.
Report comment to moderator  
Reply With Quote
Unread 06/30/17, 01:31 AM  
Alaren96
 
Alaren96's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 13
Uploads: 1
Originally Posted by G.T. Gizra
Sorry to bother you again but I think I may have a glitch. Minion says I am using version 1.1.7 but when I click on search button I get no search results even though I can make the glyph I am searching for, so I know the runes are there. Does this addon work in gamepad mode?
Sorry, what is gamepad mode.. is it just a controller ?

Are you getting no results at all for any searches ?
Where are the runes stored ?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: