|
Welcome to
Moparscape - Runescape Guide Site
Runescape & Moparscape Questions ?
Q: I have a server currently online and I would like another
online but I don't know how to do it. One will be for test and
another for play.How can I make this ?
A: Chang the ports,
then have one client connect to one, and another connect to the
other.
Q: Thanks, and how can
I change the port and the IP address in the client ?
A: 1. Copy your client.
2. In one copy (the original) the port should be 43594
3. In the other copy, search for that port and change it to
the port you made world 2.
Q: This is for 2 worlds
on same server right ? Well, I don't want this. I want 1 with mine
and the other for another server that I'm doing while they play
(test).How can I make this then?
A: Its the same thing.
Just make one server use 43594, and the other use a diff port.Hold 2
servers at once , and change second server's port to another one.You
could make the second server and first server load from the same
char folder, and for the client have world select text. This won't
work, but it will give you an idea.
Code:
if (world1 == true) {
port = 43594;
} else if (world2 == true) {
port = 5555
} else {
sM ("Pick a world!")
}
Like I say, that won't work AT ALL. Look at RuneScape, they have
different servers with one set of chars..
|