2008-09-28 thanners <thantel@ninjasaurus.net>
Some fairly breaky changes to configuration. If you were testing this with a custom config.lua, you'll have to re-create your configuration again. Sorry.
Now has a UI for editing your configuration, i.e. adding new skills and phrases. It's slightly clunky, and I may get around to improving it later. However, if you find actual bugs (i.e. things breaking), then please submit tickets about it so I can fix 'em.
Other changes for those who have a custom config.lua and would like to be able to convert an existing one without having to re-enter it all:
- You'll want to try to use the distributed config.lua and .. just follow what it's doing, and add your skills to the TOL_CONFIGS["DEFAULT"].skills table.
- skill names are no longer used as keys. Instead, skills are stored with numeric indices, and the skillname is part of the individual skill sub-table.
- "SAY", "PARTY", etc, have become CMD_SAY, CMD_PARTY, ...