SavedInstances

SavedInstances

13M Downloads

Restored Coffer Key weekly cap

dburnt opened this issue ยท 4 comments

commented

Currently, the addon displays Restored Coffer Keys as a currency (which is fine), but does not list how many of those keys were obtained within the weekly limit.

commented

Currently this info is tracked by TWW Weekly Cache, which is defaultly enabled and can be enabled under SI config > Quest progress.

commented

You can check your weekly count by pasting this in to a macro in-game.

/script local j,c=0,{"FFFFFF","00FF00","00FFFF","FFFF00","FF0000"};for i=0,3,1 do if(C_QuestLog.IsQuestFlaggedCompleted(84736+i))then j=j+1 end;end;print("Delve keys obtained this week: ",format("\124cff%s",c[j+1]),j,"/4\124r")

Thanks, but the value (for me) of having it in Saved Instances is the visibility of multiple characters up front. I want to know which characters I still need to open pinnacle chests on, etc.

commented

this would certainly be useful

commented

You can check your weekly count by pasting this in to a macro in-game.

/script local j,c=0,{"FFFFFF","00FF00","00FFFF","FFFF00","FF0000"};for i=0,3,1 do if(C_QuestLog.IsQuestFlaggedCompleted(84736+i))then j=j+1 end;end;print("Delve keys obtained this week: ",format("\124cff%s",c[j+1]),j,"/4\124r")