Results: 6Comments by: xgoku1
File: ChestFarmer05/24/23
v1.19 update
Posted By: xgoku1
Messed up and pushed the Necrom update early. Some of you may have downloaded v1.19 and run into issues - I have reverted the download to v1.18, which should work fine till Necrom officially launches.
File: ChestFarmer07/15/22
You said this addon tracks chest qu...
Posted By: xgoku1
You said this addon tracks chest quality but I cant find where we can check this in the addon? You can click the scroll button to print historical stats to chat, which contains the chest quality info. https://i.imgur.com/8pUfDhF.png Alternatively, you can type "/chestfarmer stats" or "/cf stats" to do the same thing.
File: LockpickNotifier05/26/21
Thanks for the idea's, but for my a...
Posted By: xgoku1
Thanks for the idea's, but for my add-on it's enough to know the difficulty of the dungeon. 0 is a delve, 1 and 2 are dungeons. Adding a lib or another way to detect if you are in a dungeon, should not be needed. (double tested it today, it only triggers in a dungeon) Nice. Much better solution than my table check method, I'll u...
File: LockpickNotifier05/26/21
Just to add to what Baertram said,...
Posted By: xgoku1
Just to add to what Baertram said, IsUnitInDungeon returns true even for a delve and public dungeon. In my addon I check if the value of GetZoneId(GetUnitZoneIndex("player")) is in a table containing the ids of the dungeon to satisfy the conditional code (you can find the zoneId for dungeons from LibSets datasheet) - should be a l...
File: ChestFarmer04/28/21
If you develop new addons please al...
Posted By: xgoku1
If you develop new addons please always think about multi server support from the start as many players play on NA and EU meanwhile! ChestFarmer.savedVariables = ZO_SavedVars:NewAccountWide("ChestFarmerSavedData", 1, nil, ChestFarmer.Default, GetWorldName()) Migrating them later is a mess for the users. And I doubt chest counts e...
File: ChestFarmer04/27/21
Re: Chest Farming Retroactive?
Posted By: xgoku1
Will this show me all the chests I've farmed before installing addon? -thank you No, I'm afraid not. It will only count chests opened after the addon is installed. You can get a rough estimate from the progress of the Treasure Hunter achievement on each character though.