need some help on understanding function within ini files for my app...

Join Discord

WiseWarrior

LOMCN Veteran
Veteran
Loyal Member
Nov 16, 2003
327
0
62
14 NeverNeverLand
*This is Mir Related*

Extract from dbsrc.ini
Code:
[DBClear]
Interval=1000
Level1=1
Level2=7
Level3=14
Day1=7
Day2=62
Day3=124
Month1=0
Month2=0
Month3=0

am i right in thinking the following

level1=1, after Day1=7, month1=0
MEANS
Delete all characters <= 1 after 7 Days and 0 months of inactivity

of does this mean something else?
 
Last edited:

makubex

Dedicated Member
Dedicated Member
Feb 9, 2006
11
0
47
lol how do you think your gonna read the account db? Its not a regular paradox database its home made. :middle:
 

Senture

LOMCN VIP
VIP
Feb 8, 2004
1,529
1
184
that's from the db server, chioch is to do with character information, not accounts. think before you post
 

makubex

Dedicated Member
Dedicated Member
Feb 9, 2006
11
0
47
Anon said:
that's from the db server, chioch is to do with character information, not accounts. think before you post

your not cool, he said "need some help on understanding function within ini files for my app..." as in ini files for his application which would mean he implied that the .ini was for his application so yes I did think. I just don't know every ini file for the server files like your genius self, my bad. :brows:
 

Scorpian

Golden Oldie
Golden Oldie
Jul 8, 2003
728
35
185
Manchester
Is it not less than level 1, 7, 14.
Not including level 1,7,14?

So all level 0 chars would be gone in 7 days, level 6 or less in 2 months..



Oh and I forgot to ask what I was goingto haha, is the interval the time between checking each char? So char 1 then interval then char 2 then interval, or is it the interval between searching the whole database?
 
Last edited: