Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!
Join Today!Making yourself a Admin
To make yourself an administrator go to the source files of your server, and go into the directory '/io/', open up Login.java
Search for the following:
Code:p.rights = 2;
Something along these lines should appear:
Change it to your name.Code:if (p.username.equals("Aj")) { p.rights = 2; }
After that is done, go to your server files' cmd folder and click the batch file that is named rs2.io.batch. This will compile your code so it can be used ingame.
If you have your server up, restart it online and login with your name, if not turn it on and login it.
What program do you use to open a CLASS file?
Yush I am noobish.