NOTICE: If you are a returning member, please reset your password to be able to log in as your old password can no longer be used. Make sure you check your spam/junk mail folder in case the reset consent mail lands there. Additionally, you may not reply to or start new topics outside of the non-archive zone.

pls check them

Post Reply
User avatar

Topic author
Nirvaxstiel
Articles:0
Posts:849
Joined:Sat Oct 24, 2009 8:00 am
Location:Under the Night Sky, relaxing and napping.
Contact:

Badges

pls check them

Post by Nirvaxstiel » Sun Jan 31, 2010 4:59 pm

R These Correct?

char_athena

Code: Select all

// Athena Character configuration file.

// Note: "Comments" are all text on the right side of a double slash "//"
// Whatever text is commented will not be parsed by the servers, and serves
// only as information/reference.

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

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the 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: 180.129.0.192

// 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 IP address which clients will use to connect.
// Set this to what your server's public IP address is.
//char_ip: 127.0.0.1

// Character Server Port
char_port: 6121
map_athena

Code: Select all

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: 180.129.0.192

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 IP address which clients will use to connect.
// Set this to what your server's public IP address is.
//map_ip: 180.129.0.192

// Map Server Port
map_port: 5121
login_athena

Code: Select all

The login 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

User avatar

Yandols
Articles:0
Posts:911
Joined:Fri Jul 24, 2009 8:00 am
Location:Rocknarok Town
Contact:

Badges

Post by Yandols » Sun Jan 31, 2010 9:40 pm

login_athena.conf usually don't need to be changed, depending on what base you're using.

char_athena.conf :

Code: Select all

Server Communication username and password.
userid: s1
passwd: p1
So you are using a non-RE eAthena base? If you are, you should keep using those values, if you are not then use the ones i posted below:

Code: Select all

// Server Communication username and password.
userid: q1
passwd: w1
If this one doesn't work though, then revert to the default.

Code: Select all

// Server name, use alternative character such as ASCII 160 for spaces.
// NOTE: Do not use spaces in the name, or guild emblems won't work client-side!
server_name: eAthena
This is the name of your server to appear after the login-menu. You should change it to JikanNoMirai if thats the name of your server.

Code: Select all

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: 180.129.0.192
Change this to your hamachi IP, then remove the double backslash.

Code: Select all

Character Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
//char_ip: 127.0.0.1
Change this to your hamachi IP, then remove the double backslash.

I also recommend you to set this.

Code: Select all

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
char_name_option: 1
Set char_name_option to 0

map_athena.conf :

Code: Select all

Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1
Like i said above.

Code: Select all

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: 180.129.0.192
Change this to your hamachi IP, then remove the double backslash.

Code: Select all

Map Server IP
// The IP address which clients will use to connect.
// Set this to what your server's public IP address is.
//map_ip: 180.129.0.192
Change this to your hamachi IP, then remove the double backslash.


Since yours is default, i recommend you to use my atcommand_athena.conf
Its set to most used in RTS and VooDooRO.
Download is in attachment.
I'm Yandols. The Founder and Head Admin of this place.
Please contact me immediately if you encounter any problems.

User avatar

Yandols
Articles:0
Posts:911
Joined:Fri Jul 24, 2009 8:00 am
Location:Rocknarok Town
Contact:

Badges

Post by Yandols » Thu Feb 04, 2010 5:03 am

Thread Moved.
I'm Yandols. The Founder and Head Admin of this place.
Please contact me immediately if you encounter any problems.

Post Reply

Return to “Development Files”