Results: 1096Comments by: Garkin
File: FCO ItemSaver10/18/14
Check if an item is marked with any...
Posted By: Garkin
Check if an item is marked with any icon --Global function to return boolean value, if an item is marked --The item's instance ID and the icon number are needed to check, if the item is marked. Icon can be 1, 2, 3, 4, 5, 6, 7, 8 or -1 for all --Instance: gives the current item's instance ID, determined by function GetItemInstanceI...
File: Harven's Book Copy (to the system Clipboard)10/16/14
Hey guys, Can it be called like th...
Posted By: Garkin
Hey guys, Can it be called like this? CallSecureProtected( "HarvensBookCopyClipboard.CopyAllTextToClipboard", HarvensBookCopyClipboard ) My sub is over so I can't try it :/ No. Function will be private, not protected. CallSecureProtected works only with protected functions. The only solution I can think of is some kind of...
File: MailR - Guild Mail Beta10/16/14
Re: Does'nt play well with Copy Mail
Posted By: Garkin
I am also trying to run Copy Mail along with this addon. Copy Mail is woefully out of date though. Copy Mail is supposed to keybind the UI Tertiary key to copy the mail to clipboard. It will do so without issue if I am not running MailR - Guild Mail Beta. How do I fix either so that they both run in tandem? Update 5 will make co...
File: LibReader10/16/14
I've just checked new library updat...
Posted By: Garkin
I've just checked new library update and I have a few suggestions. I believe that almost all tables defined in the library are not necessary. For example this function: function LibReader:GetItemLinkStyle(ItemLink) if not ItemLink then return nil end local iStyle = select(5, GetItemLinkInfo(ItemLink)) return iSty...
File: ggFrames10/16/14
Garkin :) I don't use this addon,...
Posted By: Garkin
Garkin :) I don't use this addon, so there should be someone else. ;) To make it work you will need at least updated LibAddonMenu-1.0 or update menus for LibAddonMenu-2.0 (and updated version of LAM2). EDIT: CompatibilityTool for Update 5 should be able to fix LAM1 errors without actual library update.
File: LibAddonMenu-2.010/16/14
Re: Re: PTS Server patch
Posted By: Garkin
I found that controls\button.lua also need a little update in function LAMCreateControl.button + local data = {} + data.tooltipText =buttonData.tooltip + button.data = data button:SetHandler("OnMouseEnter", ZO_Options_OnMouseEnter) This is not just for the button widget. All widgets use functon ZO_Options_OnMouseEnter(co...
File: Dustman10/14/14
Any ideas what might be the reason...
Posted By: Garkin
Any ideas what might be the reason the addon doesn't remember junked items? Provisioning mats precisely.. Happened since last update, bugged me like 3 weeks now.. It's because user marked items are treated as lowest priority filter. I'm keeping it that way because it can override other filters. I'm afraid that if I change it users w...
File: LibAddonMenu-2.010/14/14
It seems that it will need just a s...
Posted By: Garkin
It seems that it will need just a small change. Came here to give these details and Garkin beat me to it without even being able to log in! Also, ZO_OptionsWindow_InitializeControl seems to be depreciated. Might as well change line 301 from ZO_OptionsWindow_InitializeControl(list) to KEYBOARD_OPTIONS:InitializeControl(list...
File: LibAddonMenu-2.010/13/14
Seems like this might need an updat...
Posted By: Garkin
Seems like this might need an update for 1.5 now live on the PTS EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: attempt to index a nil value stack traceback: EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: in function 'ZO_SharedOptions:InitializeControl' EsoUI/Common/ZO_Options/Keyboard/ZO_Options_Keyboard.lua:61: in funct...
File: pChat (Chat customization & help: look/notification/sound/automation/history)10/13/14
Re: 1.5 restricton inc
Posted By: Garkin
Hello, Due to eso limitations incoming in patch 1.5 (The CopyAllTextToClipboard method is now private.) Copy will be dropped from features. I'll try to ask ZOS "why?" in official forums Let me guess: Because it's the only EsoUI method how to provide data to external programs (i.e. bots) in real time. Saved variables are sto...
File: Harven's Book Copy (to the system Clipboard)10/13/14
Just thought you'd like to know fro...
Posted By: Garkin
Just thought you'd like to know from the PTS 1.5.0 patch notes. The CopyAllTextToClipboard method is now private It should not be such a big deal. Text will not be copied automatically, but you can call editbox:SelectAll() and then ask user to press CTRL+C.
File: SkyShards10/13/14
From PTS 1.5 patch notes: Delves U...
Posted By: Garkin
From PTS 1.5 patch notes: Delves Updates The delves found in Alik’r Desert, Eastmarch and Malabal Tor are now larger, and contain more monsters and loot. This is an ongoing effort to make all delves in the game larger. One low-level Delve in each Alliance was also made larger: Auridon: Del’s Claim Glenumbra: Crypt Watch Stone...
File: Guildinvite Continued10/12/14
it was posible to invite people int...
Posted By: Garkin
it was posible to invite people into the guild using either @accountnames and character names in api 100008 its api 100009 that give troubles :) Try to comment out if not IsDecoratedDisplayName(name) then return end and check if it works for character names. Maybe I'm wrong and it still works for character names. I was just using in...
File: HarvestMap10/12/14
I downloaded Garkin's HarvestMerge...
Posted By: Garkin
I downloaded Garkin's HarvestMerge File and put it into the saved variables folder. Typed harvest import merger but zero nodes processed. What did i do wrong? Did you change account name in the HarvestMerge.lua? How it works is in the addon description here (section "Importing HarvestMerge Files from friends or Guild Mates:"): h...
File: Combat Cloud (Discontinued)10/11/14
Combat Cloud v0.86
Posted By: Garkin
I have removed all my posts with links to testing versions as all of them are now replaced by the released version 0.86. What's new is listed in changelog.
File: Joviex's Addon Settings Transfer (for Update 4)10/11/14
Ohh i forget to update the API vers...
Posted By: Garkin
Ohh i forget to update the API version :/ I not really know lua, but with the original line, the addon give me always an error when I want to open its window. "attempt to index a number value" Ah I see. Described UI error is caused by non-standard structure of saved variables used in some addons. I believe that best solution wou...
File: Joviex's Addon Settings Transfer (for Update 4)10/11/14
Addon still says that it is out of...
Posted By: Garkin
Addon still says that it is out of date. Change APIVersion in .txt file to 100009. By the way is there any reason for the change in code? You can use both text:len() and string.len(text) with the same result.
File: HarvestMap10/11/14
I downloaded Garkin's HarvestMerge...
Posted By: Garkin
I downloaded Garkin's HarvestMerge File and put it into the saved variables folder. Typed harvest import merger but zero nodes processed. What did i do wrong? Did you change account name in the HarvestMerge.lua? How it works is in the addon description here (section "Importing HarvestMerge Files from friends or Guild Mates:"): h...
File: Guildinvite Continued10/11/14
I have uploaded the script that Gar...
Posted By: Garkin
I have uploaded the script that Garkin Posted. Its not perfect yet as many people dont show a context menu if you rightclick theire name. Ill try to solve that asap. I have allso added Garkin as manager as a good part of the code is hes. I believe that GuildInvite(...) function works only with decorated display names (@account)....
File: SkyShards10/10/14
Re: Not working
Posted By: Garkin
For some reason I can only see shards I've already collected. I've looked into my settings, reloaded, etc and still no dice. Is there anything else I should be doing? I can think of three possible reasons: - You have disabled unknown skyshards in the map filters. Check if "Unknown skyshards" filter is enabled in the World Map Fil...
File: Circonians Click4Info10/10/14
I really like the idea. I will have...
Posted By: Garkin
I really like the idea. I will have to give it a try.
File: Azurah - Interface Enhanced (Outdated)10/09/14
Sorry for the long delay, real life...
Posted By: Garkin
Sorry for the long delay, real life took over for a bit. It ended up being a conflict with Luminary Action Bars. Since turning it off, I have had no issues. Guess I will have to stick to the vanilla action bars, unless you can someday add in those options to move each slot around 😉. Keep up the great work. Luminary ActionBar...
File: Guildinvite Continued10/09/14
I have found what was wrong, I have...
Posted By: Garkin
I have found what was wrong, I have confused arguments name and rawName. Argument name contains valid decorated display name (@account), rawName contains undecorated display name (account). Here is corrected "GuildInvite Continued.lua": local isDebug = false local function AddPlayerToGuild(name, guildid, guildname) d(zo_s...
File: Destinations10/08/14
Re: Map Markers
Posted By: Garkin
Hi pal the map Markers have stopped working for this addon since the update today ? I have seen that you did patch the addon but it is still not working any ETA when you will have this issue fixed? If you need any info let me know Have you updated addon while game was running? It's a known issue that when you replace texture f...
File: Bank Manager Revived10/07/14
Well, he mentioned boolean return v...
Posted By: Garkin
Well, he mentioned boolean return value. I'm trying to ask devs and waiting for the answer. Ok. By the documentation it is listed that it is protected function RequestMoveItem *protected* (... and the call to it using CallSecureProtected returns "requested function was not found or is not protected" And the same for some othe...