So i here is the problem I cant Start my server,and i already look at the guide and did what it say Sticky: Installation Guide for eAthena TXT Server
Now here is what i did in my athena folder:
Char config:
// Athena Character configuration file.
// Server Communication username and password.
userid: s1
passwd: p1
// Server name, use alternative character such as ASCII 160 for spaces.
server_name: Athena
Login Server IP:172.190.253.109
// Login Server Port
login_port: 6900
Character Server IP
char_ip:172.190.253.109
// Character Server Port
char_port: 6121
// Is Character server in maintainence mode?
char_maintenance: 0
// Enable or disable creation of new characters.
char_new: 0
// Maximum users able to connect to the server. Set to 0 for unlimited.
max_connect_user: 0
// How often should the server save? (In seconds)
autosave_time: 30
// How often should the server save a backup? (In seconds)
autosave_time: 15
// Character server flatfile database
char_txt: save/athena.txt
// Character server flatfile database (backup)
backup_txt: save/athena_backup.txt
// Start point, Map name followed by coordinates (x,y)
start_point: new_1-1.gat,53,111
// Starting zeny for new characters
start_zeny: 500
// Name used for unknown characters
unknown_char_name: Unknown
// Log Filename
char_log_filename: log/char.log
// Allow or not identical name for characters but with a different case (upper/lower):
// example: Test-test-TEST-TesT; Value: 0 not allowed (default), 1 allowed
name_ignoring_case: 0
// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// 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: 0
// Set the letters/symbols that you want use with the 'char_name_option' option.
// Note: add 'space' between 2 others letters/symbols.
// default: void.
//char_name_letters:
// Filename of the file which receives the online players list in text
online_txt_filename: online.txt
// Filename of the file which receives the online players list, but in html version
online_html_filename: online.html
// Choose how to display online players.
// 0: no sorting (default)
// 1: by alphabetical order of their name
// 2: by number of their zenys
// 3: by their base level
// 4: by their job (and job level inside the same job)
// 5: by alphabetical order of their actual map location
online_sorting_option: 0
// Choose which columns that you want display in the online files. Do the addition of these values:
// (if value is 0, no file is done)
// 1: name (just the name, no function like 'GM')
// 2: job
// 4: levels
// 8: map name
// 16: mapname and coordonates
// 32: zenys
// 64: name (with 'GM' if the player is a GM)
// default value: 1 (only name)
online_display_option: 1
// minimum GM level to display 'GM' when we want to display it (default: 1)
online_gm_display_min_level: 1
// refresh time (in sec) of the html file in the explorer (default 20)
online_refresh_html: 20
// If you want use an additional configuration file, uncomment and use this parameter
//import: path/additional_configuration_file
Map_config
// ______ __ __
// /\ _ \/\ \__/\ \
// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
// _ _ _ _ _ _ _ _ _ _ _ _ _
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
//
//--------------------------------------------------------------
//eAthena Map-Server Configuration File
//--------------------------------------------------------------
//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1
Character Server IP
char_ip:172.190.253.109
// Character Server Port
char_port: 6121
Map Server IP
map_ip:172.190.253.109
// Map Server Port
map_port: 5121
// Database autosave time, in seconds.
autosave_time: 60
// Name of the file of that logs the unknown packets (for debug or hack check)
login_log_unknown_packets_filename: log/login_unknown_packets.log
// Indicate if the unknown packets are saved or not
//(the unknown packets coming from the char-server or ladministration does not relate to, which is always saved)
// Be careful: if you receive an attack, your hard disk can cause lag...
// So, active this option with a speed hard disk or for debug only.
save_unknown_packets: 0
// Indicate if you want display the parse of the packets received in a normal connection
// It's useful for debug. Possible values: 0: no (default), 1: yes
display_parse_login: 0
// Indicate if you want display the parse of the packets received in administration connection
// It's useful for debug. Possible values: 0: no (default), 1: yes
display_parse_admin: 0
// Indicate if you want display the parse of the packets received from a char-server
// It's useful for debug. Possible values: 0: no (default), 1: yes (without packet 0x2714), 2: all packets
display_parse_fromchar: 0
// Indicate how to display date in logs, to players, etc.
// 0: 31-12-2004 23:59:59
// 1: 12-31-2004 23:59:59
// 2: 2004-31-12 23:59:59
// 3: 2004-12-31 23:59:59 (default)
date_format: 3
// Indicate the minimum GM level of player that the server accepts to connection.
// 0: all players (normal player are 0. it's default), 1-99: GM level at least with level x
min_level_to_connect: 0
// Specify order of IP control if necessary (option: 'deny,allow', 'allow,deny', or 'mutual-failture')
// (how to use 'allow' and 'deny' information)
//order: allow,deny
// Indicate the IP that the server accept.
// put: 'all', or 'xxx.xxx.' (begin of an ip finished by '.' or a complete ip),
// or a network and its mask (example: '123.456.789.012/24' or '123.456.789.012/255.255.255.0')
// or 'clear' to suppress previous parameter (use it in import file mainly)
// Add as many IP's as you wish.
//allow: all
// Indicate the IP that the server refuse.
// Add as many IP's as you wish, as long as you put deny: before it.
//deny: 123.123.123.123
//deny: 234.234.234.234
// If you want use an additional configuration file, uncomment and use this parameter
//import: path/additional_configuration_file
and about grf file here what inside
data: D:\Program Files\Ragnarok Online\data.grf
sdata: D:\Program Files\Ragnarok Online\sdata.grf
data_dir: D:\Program Files\Ragnarok Online\:
C:\Program Files\Gravity\RO\
ladmin config
// Athena Ladmin configuration file.
// Login Server IP
login_ip:172.190.253.109
// Login Server Port
login_port: 6900
// Administrative password, used to connect remotely to server.
// NOTICE: If you enable remote administration, you should change its value for security
admin_pass: admin
// Encoding type of the password
// 0: not encoded
// 1: key+password
// 2: password+key
passenc: 2
// Language of ladmin
// F: Fran


Reply With Quote

