I am requesting comments on the champion system improvements. They can be found in the Champion-Refactor branch. To test this branch, use the command "git checkout Champion-Refactor" in your ServUO directory or use your git GUI tool of choice.

The system will automatically clean up any existing champion spawns from the old system. It is configured through the file Config/Champions.cfg .

I want to get some comments from the community before merging it to master. I am also still working on the configuration system to enable custom champ spawns without code edits, and also to reduce the overall amount of config variables needed.
 
I've implemented the per-spawner configuration changes now. The branch is not save-compatible with the previous state. If you were testing this, please start with a blank save.
 
Back