Problem in saving Char..

Newbie Spellweaver
Joined
Dec 14, 2005
Messages
99
Reaction score
0
heres my problem im having a problem with Char i mean in making a char i can create a char.. when i log out my char is gone or shld i say its invisible... thats my problem.. any one knows whats the problem.. thx... :busted_co
 
First go to conf folder, then look for ''char_athena''.Then use notepad to open it, scroll down and look for
// How often should the server save all files? (In seconds)
// Note: Applies to all data files on TXT servers.
// On SQL servers, it applies to guilds (character save interval is defined on the map config)
autosave_time: 60
then change to
// How often should the server save all files? (In seconds)
// Note: Applies to all data files on TXT servers.
// On SQL servers, it applies to guilds (character save interval is defined on the map config)
autosave_time: 1

Secondly go look for 'map_athena' and then use notepad to open it.Scroll down and look for
// Database autosave time
// All characters are saved on this time in seconds (example:
// autosave of 60 secs with 60 characters online -> one char is saved every
// second)
autosave_time: 300
then change to
// Database autosave time
// All characters are saved on this time in seconds (example:
// autosave of 60 secs with 60 characters online -> one char is saved every
// second)
autosave_time: 1
.

// Min database save intervals (in ms)
// Prevent saving characters faster than at this rate (prevents char-server
// save-load getting too high as character-count increases)
minsave_time: 100
then change to
// Min database save intervals (in ms)
// Prevent saving characters faster than at this rate (prevents char-server
// save-load getting too high as character-count increases)
minsave_time: 1
 
Back