06-23-2015, 06:54 PM
(06-23-2015, 06:32 PM)Ace Wrote: Add a ["Category"] tag to the profile.
Example for ARR Dungeons:
Code:["Category"] = 1;
List of values:
Code:local categoryOptions = {
[0] = true, --FILTER_DAILY_ROULETTE,
[1] = true, --FILTER_DUNGEONS_ARR,
[2] = true, --FILTER_DUNGEONS_HW,
[3] = true, --FILTER_GUILDHEST,
[4] = true, --FILTER_TRIALS_ARR,
[5] = true, --FILTER_TRIALS_HW,
[6] = true, --FILTER_RAIDS_ARR,
[7] = true, --FILTER_RAIDS_HW,
[8] = true, --FILTER_PVP
}
Thank you so much!