Thread Tools Display Modes
10-05-16, 12:20 PM   #1
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
achievement tracking longer?

I am about to start my journey towards the fishing artifact, and I need to catch all the rare fish. I am trying to find an addon that expands the achievement tracker line count past 5 entries per. Before someone blindly recommends Overachiever, no it doesn't do that. And also I am aware of the many addons (I use Chinchilla) that allow me to make the tracking frame larger, and that also isn't what I am asking. I just want to easily see all the fish i need not just the top 5.


Last edited by khurzog : 10-05-16 at 01:23 PM.
  Reply With Quote
10-05-16, 03:47 PM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
While ingame, type the following into your chat:

Code:
/run MAX_CRITERIA_PER_ACHIEVEMENT=10

Change the 10 to however many lines you want to show per achievement. You can either do this every time you login and after a reload, or you can go to http://addon.bool.no and make an addon with the following code:

Code:
local f=CreateFrame('frame')
f:RegisterEvent('PLAYER_LOGIN')
f:SetScript('OnEvent',function()
    MAX_CRITERIA_PER_ACHIEVEMENT=10
end)
  Reply With Quote
10-05-16, 06:31 PM   #3
khurzog
A Frostmaul Preserver
 
khurzog's Avatar
Join Date: Dec 2007
Posts: 266
Sounds great but not working
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » achievement tracking longer?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off