Hello. Ive noticed that there are no tutorials on how to have more than one world on your v 83 server.
This is how you can do it...
Open net.login.handler and open Serverlistrequesthandler.java
change the 1 to what ever.
Before.
PHP Code:public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
for (int i = 0; i < Math.min(1, names.length); i++) {//input world numbers here change 1 to number of worlds
After.
you can add up to, I believe 10 worlds...PHP Code:public final void handlePacket(SeekableLittleEndianAccessor slea, MapleClient c) {
for (int i = 0; i < Math.min(2, names.length); i++) {//input world numbers here change 1 to number of worlds
Enjoy. :D



Reply With Quote![How to add Worlds [Multi-Worlds] v83](http://ragezone.com/hyper728.png)


