[Help] Changing world selection for RanchStory v117.2
I was wondering how I could change World Selection like "Scania" to another one like "Bera"
I am using RanchStory Source v117.2. I tried to follow the guide that is made by Basis but it didn't seem to work for RanchStory Source.
Can someone tell me exactly what I need to change like examples. Thanks
Re: [Help] Changing world selection for RanchStory v117.2
Charloginhandler i think. Never use that source so I can't help you
Re: [Help] Changing world selection for RanchStory v117.2
Quote:
Originally Posted by
mervyn3366
Charloginhandler i think. Never use that source so I can't help you
This is the error I get when I try to create a character.
ad3b06db88560d1207538d1860b08235.png
Guide I followed
http://forum.ragezone.com/f428/chang...scania-871500/
Any idears?
Re: [Help] Changing world selection for RanchStory v117.2
Last time i checked it was ServerlistRequestHandler.java?
Re: [Help] Changing world selection for RanchStory v117.2
Quote:
Originally Posted by
TheIceBreaker
Last time i checked it was ServerlistRequestHandler.java?
There is no serverlistrequesthandler.java in RanchStory Source
Re: [Help] Changing world selection for RanchStory v117.2
Change this: c.getSession().write(LoginPacket.sendRecommended(0, LoginServer.getEventMessage()));
In charloginhandler.java to your number chosen.
Re: [Help] Changing world selection for RanchStory v117.2
Quote:
Originally Posted by
Joakim432710
Change this: c.getSession().write(LoginPacket.sendRecommended(0, LoginServer.getEventMessage()));
In charloginhandler.java to your number chosen.
I already changed everything that was in Basis's guide but I still get the error shown above..
Re: [Help] Changing world selection for RanchStory v117.2
The only line affecting the error you have this this exact one, check again.