Results: 1096Comments by: Garkin
File: Price Tracker08/05/14
Hi, do you think that you can do so...
Posted By: Garkin
Hi, do you think that you can do something about saved variables size? My current PriceTracker.lua have 34.1MB... Yes, try running /pt clean. It will clear all the values that are older than a month. Should reduce the size of your file. Also, with the new API release, you probably lost all your saved values, and I have a soluti...
File: Srendarr - Aura, Buff & Debuff Tracker08/05/14
Is this a stand alone version or do...
Posted By: Garkin
Is this a stand alone version or do i need the former srendarr Stand-alone.
File: Compatibility tool for Update 608/05/14
Thank you Garkin. BagID's have c...
Posted By: Garkin
Thank you Garkin. BagID's have changed? BAG_BACKPACK or BANK etc seems returning nil on me. No, there is no change: BAG_WORN = 0 BAG_BACKPACK = 1 BAG_BANK = 2 BAG_GUILDBANK = 3 BAG_BUYBACK = 4 BAG_TRANSFER = 5 BAG_DELETE = 255 Check constants in Zgoo.
File: Price Tracker08/05/14
Hi, do you think that you can do so...
Posted By: Garkin
Hi, do you think that you can do something about saved variables size? My current PriceTracker.lua have 34.1MB...
File: Vicster's InventoryInsight08/04/14
Re: 1.3.3 Issue
Posted By: Garkin
1.3.3 seems to have broken the plugin. http://i.imgur.com/ImlIEcH.png The same issue as all addons which works with inventory. Function GetBagInfo got replaced with GetBagSize and it breaks addon functionality. You can edit addon code and replace all occurences of GetBagInfo(bag) with GetBagSize(bag) or you can try to install...
File: Dustman08/04/14
this question, i play on eu. do i g...
Posted By: Garkin
this question, i play on eu. do i got tomorrows version? if this might be, i can give a better discription tomorrow. i allways let minion patch things, since NA got a patchday before EU i got sometimes screwed up. mayvbe Minion should reconize that in any way. i'm going to suggest this to Dolby. Thanks Garkin! Dustman v0.9.4 works...
File: Dustman08/04/14
hi there, i get a ton of this ui e...
Posted By: Garkin
hi there, i get a ton of this ui error frame with dustman mentioned in it, i also posted this on the site of LibResearch. this anoys me like a lot, because even i turn of Libresearch as an addon in game it pops up like neverending. http://morwo.de/libresearch%20dustman.JPG Is it with the latest version (v0.9.4)? On which server...
File: LUI08/04/14
Re: UI Error After 1.3 Update
Posted By: Garkin
This addon may be done. Shame, it's fantastic and had great potential. http://i.imgur.com/PrGgl4f.jpg Open infopanel.lua and replace line 75: local icon, numSlots = GetBagInfo( bagNum ) with: local numSlots = GetBagSize( bagNum ) Or install Compatibility tool for Update 3 which I have sent to official forums: http://forums...
File: Dustman08/04/14
Am suddenly getting the following e...
Posted By: Garkin
Am suddenly getting the following error in Dustman: http://s25.postimage.org/87iyq1xcr/Dustmanerror.gif Not sure why...Dustman has been working for for me until I downloaded the Research Assistant update a short while ago (which also threw an error message): http://s25.postimage.org/ou0iz4qaj/RAerror.gif I posted the above er...
File: pNames08/03/14
Argument from in pNames.convertName...
Posted By: Garkin
Argument from in pNames.convertName is character name, not display name (account name). EVENT_CHAT_MESSAGE_CHANNEL uses chracter names. pNames.convertName looks for character name in guild tables if 'from' starts with "@", so it must be account name. Proof: function pNames.convertName(channelID, from, text) local info = C...
File: pNames08/03/14
Got a problem with the latest versi...
Posted By: Garkin
Got a problem with the latest version, showing just the character name does not work in all cases anymore. Sometimes it shows the User ID with the first char of it in capital letters. pNames.lua line 98 (in pNames.convertName) should be removed: -- Remove extra characters. from = zo_strformat(SI_UNIT_NAME, from) SI_UNIT_NAM...
File: Research Assistant (Find your researchable items)08/03/14
Re: Error error error
Posted By: Garkin
The last update was catastrophic, all addon sends me into a tailspin(tilt). Had to turn it off. Just reinstall Research Assistant addon. Error says that "ResearchAssistant\lib\libResearch\libResearch.lua" is missing.
File: LibAddonMenu-2.008/02/14
Documentation for the "default" par...
Posted By: Garkin
Documentation for the "default" parameter for the colorpicker widget is wrong in the controls\colorpicker.lua In the lua file default = {defaults.r, defaults.g, defaults.b, defaults.a}, --(optional) table of default color values But here on the web its default = {r=defaults.r, g=defaults.g, b=defaults.b, a=defaults.a}, --(o...
File: LoreBooks08/01/14
Re: Installed to folder but not showing up in game under addon tab.
Posted By: Garkin
Just like the title says, im on a pc, any thoughts? It seems that addon is not installed correctly. I recommend using Minion to install addons. If you want to install it manually: http://www.esoui.com/forums/faq.php?faq=install#faq_howto_install
File: Dustman07/31/14
hello, is this addon destroy zero p...
Posted By: Garkin
hello, is this addon destroy zero price items no matter what, even if this an UNIQ BLUE item from world boss? You can select quality of items which will be automatically destroyed. By default this opption is enabled just for trash and normal quality items (gray and white items): http://i61.tinypic.com/2iqzic9.jpg
File: Dustman07/31/14
Hello Garkin, are you working on...
Posted By: Garkin
Hello Garkin, are you working on an complete german version? i mean the tooltips and options. No, I can't speak german. But if anyone is willing to help with translation, I will add it.
File: Azurah - Interface Enhanced07/30/14
Does anyone know if there is a way...
Posted By: Garkin
Does anyone know if there is a way to change the lua so the health, magicka, stamina numbers are above the bars instead of on top of them? Similarly, is there a way to adjust the lua to have the target health numbers below the bar instead of on top if it? You have to change arguments passed to the CreateOveraly method: Azurah:Creat...
File: Harven's House Hunter07/30/14
014-07-19T20:56:31.909-05:00 |cff00...
Posted By: Garkin
014-07-19T20:56:31.909-05:00 |cff0000Lua Error: EsoUI/Ingame/Map/WorldMapFilters.lua:33: attempt to index a nil value stack traceback: EsoUI/Ingame/Map/WorldMapFilters.lua:33: in function 'WorldMapFilterPanel:GetPinFilter' user:/AddOns/HarvensHouseHunter/HarvensHouseHunter.lua:125: in function 'HarvensHouseHunter:SetupMapFilter'...
File: LoreBooks07/30/14
i cant find any books in this two p...
Posted By: Garkin
i cant find any books in this two places, only in third one i found it http://i.imgur.com/BV61OJR.jpg Malabal Tor Both places are in cave - EU megaserver is currently offline, so I can't give you exact coordinates of entrances, but books are definitely there. I have confirmed it myself. EDIT: Cave entrances (screenshots are...
File: RAETIA InfoHub07/30/14
Still experiencing this weird compa...
Posted By: Garkin
Still experiencing this weird compass issue. Nobody else? It's probably a conflict with some other addon. ZO_CompassCenterOverPinLabel you have mentioned is by default moved together with the compass frame. Do you use any other addon which moves (or reanchors) UI elements?
File: Azurah - Interface Enhanced07/29/14
Re: Text Enlargement on the Attribute Bars
Posted By: Garkin
Hey there! I recently started playing ESO after beta, and was recommended this AddOn by a friend of mine, but I have one problem with it that really annoys me; Resizing my health bar causes the text to automatically scale and resize with it, causing the text to become out of place and a blurry, it looks awful, although it doesn't...
File: Azurah - Interface Enhanced07/28/14
I have uploaded a new version 2.03e...
Posted By: Garkin
I have uploaded a new version 2.03e which should solve issue with magicka and stamina bars reported by AshySamurai. In old version when you gained magicka or stamina buff, bars were resized to both sides. So it could make difficult positioning. If you move those bars after update 2.03e, bars will be anchored to the left or right s...
File: Deome's DataDaedra07/28/14
... Right. What's going on here is...
Posted By: Garkin
... Right. What's going on here is that the value of the stored global is not being copied to the local variable. So a line like this: if TooltipItemId == true then foo() end is referencing TooltipItemId and, I imagine, coming up nil and failing the check (as nil and false are both evaluated as false). If I declare TooltipItemId up...
File: Foundry Tactical Combat (FTC)07/27/14
How does the game know this add on...
Posted By: Garkin
How does the game know this add on is out of date? Is there some text that can be updated in the LUA file to make it show up to date if that's all it takes? Open FoundryTacticalCombat.txt and change: ## APIVersion: 100004 to: ## APIVersion: 100007
File: Deome's DataDaedra07/27/14
Agreed. 0.97a is up, and it has bee...
Posted By: Garkin
Agreed. 0.97a is up, and it has been fixed. Looked into the issue a bit deeper, found something even weirder: Only some of the local globals declared at the top aren't working. I.e., "TooltipBuffer" works just fine, "TooltipItemId" et. al. require the full path (or a local declaration with the full path inside the function that us...