Page 1 of 1

Collect character profile by default.

Posted: Sat Jan 28, 2006 5:00 pm
by Eielia
Is there any way to make it so that, by default, CensusPlus gahers profile information, even if it requires editing a config file?

If not, I'd like to see this implemented; just a simple option to change the default and/or turn on profile information gathering for all known characters.

Posted: Thu Oct 19, 2006 8:50 am
by Marvin_of_Mars
That would definately be something I'd like to see implemented.

Posted: Thu Oct 19, 2006 10:24 am
by Rollie
It can be done fairly easily.

Open up /Interface/AddOns/CensusPlus/CensusPlusProfiler.lua

At the top of the file, there is this line:

Code: Select all

CensusPlus_DoThisCharacter = false;
Just change it to

Code: Select all

CensusPlus_DoThisCharacter = true;

and I think that should default to collect the data.