map-server problem :(

Experienced Elementalist
Joined
Apr 3, 2004
Messages
240
Reaction score
19
Been a while since i've hosted a RO server...and somehow i can't manage to get my map-server online, it give me an error "filelist limit: filelist_add"
He gives the error right after loading data.grf.
I'm sure i updated RO to the latest version, so that can't be the problem.
Anyone can help me with this one?
 
Could you copy and paste two rows above the error as well?

like


#Whatever
#whatever
filelist limit: filelist_add
 
i get the same sort of thing

read conf/grf-files.txt done
C:\Program Files\Gravity\RO\data.grf file reading...
filelist limit : filelist_add
0 NPCs removed.

and then it shuts off
 
managed to fix the problem...

For other ppl encountering the problem like Lotic described:

Open your GRF-Files.txt in the conf folder.

You'll probably have 2 lines saying:
Code:
data: C:\Program Files\Gravity\RO\data.grf
sdata: C:\Program Files\Gravity\RO\sdata.grf

change these to:
Code:
grf: C:\Program Files\Gravity\RO\data.grf
grf: C:\Program Files\Gravity\RO\sdata.grf

Of course IF you installed RO at that path, if you didn't change the path to your current RO directory.

This should take care of that error.

Any mod please close thread, problem solved.
 
Back