Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client help needed

Initiate Mage
Joined
Oct 17, 2018
Messages
1
Reaction score
0
Need help how to make a client i dont know already server running on vps, but i dont know how to start to create client to join on my server.
 
Newbie Spellweaver
Joined
Oct 18, 2018
Messages
8
Reaction score
0
If you have a server running, with a db correctly linked and configured you just need to download a client that will work with your server files and just run it using a .bat file.

You can find clients in the Release section.

Copy the following and save it as a .bat file, then copy this to your client folder. (where the raiderz.exe is located)

@echo off
raiderz -ingamelogin -server enter your Server IP here -country USA
exit


Make sure your server.ini files located in each of the server folders are configured correctly, as well as parts of the DB that contain the IP.
 
Last edited:
Back
Top