Results: 6Comments by: harakira
File: Furniture Catalogue12/24/17
Hello manavortex. Thank you for...
Posted By: harakira
Hello manavortex. Thank you for response. Separated Addon for export is good idea because saved data would not be loaded to ESO client i think. I used this info about materials for calculating production cost using TTC data (third party software). Storing this info for each account was not the optimized solution. I like idea o...
File: Furniture Catalogue12/20/17
Please, get back data of ingredient...
Posted By: harakira
Please, get back data of ingredients to FurnitureCatalogue.lua into separated section shared between accounts (Default branch) or store that data as it was done in previous versions by option in settings ("off" by default). Also "Export" button doesn't work user:/AddOns/FurnitureCatalogue/FurCDatabaseQuery.lua:187: function exp...
File: Guild Hall List12/09/17
Hello. Our community consists of...
Posted By: harakira
Hello. Our community consists of several guilds (more than 5) with common guild hall. Unfortunately owner of the guild hall can't be a member of each guild due to game limitations. So we need possibility to add links to owners into existed guild hall list via the MoTD info (with customizable or/and presetted signature). I prepa...
File: Lui Extended02/25/17
got exception while withdrawing ite...
Posted By: harakira
got exception while withdrawing items from guild bank user:/AddOns/LuiExtended/modules/ChatAnnouncements.lua:2201: attempt to index a nil value stack traceback: user:/AddOns/LuiExtended/modules/ChatAnnouncements.lua:2201: in function 'CA.LogItem' user:/AddOns/LuiExtended/modules/ChatAnnouncements.lua:2898: in function 'CA.Gui...
File: K.02/19/17
better to add autoclose function...
Posted By: harakira
better to add autoclose function if optionType == CHATTER_GOODBYE and optionIndex == 1 then PopulateChatterOption(manager, controlID, optionIndex, optionText, optionType, ...) -- aka auto select GOODBYE zo_callLater( function() interaction:CloseChatter() end, 200) end
File: AI Research Grid02/11/17
new styles code: local styleWith...
Posted By: harakira
new styles code: local styleWithChapter = { ... --{ITEMSTYLE_UNUSED21, 59, 0}, -- Grim Harlequin {ITEMSTYLE_UNUSED22, 60, 1545}, -- Hollowjack {ITEMSTYLE_ENEMY_SKINCHANGER, 43, 1676}, {ITEMSTYLE_AREA_RA_GADA, 45, 1797}, {ITEMSTYLE_EBONY, 41, 1798}, {ITEMSTYLE_UNUSED19, 57, 1796}, {ITEMSTYLE_UNUSED20, 58, 1795}, }...