by ciuine » Sun Jan 01, 2012 6:38 pm
Just retype the name to remove it from the unignore list, even if it is misspelled; the list is there to show you what you've typed in. I didn't include a pre-defined list other than the nil for error safety sake because the buffs are not named the same in the many versions of the game. It'd leave lots of useless words for certain versions, and not everyone would enjoy most of the buffs selected.
You can go into your AllodsOnline/Personal/user.cfg with a text file and search for the "DTT" table, copy the ignore list field and you can tell someone to paste it in their DTT table over the ignore list field. If this is too complicated for some of your members, you could go into the Init() of the DoTTimer LUA file and change the ignore list field (DTT["Ignore"]) from {"nil",} to {"nil", "whatever",} leaving a comma after each field and keeping it lowercase. This will make it so that everyone you give your version of the add-on has the specific buffs you dislike ignored as well.
As mentioned, it is difficult for an all-pleasing development on customization to be reached. In this I have provided the building blocks of customization for the add-on, the rest becomes up to the singular user's personal choice. I understand some would prefer personal customization for certain things, but the more personal the versioning, the more another person believes the add-on has headed in the wrong direction and has become over bearing and controlling.
