Mir Unleashed Sources Full credits to TrueADM & DeathWish for these, i got permission to release the sources for the project known as Mir Unleashed. VB.NET Legend of mir client with DirectX9 and Server in VB.NET, re-coded completely. What is possible with this version of mir? Loggin In, Creating new accounts. Character Selections, Creation new characters. Going in-game, Notice screen, Movement. NPCs, NPC Commands (I will post the layout of NPCs) Monsters, quite a few monster AIs Items, Item stats, Item equipping, Item Dropping. Maps, Map doors. Quite abit more such as collision, Interface effects and much more. Downloads Client and Server Source .NET 2 Framework DirectX 9.0c February 2007 VB.NET Express MSSQL 2005 (Can use MSSQL 2000) Thanks to koni for the source mirror. Information With both server and client being in VB.NET maybe a few of the others that couldnt/didnt want to work on the Delphi sources can on these. Its easier and quite abit more can be done graphics wise. The files you download now will require all .wils to be converted to .gils (ADM/DeathWish Game Image Lib) The image viewer is included, if you cant wait to get in-game then you will convert them and put it in the data folder like i did, what im doing now is coding the client to read .wils again. * SmTiles And Tiles.wil/wix Complete * Weapon.wil/wix Complete * Objects-Objects10.wil/wix Complete * Hum.wil/wix Complete * NPC.wil/wix Complete * DnItems.wil/wix Complete You will also require a few other data files such as GUI.gil i have these and will upload them for you. Without the needed files the client won't work. Setting Up If you plan on developing you need to install all of the downloads above then continue to code into the sources. If you plan on just using a server from the releases others do heres how: Once you have the data files (ill upload now) setup the three servers with the correct IP and MSSQL account information. Code: [SQL] SqlLogin=MSSQL Account Name SqlPass=MSSQL Account Password SqlIp=MSSQL IP Address/Host Name Do this for all three Login Server, Character Select Server and the Game Server. With that done if you haven't already you will need to restore the databases. GameAccount and GameDB, so open MSSQL right click on databases and restore database... Restore database from file... Locate the database file (GameAccount and GameDB, inside the server folder then inside the DB folder) Then continue to restore, do this for both until they are both on your database list. They must be named GameAccount and GameDB. After that start up you servers no order needed and continue to login/create a account. ### NOTE ### Don't try to use the client to login to a DM2/1.9/1.4 or Euro mir, it won't work since the encrpytion is different completely. Same with using a Dm2 client on the server it won't work.