Hello, could you explain how did you exactly managed to run it? the console says its missing db properties as well as database.
Oh hey, I'm sorry I didn't get a notification. It's been a while so I don't remember, sorry. You could try the file above, I'm going to try it and see if it works, brb!
Just tried, it's working fine!! First try, so I think everything has been fixed, I didn't do anything, I even deleted the old v111 database to set this one up as a fresh install. Yay for us!
================
TUTORIAL 
================
Wanted to write a quick tutorial for people to set this up, I just did another fresh installation of it and it has been really simple now, as simple as v83.
1. First things first, download the server and the original game's client.
2. Now extract the server files, it's gonna have a bunch of folders and 2 .rar files in there called wz.rar and src.rar, you should extract them both. For the wz file, just extract it in the root folder (the main folder that has a couple sub folders), wz is a sub folder that was lacking so you should let it stay in the same place as the others. Btw, it's gonna take a bit to extract everything, but be patient.
3. Okay, now let's set up the database, if you're using phpmyadmin (xampp/wampp) just create a new database and call it 'lidium' without the little ' things, just call it lidium, no caps. Alright, now dump the .sql file that is inside the 'aio' folder, the one named lidium.sql. To dump it into the myadmin thing, you just click on your lidium database, then go over to "Insert" option and then load the file lidium.sql then click execute. Just like that.
4. Okay, your DB should be all good to go if it shows a green screen, telling you it loaded 512 things.
5. Time to run the server, open it as an existing project in Intellij or Netbeans, then let it start indexing stuff, if you think it stopped loading, then you can move on. Stopped? Ok, now you should Build the project. Click on Build, and in Intellij since it's the first time doing this, it's gonna ask you to tell what version of Java you want to load the project as, I set it to Java 19. Clicked apply, then hit the OK button.
6. Click on Run, and it's gonna look for Start.java to start your server. If it runs, it's gonna say it's "listening" followed by your port number.
7. Neat, if you've followed this through with no issues, it means your server is working! Let us extract the Game folder, the one you're gonna use to play. Extract it, it's going to take a bit, then grab the "client" folder with a Localhost on it, move all the files it has there to the GAME's folder, replace everything it asks you to replace and then click on that localhost.exe to play the game!
Take a sneak peak at my Localhost .rar file down below, it should look the same, with all the .dll thingies in there. If yours hasn't, you can dowload this one that I'm using.
To view the content, you need to sign in or register
P.S: I deleted the HShield folder, it's probably needed to delete that in order to work.