
I modified uox3 to use with mysql. Accounts, characters, items, guilds, houses, baseobjects, regions, jail, banned, spawn_items, time etc. are now being loaded from SQL instead of some folders, so world load time of uox3 decreased by %60, backup size decreased by %57 etc. Default UOX3 Worldfiles v0.16 (https://www.uox3.org/downloads.shtml) is also converted and inserted into mysql database.
Because of the original save system of uox3, it deletes all the data which is not supposed to, and it increases saving time. We must change it, so save time shortens so much that even players cannot be aware of it.
It's stable at the moment and can be used by anyone. You can download it from https://github.com/Kitiara/UOX3
I have also added CMAKE configurations, so you can create build files using CMAKE. I used VS2010 to build, but did not try the other versions of VStudio. If you want to develop it, send me a message from Github so I can add you as a contributor.