Hi fellow Forumers,
It's been more than two years since the previous poll. Have your preferences changed since then?
Which are your favorite versions and why? Let us know in the comments below! :)
* Please note that you can select multiple versions.
Older SQL servers
USE master
BACKUP LOG [MuOnline] WITH TRUNCATE_ONLY
DBCC SHRINKDATABASE([MuOnline], 0)
Newer SQL servers
ALTER DATABASE MuOnline
SET RECOVERY SIMPLE;
GO
DBCC SHRINKFILE (MuOnline_Log, 1);
GO
ALTER DATABASE MuOnline
SET RECOVERY FULL;
GO
[Beta 43 Changelog]
Tweaked to work properly on CPU's with more than 16 threads
/reload 3 command now reloads most of the DTData files
Updated files:
- CS\CS.exe
- DataServer1\DataServer.exe
- DataServer2\DataServer.exe
- JoinServer\JoinServer.exe
- GameServer\DarksTeam.dll
[Beta 13 Changelog]
Fixed being able to use /tracemarry while dead
Fixed being able to enter Icarus without wings by using /tracemarry
Moved some hard coded messages to Messages.ini
Translated Castle Deep event messages to English
Added ability to change Castle Lord mix min/max exc options...