Archy - Archaeology Assistant

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.

User When Change
Dridzt Feb 18, 2012 at 09:54 UTC Changed status from New to Fixed
Dridzt Feb 18, 2012 at 09:54 UTC Changed assigned to from Torhal to Dridzt
Bastiene Jun 04, 2011 at 19:31 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Dridzt Dridzt Jan 31, 2012 at 17:39 UTC - 0 likes

    I'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 Archy Tooltip - Overall Progress
    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 Archy project link

    Last edited Feb 02, 2012 by Dridzt
  • 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

Reported by

Possible assignees