Problem with conf/map_athena.conf

Newbie Spellweaver
Joined
Feb 11, 2008
Messages
13
Reaction score
0
kinotsu - Problem with conf/map_athena.conf - RaGEZONE Forums



That basically says the problem

And it causes the following issues for me:

-Running RO makes my computer shutdown(only sometimes and when it does i'll know because the text won't be translated,when for some odd reason it works and shows the correct translated text then I can get up to my char select screen but when I try to log in it says "Connection to server closed")

-Causes the map-server.exe window to keep showing this one same message over and over and keeps closing and opening

How do I fix it?
 
//--------------------------------------------------------------
//eAthena Map-Server Configuration File
//--------------------------------------------------------------

//--------------------------------------------------------------
// Configuration Info
//--------------------------------------------------------------
// Interserver communication passwords, set in account.txt (or equiv.)
userid: s1
passwd: p1
// Character Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces. In that case,
// you need to specify the IP address you wish to export to the entire world.
//
char_ip:<YOUIP>
// What interface should we bind to.. if you have multiple IP's on one
// machine, this lets you put multiple servers on the same ports
// bind_ip:127.0.0.1
// Character Server Port
char_port: 6121
// Map Server IP
//
// You should only need to set this if you are running behind a
// firewall or on a machine with multiple interfaces. In that case,
// you need to specify the IP address you wish to export to the entire world.
//
map_ip:<YOUIP>
// Map Server Port
map_port: 5121
//Preferred map loading method
// 0: Read directly from grf
// 1: Read from cache (with compression)
// 2: Read from cache (without compression)
// If the cache was not found it will read the maps from the GRF and copy
// any necessary data into a newly created cache.
// It is possible to reduce the map cache to 1MB for 400+ maps with compression
// enabled. If all maps are already loaded in the cache, Athena can boot without
// reading the grf files.
read_map_from_cache: 1
//
//Where is the bitmap file stored?
map_cache_file: db/mapinfo.txt
// Advanced Fusion Maps directory
afm_dir: afm
// Console Commands
// Allow for console commands to be used on/off
// This prevents usage of >& log.file
console: off
// Database autosave time, in seconds.
autosave_time: 60
// Char-Save method (SQL only)
// 0 = saves over the charserver [default] (old method)
// 1 = saves self needs a sql-connection to the char-database (faster and a charserver - speedup)
// NOTE: the settings in char_athena.conf should be the same as here!
charsave_method: 0
// Message of the day file, when a character logs on, this message is displayed.
motd_txt: conf/motd.txt
// When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
help_txt: conf/help.txt
mapreg_txt: save/mapreg.txt
// Scripts
import: npc/scripts_main.conf
// Maps:
import: conf/maps_athena.conf
import: conf/import/map_conf.txt
//-----------------------------------------
// GRF List
//-----------------------------------------
grf: D:\Gravity\RO\data.grf
grf: D:\Gravity\RO\sdata.grf
// You may add more in this format
// grf: <data file path>
//------ Others ---------------------------
// Data Directory
//data_dir: C:\Program Files\Gravity\R

this file same with u file map_athena & grf ?
 
Yes the grf. thing is the same,except mines in the beginning is

data:
sdata:

Not like yours where its

grf:
grf:

and the top thing you posted

The Ip's of that are the 127.0.0.1 number instead of my ip,could that be it?



Also,would my ip I put in Char and Map server be a 74.173.(the one you get from whatsmyip.org) type of ip or the 192.168. kind?
I did ip config and I got the 192.168 as my Default Gateway IP,so is that the one I use?
Right now they are currently the 127.0.0.1(loopback ip)
And theres another ip that shows called the Subnet Mask which turns to a 255.255. ip type




And I port forwarded ports 1-9999 so I don't think that should be the problem.....
Theres so many kinds of ip types,i'm not sure of which is the right one :/ ......

Please help
 
Back