RateMyServer Ragnarok Community

Ragnarok Online => Guides => Topic started by: MWright967 on Feb 13, 2008, 10:57 AM

Title: How to create a private server. . . . .
Post by: MWright967 on Feb 13, 2008, 10:57 AM
I removed this guide.
Title: Re: How to create a private server. . . . .
Post by: ander on Feb 13, 2008, 11:03 AM
Thank yo  matthew and very very apprecaited !! !! you do the great job and you can do better  !!!!
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 13, 2008, 11:14 AM
No problemo.
Title: Re: How to create a private server. . . . .
Post by: LiNK on Feb 15, 2008, 07:20 PM
Download error? hmmm

-EDIT
nevermind, already worked.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 15, 2008, 07:45 PM
Naice  ;)
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 22, 2008, 08:26 PM
Hey, I love your guide. It's very good and I followed it through completely. Thanks ^^

But I'm having one little problem...
After I get to the character screen, and then log in, it gives me "failed to connect to server".
I tried so many configurations, went onto eAthena boards and tried, but failed.
Can you, or anyone, help me here?
I'll be glad to post my configuration settings.
Thanks everyone ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 22, 2008, 08:35 PM
Ehm, yeah, heres what I want you to do...Go to your conf folder, post all of the files you edited (map, subnet, char etc) and let me see them. Also, try turning your firewall off, checking your sclient info, making sure you removed the ''//'' symbols behind the configuration texts as i said to, and try getting rid of everything in your RO folder, reinstalling Rag/Sak, and then doing the guide over.
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 22, 2008, 08:48 PM
All right.

First off, here are my IP addresses:

wanIP: 71.104.7.102
lanIP: 192.168.1.100
subnet: 255.255.255.0


Now, the conf files.

char_athena.conf:
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip:192.168.1.100

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip:127.0.0.1

// Login Server Port
login_port:6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip:71.104.7.102

// Character Server Port
char_port:6121


map_athena.conf:
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 192.168.1.100

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 71.104.7.102

// Map Server Port
map_port: 5121


subnet_athena.conf:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet

subnet: 255.255.255.0:192.168.1.100:192.168.1.100
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 22, 2008, 08:51 PM
Are you sure the 192.168.1.100 number isn't your Static IP, and that its your LAN IP? That could be a big differince.

Second of all, you could also try making the 192.168.1.100 just 127.0.0.0 in your sclientinfo AND conf files.


If that doesn't work, destroy and reinstall all RO related stuff. And just FYI, having someone else's server software i nthe same RO folder CAN screw it up.
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 22, 2008, 09:03 PM
Ok, you tell me. Haha. I just followed what the eAthena boards said.

Here's my ipconfig /all:

(http://i237.photobucket.com/albums/ff287/windcorp/untitled.jpg)

and i think you meant 127.0.0.1 right?

Thanks ^^
Title: Re: How to create a private server. . . . .
Post by: romeo111 on Feb 22, 2008, 09:11 PM
he could/is probably stuck on the same thing as i, i also have some probs in the same area as him
Title: Re: How to create a private server. . . . .
Post by: Zone on Feb 23, 2008, 09:34 PM
@W1nd are you trying to have the server on a lan or just to test with?
Or to open it?

For Lan server:
char_athena.conf:
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip:192.168.1.100

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip:127.0.0.1

// Login Server Port
login_port:6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip:192.168.1.100

// Character Server Port
char_port:6121


map_athena.conf:
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 192.168.1.100

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 192.168.1.100

// Map Server Port
map_port: 5121


subnet_athena.conf:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet

subnet: 255.255.255.0


For test server:
char_athena.conf:
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip:127.0.0.1

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip:127.0.0.1

// Login Server Port
login_port:6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip:127.0.0.1

// Character Server Port
char_port:6121


map_athena.conf:
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 127.0.0.1

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 127.0.0.1

// Map Server Port
map_port: 5121


subnet_athena.conf:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet

subnet: 255.255.255.0



For an open private server:
char_athena.conf:
// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip:71.104.7.102

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip:127.0.0.1

// Login Server Port
login_port:6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip:71.104.7.102

// Character Server Port
char_port:6121


map_athena.conf:
// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 71.104.7.102

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 71.104.7.102

// Map Server Port
map_port: 5121


subnet_athena.conf:
// Subnet support file
// Format is:
// subnet: net-submask:char_ip:map_ip
// you can add more than one subnet

subnet: 255.255.255.0


You also need an sclientinfo.xml in your data folder where you have the client.

Lan Server:
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>Name to display on connection</display>
     <desc>description</desc>
     <address>192.168.1.100</address>
     <port>6900</port>
     <version>20</version>
     <langtype>8</langtype>
     <aid>
<admin>2000001</admin>
<admin>Account ID</admin>
<registrationweb>no need if you have _m/_f enabled (recommended)</registrationweb>
  </connection>
<loading>
<images>loading00.jpg</images>
<images>loading01.jpg</images>
<images>loading02.jpg</images>
<images>loading03.jpg</images>
<images>loading04.jpg</images>
</loading>
</clientinfo>


Test Server
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>Name</display>
     <desc>description</desc>
     <address>127.0.0.1</address>
     <port>6900</port>
     <version>20</version>
     <langtype>8</langtype>
     <aid>
<admin>2000001</admin>
<admin>account ID</admin>
<registrationweb>not necessary _m/_f suggested.</registrationweb>
  </connection>
<loading>
<images>loading00.jpg</images>
<images>loading01.jpg</images>
<images>loading02.jpg</images>
<images>loading03.jpg</images>
<images>loading04.jpg</images>
</loading>
</clientinfo>


Open Private Server
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>Name</display>
     <desc>description</desc>
     <address>71.104.7.102</address>
     <port>6900</port>
     <version>20</version>
     <langtype>8</langtype>
     <aid>
<admin>2000001</admin>
<admin>account ID</admin>
<registrationweb>http://www.yourwebsite.com/registration_page</registrationweb>
  </connection>
<loading>
<images>loading00.jpg</images>
<images>loading01.jpg</images>
<images>loading02.jpg</images>
<images>loading03.jpg</images>
<images>loading04.jpg</images>
</loading>
</clientinfo>

Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 23, 2008, 09:55 PM
I specifically told them this  was not a guide based for open-public play so, he shouldn't be having any problem whatsoever.
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 23, 2008, 11:12 PM
Haha yeah, I saw it was just for testing, but wow. Thanks for the code. Let me test it now ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 23, 2008, 11:19 PM
Quote from: w1nd on Feb 23, 2008, 11:12 PM
Haha yeah, I saw it was just for testing, but wow. Thanks for the code. Let me test it now ^^

/no1
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 24, 2008, 03:49 AM
Hmm...
I followed all your directions and configurations, but I still can't get in...
Question1: Do I update Rag/Sak or not? (I didn't update, and did, both times don't work)

I also reinstalled Rag/Sak. That didn't work either...

I tested a LAN and a test server, both stuck at the same place.

Still, the place that gets stuck is after logging into the character, and at the "Please wait..." screen for the world to load. After awhile, the "Failed to connect to server" popup shows up. I check my 3 servers, and there are no errors in any of them. Just says that my character logged off.

Sigh... someone please help...Thanks ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 24, 2008, 05:21 AM
Quote from: w1nd on Feb 24, 2008, 03:49 AM
Hmm...
I followed all your directions and configurations, but I still can't get in...
Question1: Do I update Rag/Sak or not? (I didn't update, and did, both times don't work)

I also reinstalled Rag/Sak. That didn't work either...

I tested a LAN and a test server, both stuck at the same place.

Still, the place that gets stuck is after logging into the character, and at the "Please wait..." screen for the world to load. After awhile, the "Failed to connect to server" popup shows up. I check my 3 servers, and there are no errors in any of them. Just says that my character logged off.

Sigh... someone please help...Thanks ^^


I find this very odd, because every other person that I have walked through this got their server up and a running.You could try redoing the server completely and not adding the IP's if you just want a testserver. Keep them all as 127.0.0.1. That might work.

Also, are you using vista?
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 24, 2008, 05:33 AM
No, Windows XP.

Yeah, I have everything as 127.0.0.1 IP address. This is so weird, yes I know. I'm going to see if it happens on my other computers later today.

Should I patch Rag/Sak?

And if you're wondering, I already opened up all the required ports on my router.

Thanks ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 24, 2008, 07:08 AM
Sorry bro :/ I honestly do not know what the problem could be. This guide has worked for me, and I have a new and successful server (Wright RO), so obviously its working or people couldn't connect....


Ehhhmmm...I'd suggest, retrace your steps, perhaps try just redoing it over completely. Dunno. Sorry :/
Title: Re: How to create a private server. . . . .
Post by: w1nd on Feb 24, 2008, 03:59 PM
Yeah, I know. ^^ Thanks for your help guys, especially you, Wright. Very nice guide ^^

I'll try to reinstall everything (EVERYTHING) and follow this guide again some other time. Thanks ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Feb 24, 2008, 04:05 PM
No problemo.
Title: Re: How to create a private server. . . . .
Post by: Zone on Feb 24, 2008, 09:46 PM
Quote from: w1nd on Feb 23, 2008, 11:12 PM
Haha yeah, I saw it was just for testing, but wow. Thanks for the code. Let me test it now ^^
No problem.
Also, check your sclientinfo.xml in the data folder.
Title: Re: How to create a private server. . . . .
Post by: horo on Feb 29, 2008, 10:45 PM
Actually, I have exactly the same problem as w1nd. I'm trying different Clients and Trunks but nothing seems to work.

char:

// Server Communication username and password.
userid: s1
passwd: p1

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: You should not use spaces in the server name, or guild emblems won't work client-side!
server_name: eAthena

// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
wisp_server_name: Server

// Login Server IP
// The character server connects to the login server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
login_ip:127.0.0.1

// The character server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Login Server Port
login_port: 6900

// Character Server IP
// The character server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
char_ip:127.0.0.1

// Character Server Port
char_port: 6121


map:

// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1

// Character Server IP
// The map server connects to the character server using this IP address.
// NOTE: This is useful when you are running behind a firewall or are on
// a machine with multiple interfaces.
char_ip: 127.0.0.1

// The map server listens on the interface with this IP address.
// NOTE: This allows you to run multiple servers on multiple interfaces
// while using the same ports for each server.
//bind_ip: 127.0.0.1

// Character Server Port
char_port: 6121

// Map Server IP
// The map server exports this IP address to the entire world.
// NOTE: You should only need to set this if you are running behind a
// firewall or are on a machine with multiple interfaces.
map_ip: 127.0.0.1

// Map Server Port
map_port: 5121
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 05:38 AM
Since this seems to be a problem, I will look further into this and see if I can root out the problem for you guys.
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 06:48 AM
I need some quick help. I've done everything as instructed but when i tried to login i get rejected from my server. =____=
any remedies?

Edit: I think im correct, but it might not be so:

IP Address:
Default Gateway:
DHCP Server:
DNS Servers

Can u point out which ones are the LAN and WAN address?

Thanks for your help.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 07:03 AM
IP Adress: is your LAN IP

For your WAN IP go to http://www.whatismyip.org

Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 07:10 AM
Quote from: MWright967 on Mar 01, 2008, 05:38 AM
Since this seems to be a problem, I will look further into this and see if I can root out the problem for you guys.
Thanks, here's a topic on it I made on the eathena forums if you're interested: http://www.eathena.ws/board/index.php?showtopic=180900 (http://www.eathena.ws/board/index.php?showtopic=180900)

It can't have anything to do with me using the 127.0.0.1 rather than my WAN IP, can it?
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 07:16 AM
done those, im still being rejected.
login server says: authentication of the account 2000003 refused.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 07:25 AM
Quote from: horo on Mar 01, 2008, 07:10 AM
Quote from: MWright967 on Mar 01, 2008, 05:38 AM
Since this seems to be a problem, I will look further into this and see if I can root out the problem for you guys.
Thanks, here's a topic on it I made on the eathena forums if you're interested: http://www.eathena.ws/board/index.php?showtopic=180900 (http://www.eathena.ws/board/index.php?showtopic=180900)

It can't have anything to do with me using the 127.0.0.1 rather than my WAN IP, can it?

It could :P
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 07:42 AM
now it becomes failed to connect to server, the char server seems to be the problem.
Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 07:52 AM
If I use my actual LAN IP/WAN IP, I too get that message from the char server, the only way to connect to the char server for me so far was using 127.0.0.1 for everything

If you do that, you probably end up right where I am :/
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 07:58 AM
 /hmm

I suppose you could do that, however i've experienced that using your wan/lan makes for less lagg, but it seems to be the only alternative, so try it :P
Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 08:07 AM
Ok what I now know by trying all variables of IP's is that the difference between accessing the char server or not relies on if you set your WAN IP to your actual IP, or 127.0.0.1

So

1. Why are we getting rejected by our own IP?

2. Why does 127.0.0.1 work for the char server, but not the map server? Finding the difference here is probably the solution.
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 08:23 AM
used 127.0.0.1 for all but i still cannot get from the char server.  ???
this will be a long trial and error.
Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 08:32 AM
Also put it in your subnet? But it's not like it's a solution, can't do anything with just the char server.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 08:37 AM
Quote from: horo on Mar 01, 2008, 08:07 AM
Ok what I now know by trying all variables of IP's is that the difference between accessing the char server or not relies on if you set your WAN IP to your actual IP, or 127.0.0.1

So

1. Why are we getting rejected by our own IP?

2. Why does 127.0.0.1 work for the char server, but not the map server? Finding the difference here is probably the solution.

Like I said, I used this method to set up my own server, and I have about 20+ active players on it. So there really is not reason it shouldn't be working for you. I would suggest you try the guide at http://www.neatocool.com. Mine is somewhat like it, but a bit more elaborate.


Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 08:40 AM
thanks i forgotten about the subnet. oh right now im at the same position as you.  :)
Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 08:44 AM
Quote from: MWright967 on Mar 01, 2008, 08:37 AM
Like I said, I used this method to set up my own server, and I have about 20+ active players on it. So there really is not reason it shouldn't be working for you. I would suggest you try the guide at http://www.neatocool.com. Mine is somewhat like it, but a bit more elaborate.

Do you have a router? I forwarded/opened the ports and even tried switching off the firewall but to no avail. I believe that it works for you, but there has to be a reason why it doesn't for us. Also that page doesn't work~
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 09:05 AM
might sound stupid but what is a port forward for? because i think that's where the problem comes from.
Title: Re: How to create a private server. . . . .
Post by: horo on Mar 01, 2008, 11:36 AM
If you have a router with a firewall you have to forward the ports for it to connect, map server would be port 5121 for example, but if you can connect to the char server that means you already should have your ports open, and that's not the solution since I already have those ports open.
Posted on: Mar 01, 2008, 01:15 am
figured it out, use packet version 7, ahaha, what an easy error =_=
Title: Re: How to create a private server. . . . .
Post by: Mohaa on Mar 01, 2008, 04:05 PM
 :-\ Here i can Download This File,Just Give Error

The File is this MWrights_Hexed_Client_Insr.rar
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 07:28 PM
Quote from: horo on Mar 01, 2008, 08:44 AM
Quote from: MWright967 on Mar 01, 2008, 08:37 AM
Like I said, I used this method to set up my own server, and I have about 20+ active players on it. So there really is not reason it shouldn't be working for you. I would suggest you try the guide at http://www.neatocool.com. Mine is somewhat like it, but a bit more elaborate.

Do you have a router? I forwarded/opened the ports and even tried switching off the firewall but to no avail. I believe that it works for you, but there has to be a reason why it doesn't for us. Also that page doesn't work~

I have a router, and I have to use it to get other people to connect, and I have to forward the ports...However, for a 1 person (being you) server, you don't need to forward or open any ports.
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 09:35 PM
Yeah version 7 works, i just noticed the sentence in that thread that reads:"Only use client 8_9 if your client supports it!"

That aside, anyone can post a good/easy to follow guide that teaches port forwarding?
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 01, 2008, 10:20 PM
I will if you guys want to :P
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 01, 2008, 11:34 PM
If will be great if you could.I just want to have some friends sit together and talk or mess around.

Edit: Erm question, i would like to have a 2-2 class shop in a map, why cant i just create a new txt document and put it in npc/custom/  and then copy the txt in the original 2-2 shop and paste it to the new one, changing the "prontera" to something else.I have already directed using another line in scripts_custom already writing npc: npc/custom/nameofmyfile
Title: Re: How to create a private server. . . . .
Post by: w1nd on Mar 02, 2008, 05:29 AM
Quote from: horo on Mar 01, 2008, 11:36 AM
If you have a router with a firewall you have to forward the ports for it to connect, map server would be port 5121 for example, but if you can connect to the char server that means you already should have your ports open, and that's not the solution since I already have those ports open.
Posted on: Mar 01, 2008, 01:15 am
figured it out, use packet version 7, ahaha, what an easy error =_=


omG............................
It was the server's VERSION error!!?!

AHHAHAHAHAHAHHAHA

Thanks. I can't believe it. Thanks ^^ It works!!!
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 02, 2008, 09:14 AM
Quote from: w1nd on Mar 02, 2008, 05:29 AM
Quote from: horo on Mar 01, 2008, 11:36 AM
If you have a router with a firewall you have to forward the ports for it to connect, map server would be port 5121 for example, but if you can connect to the char server that means you already should have your ports open, and that's not the solution since I already have those ports open.
Posted on: Mar 01, 2008, 01:15 am
figured it out, use packet version 7, ahaha, what an easy error =_=


omG............................
It was the server's VERSION error!!?!

AHHAHAHAHAHAHHAHA

Thanks. I can't believe it. Thanks ^^ It works!!!

Hehe. My guides once again prove to own >.>
Title: Re: How to create a private server. . . . .
Post by: w1nd on Mar 02, 2008, 12:36 PM
Well, it was really good ^^ I really liked it. Good job on the guide ^^ Thanks!
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 02, 2008, 12:36 PM
No problem mate. By the way, I added a new guide on how to connect to the net.
Title: Re: How to create a private server. . . . .
Post by: Mohaa on Mar 02, 2008, 01:28 PM
I have a noob question!
???

How i can Catch The Wan IP and the Lan Ip??


Tnks ;D
Title: Re: How to create a private server. . . . .
Post by: w1nd on Mar 02, 2008, 02:03 PM
Hey Wright,

Is there a way to change the max stat (agi, str, luk, etc) so I can go over 99?

Thanks.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 02, 2008, 03:34 PM
Quote from: Mohaa on Mar 02, 2008, 01:28 PM
I have a noob question!
???

How i can Catch The Wan IP and the Lan Ip??


Tnks ;D

I love when people ask questions that I posted directly in the BEGINING OF THE GUIDE.


@w1nd: Yep. Its in your conf folder somewhere, probably in battle somewhere, under rates or something. I'll check in a second.
Title: Re: How to create a private server. . . . .
Post by: w1nd on Mar 02, 2008, 04:10 PM
hey Wright,

I had to hex a new client exe to get more than 99. Just to let you know ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 02, 2008, 04:26 PM
To get more STATS or more LEVELS than 99? Because I'm pretty sure you can get over 99 stats without having to hex...
Title: Re: How to create a private server. . . . .
Post by: w1nd on Mar 02, 2008, 04:37 PM
Well I already tried to change the max stats value in player.conf before I hexed, and that didn't work.

So, I hexed my own, and it worked fine. ^^
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 02, 2008, 04:45 PM
My apologies then :P
Title: Re: How to create a private server. . . . .
Post by: Alezales on Mar 03, 2008, 06:39 AM
I have a problem, apparently my player(s) cannot get through the char server even though i done the things correctly, I can see that they have logged into the login server but the char server don't show anything which is where they cannot login to.
Any possible errors?

My sclientinfo is edited and i put my WAN ip instead of LAN.
The char/map athena is in the correct way as the guide, so is the subnet.
I've already performed port forward and to prove it my players can connect to the login server which they previously cant even

I cant think of where i went wrong, help me with this please thanks.

edit: My subnet is 255.0.0.0:LAN:LAN (With the LAN correctly placed in), yours in the first post is "255.255.255.0" .does that have anything to do with the connection?
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 03, 2008, 07:37 AM
Uhhhh, you should have posted this in the ''How to get people to connect...'' guide, and not here. However, lets refresh your steps:

1. You open the 6900, 5121, and 6121 ports.

2. You gave your players your edited sclientinfo, my DF config packet, and my hexed client, all together and they are using the hexed client to attempt to log in.

Also, I told you, you have to put YOUR subnet where ''255.0.0.0'' is, and to find that out just click Run in the start menu, put in cmd or command, and put in ''ipconfig /all''.

Title: Re: How to create a private server. . . . .
Post by: muppy on Mar 11, 2008, 09:59 AM
Matt I need some help here. I try to do the download for
-     Ragnarok 10-17-2007 Part 1 of 2 (filefront)     Download     BlackOutRO
-    Ragnarok 10-17-2007 Part 2 of 2 (filefront)    Download    BlackOutRO
at file front but it just brings me back to the homepage of file front.
I downloaded the version from here http://iro.ragnarokonline.com/download/download.asp
* Version: 11.2 Veins (85.8MB/each)
* Released: Sept, 2007

It Keeps giving me sprite errors like-

(http://i170.photobucket.com/albums/u242/koharmoru/Errors.jpg)

Also its giving me a Gravity(tm) Error Handler.
Module Name: C:\Program Files\Gravity\Scarlet RO\Scarlet RO.exe
Time Stamp: 0x45dab740 - Tue Feb 20 02:54:24 2007


Exception Type: 0xc0000005

0x005109b0 Scarlet RO.exe
0x0059c1a3 Scarlet RO.exe
0x004f4e64 Scarlet RO.exe
0x006509a2 Scarlet RO.exe
0x00670bd6 Scarlet RO.exe
0x7c816fd7 kernel32.dll

eax: 0x00000000 ebx: 0x018ebf08
ecx: 0x00000000 edx: 0x00744208
esi: 0x00000000 edi: 0x00000000
ebp: 0x0012fbdc esp: 0x0012fbc8

stack 0012fbc8 - 0012ffc8
0012FBC8 : C4 58 63 00 FF FF FF FF 01 00 00 00 08 BF 8E 01
0012FBD8 : 38 98 76 00 F4 FB 12 00 A3 C1 59 00 92 3C 74 00
0012FBE8 : BA 3C 74 00 80 3C 74 00 1B 00 00 00 18 FC 12 00
0012FBF8 : 64 4E 4F 00 88 3C 74 00 D0 FE 12 00 64 66 6B 00
0012FC08 : 00 00 00 00 B0 FF 12 00 D6 82 68 00 FF FF FF FF
0012FC18 : 34 FF 12 00 A2 09 65 00 00 00 00 00 08 BF 8E 01
0012FC28 : 01 00 00 80 00 00 00 00 00 F0 FD 7F 78 01 D6 00
0012FC38 : 00 00 D6 00 32 07 91 7C 74 FC 12 00 00 00 D6 00
0012FC48 : 32 07 91 7C 05 00 00 00 78 07 D6 00 00 00 D6 00
0012FC58 : 08 78 D6 00 4C FC 12 00 55 00 00 00 98 02 00 00
0012FC68 : 00 00 00 00 00 01 00 00 A0 FE 12 00 38 15 91 7C
0012FC78 : 96 15 91 7C 00 78 D6 00 68 01 D6 00 00 78 D6 00
0012FC88 : B8 FC 12 00 77 7E 91 7C 00 00 D6 00 D8 7A D6 00
0012FC98 : 00 78 D6 00 59 00 00 00 00 00 D6 00 00 00 D6 00
0012FCA8 : C0 02 00 00 78 01 D6 00 A5 00 00 00 A9 00 00 01
0012FCB8 : A4 FE 12 00 0C 7C 91 7C 00 00 D6 00 01 00 00 00

Launch Info
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000

Job : Novice
                                       
Posted on: Mar 11, 2008, 01:57 am
My Run server commands are-

Map Server
[Status]: Memory manager initialised: log/login-server.exe.leaks

          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)
          (            eAthena Development Team presents            )
          (       ______  __    __                                  )
          (      /\  _  \/\ \__/\ \                                 )
          (    __\ \ \_\ \ \ ,_\ \ \___      __    ___      __      )
          (  /'__`\ \  __ \ \ \/\ \  _ `\  /'__`\/' _ `\  /'__`\    )
          ( /\  __/\ \ \/\ \ \ \_\ \ \ \ \/\  __//\ \/\ \/\ \_\.\_  )
          ( \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ )
          (  \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ )
          (   _   _   _   _   _   _   _     _   _   _   _   _   _   )
          (  / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \  )
          ( ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) )
          (  \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/  )
          (                                                         )
          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)

[Info]: SVN Revision: '12336'.
[Status]: Done loading plugin 'UPnP'
[Info]: Reading configuration file conf/login_athena.conf...
[Status]: set login_port : 6900
[Info]: Console Silent Setting: 0
[Info]: Reading configuration file conf/import/login_conf.txt...
[Info]: Finished reading conf/import/login_conf.txt.
[Info]: Finished reading conf/login_athena.conf.
[Warning]: You are using the default GM password (gm_pass).
[Warning]:   We highly recommend that you change it.
[Info]: Reading the configuration file conf/subnet_athena.conf...
[Warning]: Error syntax of configuration file conf/subnet_athena.conf in line 6.

[Status]: Read information about 0 subnetworks.
[Status]: mmo_auth_init: 2 accounts read in save/account.txt,
[Status]:                of which is no GM account, and
[Status]:                1 server account ('S').
[Status]: read_gm_account: file 'conf/GM_account.txt' read (0 GM accounts found)
.
[Status]: The login-server is ready (Server is listening on the port 6900).

[Info]: Connection request of the char-server 'eAthena' @ 71.63.216.209:6121 (ac
count: 's1', pass: 'p1', ip: '192.168.1.102')
[Notice]: Authentication accepted (account: s1, id: 0, ip: 192.168.1.102)
[Status]: Connection of the char-server 'eAthena' accepted.
[Status]: Terminating...
[Status]: Finished.
[Info]: Memory manager: No memory leaks found.


Login Server
[Status]: Memory manager initialised: log/char-server.exe.leaks

          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)
          (            eAthena Development Team presents            )
          (       ______  __    __                                  )
          (      /\  _  \/\ \__/\ \                                 )
          (    __\ \ \_\ \ \ ,_\ \ \___      __    ___      __      )
          (  /'__`\ \  __ \ \ \/\ \  _ `\  /'__`\/' _ `\  /'__`\    )
          ( /\  __/\ \ \/\ \ \ \_\ \ \ \ \/\  __//\ \/\ \/\ \_\.\_  )
          ( \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ )
          (  \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ )
          (   _   _   _   _   _   _   _     _   _   _   _   _   _   )
          (  / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \  )
          ( ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) )
          (  \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/  )
          (                                                         )
          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)

[Info]: SVN Revision: '12336'.
[Status]: Done loading plugin 'UPnP'
[Info]: Reading configuration file conf/char_athena.conf...
[Status]: eAthena server has been initialized
[Status]: Login server IP address : 192.168.1.102 -> 192.168.1.102
[Status]: Character server IP address : 71.63.216.209 -> 71.63.216.209
[Info]: Console Silent Setting: 0
[Info]: Reading configuration file conf/import/char_conf.txt...
[Info]: Done reading conf/import/char_conf.txt.
[Info]: Done reading conf/char_athena.conf.
[Info]: Reading the configuration file conf/subnet_athena.conf...
[Warning]: Error syntax of configuration file conf/subnet_athena.conf in line 6.

[Status]: Read information about 0 subnetworks.
[Error]: Using the default user/password s1/p1 is NOT RECOMMENDED.
[Notice]: Please edit your save/account.txt file to create a proper inter-server
user/password (gender 'S')
[Notice]: And then change the user/password to use in conf/char_athena.conf (or
conf/import/char_conf.txt)
[Info]: Finished reading the char-server configuration.
[Info]: Initializing char server.
[Notice]: mmo_char_init: No character found in save/athena.txt.
[Status]: Loaded 0 saved status changes for 0 characters.
[Info]: char server initialized.
[Status]: The char-server is ready (Server is listening on the port 6121).

[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Info]: Saving all files...
[Status]: Connected to login-server (connection #2).
[Status]: Awaiting maps from map-server.
[Status]: From login-server: receiving information of 0 GM accounts.
[Status]: Map-Server 0 connected: 664 maps, from IP 71.63.216.209 port 5121.
[Status]: Map-server 0 loading complete.
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Info]: Saving all files...
[Warning]: Connection to login-server lost (connection #2).
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Saving all files...
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Saving all files...
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Saving all files...
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Info]: Attempt to connect to login-server...
[Status]: Connecting to 192.168.1.102:6900
[Error]: make_connection: connect failed (socket #2, code 10061)!



Char Server
[Status]: Memory manager initialised: log/map-server.exe.leaks

          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)
          (            eAthena Development Team presents            )
          (       ______  __    __                                  )
          (      /\  _  \/\ \__/\ \                                 )
          (    __\ \ \_\ \ \ ,_\ \ \___      __    ___      __      )
          (  /'__`\ \  __ \ \ \/\ \  _ `\  /'__`\/' _ `\  /'__`\    )
          ( /\  __/\ \ \/\ \ \ \_\ \ \ \ \/\  __//\ \/\ \/\ \_\.\_  )
          ( \ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\ )
          (  \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/ )
          (   _   _   _   _   _   _   _     _   _   _   _   _   _   )
          (  / \ / \ / \ / \ / \ / \ / \   / \ / \ / \ / \ / \ / \  )
          ( ( e | n | g | l | i | s | h ) ( A | t | h | e | n | a ) )
          (  \_/ \_/ \_/ \_/ \_/ \_/ \_/   \_/ \_/ \_/ \_/ \_/ \_/  )
          (                                                         )
          (=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=)

[Info]: SVN Revision: '12336'.
[Status]: Done loading plugin 'UPnP'
[Info]: Char Server IP Address : '192.168.1.102' -> '192.168.1.102'.
[Info]: Map Server IP Address : '71.63.216.209' -> '71.63.216.209'.
[Info]: Console Silent Setting: 0
[Error]: Using the default user/password s1/p1 is NOT RECOMMENDED.
[Notice]: Please edit your save/account.txt file to create a proper inter-server
user/password (gender 'S')
[Notice]: and then edit your user/password in conf/map_athena.conf (or conf/impo
rt/map_conf.txt)
[Notice]: Logging Item Picks to file `log/picklog.log`.txt
[Notice]: Logging GM Level 40 Commands to file `log/atcommandlog.log`.txt
[Status]: Loading maps (using db/map_cache.dat as map cache)...
[Info]: Successfully loaded '664' maps.
[Status]: Done reading packet database from 'packet_db.txt'. Using default packe
t version: 22.
[Status]: Done reading '3970' entries in 'item_db.txt'.
[Status]: Done reading '0' entries in 'item_db2.txt'.
[Status]: Done reading 'item_group_db.txt'.
[Status]: Done reading '1' entries in 'item_avail.txt'.
[Status]: Done reading '5' entries in 'item_noequip.txt'.
[Status]: Done reading '178' entries in 'item_trade.txt'.
[Status]: Done reading '609' entries in 'db/skill_db.txt'.
[Status]: Done reading '410' entries in 'db/skill_require_db.txt'.
[Status]: Done reading '407' entries in 'db/skill_cast_db.txt'.
[Status]: Done reading '71' entries in 'db/skill_unit_db.txt'.
[Status]: Done reading '145' entries in 'db/produce_db.txt'.
[Status]: Done reading '136' entries in 'db/create_arrow_db.txt'.
[Status]: Done reading '207' entries in 'db/abra_db.txt'.
[Status]: Done reading '23' entries in 'db/skill_castnodex_db.txt'.
[Status]: Done reading '28' entries in 'db/skill_nocast_db.txt'.
[Status]: Done reading '899' entries in 'mob_db.txt'.
[Status]: Done reading '0' entries in 'mob_db2.txt'.
[Status]: Done reading '0' entries in 'mob_avail.txt'.
[Status]: Done reading 'mob_branch.txt'.
[Status]: Done reading 'mob_poring.txt'.
[Status]: Done reading 'mob_boss.txt'.
[Status]: Done reading 'mob_pouch.txt'.
[Status]: Done reading 'mob_skill_db.txt'.
[Status]: Done reading 'mob_skill_db2.txt'.
[Status]: Done reading 'mob_race2_db.txt'.
[Status]: Done reading 'exp.txt'.
[Status]: Done reading 'skill_tree.txt'.
[Status]: Done reading 'attr_fix.txt'.
[Status]: Done reading 'statpoint.txt'.
[Status]: Done reading 'db/job_db1.txt'.
[Status]: Done reading 'db/job_db2.txt'.
[Status]: Done reading 'db/size_fix.txt'.
[Status]: Done reading 'db/refine_db.txt'.
[Status]: Done reading '24' entries in 'castle_db.txt'.
[Status]: Done reading '15' entries in 'guild_skill_tree.txt'.
[Status]: Done reading '37' pets in 'pet_db.txt'.
[Status]: Done reading '8' homunculus in 'db/homunculus_db.txt'.
[Status]: Done reading '99' levels in 'exp_homun.txt'.
[Status]: Done reading 'homun_skill_tree.txt'.
[Info]: Done loading '18468' NPCs:
        -'2874' Warps
        -'175' Shops
        -'6455' Scripts
        -'3419' Mobs
        -'30281' Mobs Cached
        -'8728' Mobs Not Cached
[Status]: Event 'OnInit' executed with '622' NPCs.
[Status]: Server is 'ready' and listening on port '5121'.

[Status]: Attempting to connect to Char Server. Please wait.
[Status]: Connecting to 192.168.1.102:6121
[Status]: Logging in to char server...
[Status]: Successfully logged on to Char Server (Connection: '2').
[Status]: Sending maps to char server...
[Status]: Event 'OnCharIfInit' executed with '0' NPCs.
[Status]: Event 'OnInterIfInit' executed with '0' NPCs.
[Status]: Event 'OnInterIfInitOnce' executed with '20' NPCs.
[Info]: From login-server: receiving information of '0' GM accounts.
[Status]: Map sending complete. Map Server is now online.
[Info]: Received Fame List of '0' characters.
[Warning]: Map Server disconnected from Char Server.

[Status]: Attempting to connect to Char Server. Please wait.
[Status]: Connecting to 192.168.1.102:6121
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Status]: Connecting to 192.168.1.102:6121
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Status]: Connecting to 192.168.1.102:6121
[Error]: make_connection: connect failed (socket #2, code 10061)!
[Status]: Connecting to 192.168.1.102:6121
[Error]: make_connection: connect failed (socket #2, code 10061)!



I have a notepad I made of my IP stuff.

Host Name: PC855314341208

Lan IP Address:71.63.216.209

Subnet:255.255.255.0

Wan IP:192.168.1.102

-------------------------------------
What Command Says for Ipconfig /all |
________________________________________________________________________________________________________________________________
Microsoft(R) Windows DOS        
(C)Copyright Microsoft Corp 1990-2001.        
       
C:\DOCUME~1\MATT>ipconfig /all        
     
Windows IP Configuration        
       
        Host Name . . . . . . . . . . . . : PC885314341208                                                                     
        Primary Dns Suffix  . . . . . . . :                                                                                   
        Node Type . . . . . . . . . . . . : Unknown                                                                           
        IP Routing Enabled. . . . . . . . : No                                                                                 
        WINS Proxy Enabled. . . . . . . . : No                                                                                 
        DNS Suffix Search List. . . . . . : hsd1.mn.comcast.net.                                                             
       
Ethernet adapter Local Area Connection:        
       
        Connection-specific DNS Suffix  . : hsd1.mn.comcast.net.                                                               
        Description . . . . . . . . . . . : NVIDIA nForce Networking Controller                                               
        Physical Address. . . . . . . . . : 00-16-36-A7-37-13                                                                 
        Dhcp Enabled. . . . . . . . . . . : Yes                                                                               
        Autoconfiguration Enabled . . . . : Yes                                                                               
        IP Address. . . . . . . . . . . . : 192.168.1.102                                                                     
        Subnet Mask . . . . . . . . . . . : 255.255.255.0                                                                     
        Default Gateway . . . . . . . . . : 192.168.1.1                                                                       
        DHCP Server . . . . . . . . . . . : 192.168.1.1                                                                       
        DNS Servers . . . . . . . . . . . : 68.87.77.130                                                                       
                                            68.87.72.130                                                                       
        Lease Obtained. . . . . . . . . . : Monday, March 10, 2008 1:54:28 PM                                                 
        Lease Expires . . . . . . . . . . : Tuesday, March 11, 2008 1:54:28 PM
         

Please Help Me, Thank you.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 11, 2008, 11:15 AM
http://games.internode.on.net/filelist.php?filedetails=8118

http://games.internode.on.net/filelist.php?filedetails=10350

Those are two good sak/rag clients. Try them instead.
Title: Re: How to create a private server. . . . .
Post by: muppy on Mar 11, 2008, 11:57 AM
Thank you so much man, Btw my name is Matt too lol.
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 11, 2008, 12:31 PM
Quote from: muppy on Mar 11, 2008, 11:57 AM
Thank you so much man, Btw my name is Matt too lol.

Lmao. No problemo mate. Glad you enjoyed the guide. /no1
Title: Re: How to create a private server. . . . .
Post by: Bandito on Mar 11, 2008, 10:42 PM
when I hit runserver a message said 'mapserv.bat' is not recongnized as an internal or external command/
operable program or batch file
Title: Re: How to create a private server. . . . .
Post by: MWright967 on Mar 18, 2008, 04:12 AM
Quote from: Bandito on Mar 11, 2008, 10:42 PM
when I hit runserver a message said 'mapserv.bat' is not recongnized as an internal or external command/
operable program or batch file

This is most likely because you did not configure your .conf files correctly. Check them over again.
Posted on: Mar 11, 2008, 04:03 pm
Bump.
Title: Re: How to create a private server. . . . .
Post by: dakid1992 on Mar 23, 2008, 01:06 AM
QuoteStep 1: Download Rag + Sak from here: http://ratemyserver.net/index.php?page=download_kROLinks . Download the last two files under the ''Ragnarok & Sakray 10-17-2007'' heading.
yeah uhmm everything i download is fine but The sakray at file front says my download cannot be completed....what do i do and when i went to whatismyip.org or my wan ip i also went into my router and looked at the wan ip there and their different....

-EDIT
hey uhmm now when i am done downloading the rag setup it keeps giving me errors and wont let me open it or extract...so i wanted to try something...so i try running the server with out rag setup and sakray ...and then i open the hexed file it minimizes window and says ResourceError : Can't find a file (random letters with like accents on em)\bgi_temp.bmp
is it because i dont have the sakray and rag file?rag file being gay
PS: yes i also clicked runserver
Title: Re: How to create a private server. . . . .
Post by: L i g h t w a v e on May 10, 2008, 05:26 AM
can u post the Guide again?