Results: 192Comments by: zelenin
File: Item Set Collection Tracker11/19/20
removed chat tag? but we still get...
Posted By: zelenin
removed chat tag? but we still get a notification via chat when an unknown set item was looted right? you're right
File: LibDelayedHandler11/14/20
why don't you use LibAsync for that...
Posted By: zelenin
why don't you use LibAsync for that case? The library allows you to trigger a task many times, but execute one time in a given time window. The library will execute this task as many times as it will be triggered. So we will get ui freezes with a large amount of data (for example, a searchbox and a data list of 100,000 lines filte...
File: Item Sets Summary Page Percentages11/11/20
I rewrote the addon a little. Made...
Posted By: zelenin
I rewrote the addon a little. Made it cleaner, more compact, effective, without LibSets and saved variables. https://pastebin.com/EnXi7JAD
File: Item Set Collection Tracker11/09/20
this is not working for me. I even...
Posted By: zelenin
this is not working for me. I even made changes to the settings from default to see if i was blind. large icon, odd location. nada. I even added the other non listed "dependency" below. no changes. also NO bugs in bugcatcher or any other bug addon. im at a loss. any ideas? https://imgur.com/kjo1rNm https://imgur.com/0ShGrVn...
File: LibDelayedHandler11/08/20
why don't you use LibAsync for that...
Posted By: zelenin
why don't you use LibAsync for that case? The library allows you to trigger a task many times, but execute one time in a given time window. The library will execute this task as many times as it will be triggered. So we will get ui freezes with a large amount of data (for example, a searchbox and a data list of 100,000 lines filte...
File: Item Set Collection Tracker11/04/20
Re: Icon on trade window
Posted By: zelenin
Hello, its possible to have the red icon when you are on the trade window with other player ? Thanks :)done
File: Item Set Collection Tracker11/04/20
Great Addon thanks :) addon don'...
Posted By: zelenin
Great Addon thanks :) addon don't need LibdelayedHandler It does. LibUnitTracker has this lib as a dependency so it's not dependency of Item Set Collection Tracker. I cannot list dependencies of dependencies, dependencies of dependencies of dependencies etc :)
File: Item Set Collection Tracker11/04/20
could you please add as library nee...
Posted By: zelenin
could you please add as library needed : LibdelayedHandler i had to search why the game was asking me that library before i found out it was needed by one of your addon library. Thank you Also may be could you update the lib api too, as all the library needed that i installed were disabled by the game. addon don't need L...
File: Journal Quest Log11/02/20
6.2.5: user:/AddOns/JournalQuest...
Posted By: zelenin
6.2.5: user:/AddOns/JournalQuestLog/JournalQuestLog.lua:603: operator # is not supported for # nil |rstack traceback: user:/AddOns/JournalQuestLog/JournalQuestLog.lua:603: in function 'JournalQuestLog:RefreshQuestList' user:/AddOns/JournalQuestLog/JournalQuestLog.lua:152: in function 'JournalQuestLog.Initialize' user:/AddOns/J...
File: Dolgubon's Lazy Writ Crafter10/31/20
https://i.imgur.com/HzUP1YD.jpg so...
Posted By: zelenin
https://i.imgur.com/HzUP1YD.jpg something wrong?
File: Item Set Collection Tracker10/25/20
Hey. Looks like there is some code...
Posted By: zelenin
Hey. Looks like there is some code missing from the addon. It throws an error on load, pointing to the line where self:scanAccount() is called. fixed. Thanks.
File: Unknown Insight10/18/20
Re: Error ?
Posted By: zelenin
After I update youre Addon and I download the Addons what I need I become an Error: User:/AddOns/LibCharacter/LibCharacter.lua:117: attempt to index a nil value stack traceback: user:/AddOns/LibCharacter/LibCharacter.lua:117: in function 'addon:getCharacterData' user:/AddOns/LibCharacter/LibCharacter.lua:59: in function 'addon:...
File: LibCharacter10/14/20
Thanks for the lib Zelenin. Jus...
Posted By: zelenin
Thanks for the lib Zelenin. Just a wording issue but maybe change the function name "IsExists" to something like Exists DoesExist IsExists does not exist afaik :p You're right. Thanks
File: Unknown Insight10/09/20
Can I track unknown motifs in betwe...
Posted By: zelenin
Can I track unknown motifs in between multiple account ? like my main and other alternate accounts ? nice feature. I am planning this for one of the future releases
File: The Elder Bar09/18/20
user:/AddOns/TEB/TEB.lua:4182: oper...
Posted By: zelenin
user:/AddOns/TEB/TEB.lua:4182: operator .. is not supported for nil .. string stack traceback: user:/AddOns/TEB/TEB.lua:4182: in function 'TEB.buffs' user:/AddOns/TEB/TEB.lua:4573: in function 'TEB.OnUpdate' TEBTop_Update:3: in function '(main chunk)' i got this when i was cured by vampirism
File: Teleport - general purpose teleporting tool09/16/20
Aliases = { } Dungeons = { } Help...
Posted By: zelenin
Aliases = { } Dungeons = { } Helpers = { } Houses = { } Nodes = {} Players = { } Wayshrines = {} Zones = { } you add these objects with very common names to the global scope. You will break other add-ons that did the same careless thing or wil be broken yourself.
File: Hyper Tanking Tools09/15/20
user:/AddOns/HyperTankingTools/Hype...
Posted By: zelenin
user:/AddOns/HyperTankingTools/HyperTankingTools.lua:799: operator .. is not supported for nil .. string stack traceback: user:/AddOns/HyperTankingTools/HyperTankingTools.lua:799: in function 'UpdateDuration' Are you using version 0.1 or 0.1a? If that problem still appears on version 0.1a, what enemy were you targetting when t...
File: Rewards for the Worthy09/14/20
function RewardsForTheWorthy.Receiv...
Posted By: zelenin
function RewardsForTheWorthy.ReceivedLoot(eventCode, lootedBy, itemLink, quantity, itemSound, lootType, isStolen) isStolen => isMe (EVENT_LOOT_RECEIVED (number eventCode, string receivedBy, string itemName, number quantity, ItemUISoundCategory soundCategory, LootItemType lootType, boolean self, boolean isPickpocketLoot, string qu...
File: Rewards for the Worthy09/14/20
Now you have one timer for all acco...
Posted By: zelenin
Now you have one timer for all accounts and servers. Need change RewardsForTheWorthy.savedVars = ZO_SavedVars:NewAccountWide("RFTWSavedVars", 1, nil, RewardsForTheWorthy.defaults, nil, "$InstallationWide") to RewardsForTheWorthy.savedVars = ZO_SavedVars:NewAccountWide("RFTWSavedVars", 2, nil, RewardsForTheWorthy.defaults, GetW...
File: Hyper Tanking Tools09/14/20
user:/AddOns/HyperTankingTools/Hype...
Posted By: zelenin
user:/AddOns/HyperTankingTools/HyperTankingTools.lua:799: operator .. is not supported for nil .. string stack traceback: user:/AddOns/HyperTankingTools/HyperTankingTools.lua:799: in function 'UpdateDuration'
File: Votan's Minimap08/10/20
Periodically the map trembles in du...
Posted By: zelenin
Periodically the map trembles in dungeons. I tried even on a clean install without other addons and settings https://www.youtube.com/watch?v=g4akhZZyzxI
File: AiM's Synergy Tracker06/27/20
i got this in cyro: user:/AddOns/A...
Posted By: zelenin
i got this in cyro: user:/AddOns/AiMs-Synergy-Tracker/Tracking.lua:69: attempt to index a nil value stack traceback: user:/AddOns/AiMs-Synergy-Tracker/Tracking.lua:69: in function 'T.countDown'
File: AwesomeGuildStore06/25/20
https://i.imgur.com/2Yy00Lv.jpg "u...
Posted By: zelenin
https://i.imgur.com/2Yy00Lv.jpg "uncollected" filter is not works because LibRunebox is outdated. Just replace it (AwesomeGuildStore/backend/filter/CollectibleOwnershipFilter.lua) local function IsItemCollected(itemLink) local itemId = GetItemLinkItemId(itemLink) return LibRunebox:IsRuneboxCollected(itemId) end wit...
File: AwesomeGuildStore06/19/20
user:/AddOns/AwesomeGuildStore/back...
Posted By: zelenin
user:/AddOns/AwesomeGuildStore/backend/database/ItemDatabase.lua:156: table index is nil stack traceback: user:/AddOns/AwesomeGuildStore/backend/database/ItemDatabase.lua:156: in function 'ItemDatabase:GetItemView' user:/AddOns/AwesomeGuildStore/backend/database/ItemDatabase.lua:55: in function 'SetDirty' EsoUI/Libraries/Utility/...
File: ChampionPointsSlots06/14/20
user:/AddOns/ChampionPointsSlots/Ch...
Posted By: zelenin
user:/AddOns/ChampionPointsSlots/ChampionPointsSlotsStats.lua:286: attempt to index a nil value stack traceback: user:/AddOns/ChampionPointsSlots/ChampionPointsSlotsStats.lua:286: in function 'ChampionPointsSlotsStats:HandleActionBar' user:/AddOns/ChampionPointsSlots/ChampionPointsSlotsStats.lua:186: in function 'ChampionPointsSlo...