260 - Add History of Completed/Uncompleted + Total per race completed
What is the enhancement in mind? How should it look and feel?
Add ability to see all completed artifacts and total number of artifacts completed
Please provide any additional information below.
this macro get total number
/run local s=0;for x=1,9 do local c=GetNumArtifactsByRace(x);local a =0;for y=1,c do local t=select(9, GetArtifactInfoByRace(x, y));a=a+t;s=s+t;end local rn=GetArchaeologyRaceInfo(x);if( c > 1 ) then print(rn..":"..a);end end print("Total:"..s);
Minimal Archaeology add on has this function but I would rather use one addon instead of two to see what is currently no complete and total numbers completed.
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 30, 2012
- Reported
- Jun 04, 2011
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 7
- Reply
- #1
Dridzt Jan 31, 2012 at 17:39 UTC - 0 likesI've added something like this in the latest alpha if you're feeling adventurous:
http://www.wowace.com/addons/archy/files/
Clicking the Archy label on the LDB tooltip (not the LDB button / minimap icon itself) alternates to
Clicking it again switches back to the default view.
Clicking one of the races shows the missing rares at the bottom of the tooltip (Tolvir in the example).
Clicking any of those rares prints the project link to your local chatframe