You will need to recompile your server again, but first find this file game.cpp and find this part:
Code:void Game::shutdown() { std::cout << "Preparing"; Scheduler::getInstance().shutdown(); std::cout << " to"; Dispatcher::getInstance().shutdown(); std::cout << " shutdown"; Spawns::getInstance()->clear(); std::cout << " the"; Raids::getInstance()->clear();
Lets make use of this function
Just finished scripting the new adminpanel, you can find it in downloads.
I'm still looking for new things that I think should be edited but those will come later.
If you have ideas just pm me
Its time to go work on my server a bit more, still need to get my own layout done.