Results: 6Comments by: RadioEriwan
File: Tamriel Trade Centre06/24/19
Hey guys, I have noticed somethi...
Posted By: RadioEriwan
Hey guys, I have noticed something strange about the client. When I open up the desktop client the display color/contrast/saturation whatever of my monitor changes slightly. When closing the client, it's normal again. Does anybody experience the same and/or has a solution to it? I don't get what is going on... I experienced such...
File: ESO Master Recipe List04/03/19
Getting more familiar with lua scri...
Posted By: RadioEriwan
Getting more familiar with lua scripts, I can provide a solution regarding to Shinnis insight view... Within the function "HookStation" I found this if sMode == CRAFTING_TYPE_PROVISIONING and not CheckCraftStore() and stationTab < 3 then SetStationColors(control, 1, control.node.data.recipeListIndex, 1) elseif sMode == CRAFT...
File: ESO Master Recipe List04/03/19
I am not sure what you mean about o...
Posted By: RadioEriwan
I am not sure what you mean about old vs. new methods Once upon a time in ESO developers bring up depending libs within their addons and those were loaded in another (i.e. without version-detection) manner than now. Here's what I've done... I changed the MasterRecipeList.txt in order to load your LibPhinixFunctions in old style...
File: ESO Master Recipe List04/03/19
I do not believe this is related to...
Posted By: RadioEriwan
I do not believe this is related to the errors being experienced. That's may be right, but you should believe it. Strange things (may) have strange causes. Strange to me is the conditions with loading librarys in ESOUI - old method (implemented) against new method (outsourced). Mixing both methods will cause strange things... bel...
File: ESO Master Recipe List04/02/19
As a programmer in other languages...
Posted By: RadioEriwan
As a programmer in other languages I can do more than this - i.e. change some code... What I've changed to get it work is part of another Theme - the LibPhinixFunctions. There I kicked out the OnAddonLoadedFunctions like this --local function OnAddonLoaded(event, addonName) -- if addonName ~= 'LibPhinixFunctions' then retu...
File: ESO Master Recipe List04/02/19
I recive errormessages too every ti...
Posted By: RadioEriwan
I recive errormessages too every time I open a recieved container. It says, that there's a Problem with line 110 in LibPhinixFunctions (attempting to index a nil value). I figured out, that such messages occur, when ever lib.ASV.enableDebug is evaluated. What I can't figure out, is where this lib.ASV is defined (nothing found in LibS...