Results: 1096Comments by: Garkin
File: Loot Filter Remix05/25/14
2014-05-25T16:42:24.212+01:00 |cff0...
Posted By: Garkin
2014-05-25T16:42:24.212+01:00 |cff0000Lua Error: user:/AddOns/LootFilterRemix/LFRKeybinds.lua:82: attempt to index a nil value stack traceback: user:/AddOns/LootFilterRemix/LFRKeybinds.lua:82: in function 'lfr.keybinds.addInventoryKeybinds' EsoUI/Libraries/Utility/ZO_Hook.lua:19: in function 'ZO_InventorySlot_OnMouseEnter' Eso...
File: English POI and Keep Names05/25/14
... Maybe due to the refresh of...
Posted By: Garkin
... Maybe due to the refresh of something? Exactly, I had to take care of refresh function. Fixed in version 0.4. By the way I have added settings, so you do not need edit souce files to change text color.
File: Loot Filter Remix05/24/14
I use two of your addons (SkyShards...
Posted By: Garkin
I use two of your addons (SkyShards and LoreBooks) and both include this "fix" but the error raises also with this "fix". Maybe there is more than one reason where it raise. So it is probably different error. Can you please send me exact wording of the error message as PM? I will try to find solution. You can find error message in D...
File: Loot Filter Remix05/24/14
The weapon changing bug is back wit...
Posted By: Garkin
The weapon changing bug is back with the last update. I reverted to the former version because the game is not playable if you get UI warnings on weapon swap. I suggest you do no use your hotkey code until this issue is solved. You probably mean this bug: http://i.imgur.com/sYG2XxX.jpg As it occurs with many different addons, a...
File: Librarian Book Manager05/24/14
Re: [Issue] Books with identical names
Posted By: Garkin
The Craglorn expansion brought about an issue with Librarian that I hadn't had before: the addon doesn't differentiate between books with identical names but different contents. I already had a book called "Smuggler's Note" in my library, starting with the words "I'm done with this hideout", and found a new note with the same name...
File: CustomCompassPins05/24/14
Maybe doesn't work for Craglorn?...
Posted By: Garkin
Maybe doesn't work for Craglorn? Just got this, primary for craglorn, as it's city has zero map pins, and I was tired of search for a certain npc. So I searched the main town there and marked everything off on my map. When I later returned after a relog/zone, the map pins were all gone. This is not CustomCompassPins library...
File: Dustman05/24/14
I love this addon, I find it so ver...
Posted By: Garkin
I love this addon, I find it so very useful keeping my inventory sorted while I am out playing ESO. But one thing I noticed today that might need to be changed somehow. While I defeated one of the named zone bosses, they dropped a Bind on Pickup blue that doesn't have any value, which strangely also had the ornate trait, and as a...
File: Dustman05/24/14
Great addon, it really needs 1 more...
Posted By: Garkin
Great addon, it really needs 1 more thing though. Ability to remember the junk we marked manually and add them automatically. I use another addon for this, which works, but your addon doesn't destroy the "0 gold" junk marked by the second addon. This is on my TODO list, I'm currently testing if my solution works.
File: English POI and Keep Names05/23/14
Re: Re: The other way around
Posted By: Garkin
Thx Garkin it works fine ;) Thx for ALL your addons ! Edit: Gate/Outpost/Scroll/Tower and some don't work ;) ( 105 -> 139 cyndorill ) You surely know it becoz i grab them on your previous release and add them manually But just in case, i prefer to prevent ... It seems that GetNumKeeps() is broken, it returns 9...
File: SkyShards05/23/14
I take that craglorn skyshards are...
Posted By: Garkin
I take that craglorn skyshards are not yet implemented, right? Just updated and do not see them yet. Not yet, last update was just because of new API version. I will add them today or tomorrow in the next update.
File: English POI and Keep Names05/22/14
Ultra pratique, Thx a lot ! ;)...
Posted By: Garkin
Ultra pratique, Thx a lot ! ;) I've add some colour and diminutive that i found usefull like BRK for Blue Road Keep but the tooltip begins to be massive. Is it possible to remove the alliance owner text in the tooltip in cyndoriil ? because we already know the alliance with the color of the icon EDIT: Coment updated for a...
File: Inventory Grid View05/22/14
I've been getting the error everyon...
Posted By: Garkin
I've been getting the error everyone else has been reporting. It seems to occur after I pick up a loot item (weapon, armor, jewelry, etc) from kills, but not barrels, chests, or gathering. When it occurs, I open my inventory, click an item that is stacked, toggle grid view, and then test swapping weapons. That usually fixes it until...
File: Harven's Improved Skills Window05/22/14
Getting this error when switching w...
Posted By: Garkin
Getting this error when switching weapon. Disabling the addon the error go away. 2014-05-22T17:30:14.132+01:00 |cff0000Lua Error: EsoUI/Ingame/Inventory/InventorySlot.lua:226: attempt to index a nil value stack traceback: EsoUI/Ingame/Inventory/InventorySlot.lua:226: in function 'GetInventorySlotComponents' EsoUI/Ingame/Inve...
File: English POI and Keep Names05/21/14
Nice one! It would be nice if it w...
Posted By: Garkin
Nice one! It would be nice if it would work the same for the fort in cyrodill :) Feature added. :)
File: Ravalox' Quest Tracker05/21/14
Just installed the latest update to...
Posted By: Garkin
Just installed the latest update to quest tracker, Now everytime I log into the game I get the following error message: UI Error Error: Bindings XML:Action is a duplicate name. Same exact error You have to uninstall previous version. See addon info.: Please Uninstall Previous Version(s) documents/elder scrolls online/live...
File: LoreBooks05/17/14
Marker for "The Book of Dawn and Du...
Posted By: Garkin
Marker for "The Book of Dawn and Dusk" Lorebook at 57.86, 56.34 in Malabal Tor is bogus. Nothing there. Correct location was 63.81, 50.61, inside the supplicant's house. This book should be underground, inside of the cave. Reported in bug 321. EDIT: I notice that the more this mod gets updated, the more there are multiple locati...
File: CDG Bank Stacker05/17/14
Libraries
Posted By: Garkin
Fixing ... Thanks for pointing out Garkin I have found Another bug :) You do not have reference to libraries in addon manifest (.txt). If your addon is loaded first or if you do not use another addon with LibStub and LibAddonMenu libraries, you will get an error message. Fixed manifest: ## APIVersion: 100003 ## Title: |cFF222...
File: Enchanter05/17/14
At first thank you for your addon,...
Posted By: Garkin
At first thank you for your addon, it is really useful. I have small request - please use local variables instead of global variables. It will save you and also other authors lots of troubles with debugging addons. When I was trying new code, I was wodering why "/zgoo self" gives me Enchater.listview... Library Unicorn exposes...
File: Unicorn05/17/14
Your library uses golbal variable "...
Posted By: Garkin
Your library uses golbal variable "self", it can cause lots of problems. Please change line 207 of List.lua to: local self = { And I was wondering why "/zgoo self" gives me Enchanter.listview...
File: CDG Bank Stacker05/17/14
Bug
Posted By: Garkin
I have found bug: One of items is not moved to the bank. It is because slotIndex starts from 0 and not from 1, so you have to change 2 lines of code: for bankSlot = 0, bankSlots do and for bagSlot = 0, bagSlots do Another comments: Function CDGBS:EVENT_ADD_ON_LOADED will never print anything to the chat, because when this...
File: AI Research Grid05/15/14
FYI: Your "_" variables are leaking...
Posted By: Garkin
FYI: Your "_" variables are leaking to global space. A while back my addon was conflicting with ESOTheater because of the same issue. Lines: 289: tDesc ,_,_,_,_ = GetSmithingStyleItemInfo( AIRG.styleLookupItem ) 431: tType,_,tKnown = GetSmithingResearchLineTraitInfo(thisCraft,i,j) 432: _,tRemain = GetSmithingResearchLineTraitTi...
File: LoreBooks05/14/14
... Same here. First run all fine...
Posted By: Garkin
... Same here. First run all fine then loged out for dinner came back and all the pins for LB,SS,HMap were showing. The Command worked great! Thanks for the fix. I have just uploaded fixed version of CustomCompassPins library, you can download it here: http://www.esoui.com/downloads/info185-CustomCompassPins.html
File: LoreBooks05/14/14
I updated last night when I stopped...
Posted By: Garkin
I updated last night when I stopped playing both Lorebooks and Skyshards addons and today when I logged in there's skyshards all over my compass and lorebooks that I guess I already picked up cause they are not there. I also have HarvestMap and there are clothing icons all over the compass also. Edit: I guess it has something to d...
File: Dustman05/14/14
Again, thank you for building such...
Posted By: Garkin
Again, thank you for building such a useful addon. Having been using the latest version now for a few days i have a request for an improved feature. I like the option to automatically mark non-ornate (and non-inspiration) white items as junk. As I recently levelled all my crafting skills to 40+ this saves me time and helps me mak...
File: HarvestMap05/14/14
Answer from ZrMM mod author: ......
Posted By: Garkin
Answer from ZrMM mod author: ... I'm not ZrMM mod author. Author of ZrMM - Modified is Aoon and author of orginal ZrMiniMap is Zerorez.