Q>inter-server.conf

Alphoccio

New member
Messages
21
Points
0
Good day all..

just a quick question..  these lines of inter-server.conf "use_sql_mob_db & use_sql_mob_skill_db"  what does it do?

Code:
// == SQL item, mob, mob skill databases// =====================================// Note: the following databases may get out of date at times, or not be// thoroughly tested (if at all, since they're auto-generated). As such it is// not advisable to rely on them other than for informative reasons (Control// Panels, websites, etc.)// Unless you know what you're doing, please consider using their txt version.// Note2: It is perfectly legit (and recommended) to use txt databases in// Hercules, while still loading the SQL tables we provide to be used// exclusively by your Control Panel or Website.// Use SQL for item_db? (not recommended)use_sql_item_db: no// Use SQL for mob_db? (not recommended)use_sql_mob_db: no                                /* If yes? what does it do? */								 // Use SQL for mob_skill_db? (not recommended)use_sql_mob_skill_db: no                         /* if yes? what does it do? */						import: conf/import/inter_conf.txt
 
Last edited by a moderator:
the server will load things from mob_skill_db.sql and mob_db.sql instead of mob_skill_db.txt and mob_db.txt

 
the server will load things from mob_skill_db.sql and mob_db.sql instead of mob_skill_db.txt and mob_db.txt
thank you sir. 
default_smile.png


 
Back
Top