Jump to content
  • 0

Question

4 answers to this question

Recommended Posts

Posted (edited)

try to update your svn

and re-execute the sql files~

How do you update the SVN?

EDIT: If by updating, you mean that I should open mySQL Query Browser, click log 2 times, open script, choose upgrade_svn15519_log, and then execute. I just finished it, but the error is still there.

Edited by integral
Posted

../trunk/conf/log_athena.conf

// Logging tables/files
// Following settings specify where to log to. If 'sql_logs' is
// enabled, SQL tables are assumed, otherwise flat files.

// Dead Branch Log
log_branch_db: log/branchlog.log
//log_branch_db: branchlog

// Drops & Pickups
log_pick_db: log/picklog.log
//log_pick_db: picklog

// Zeny
log_zeny_db: log/zenylog.log
//log_zeny_db: zenylog

// MVP Drops
log_mvpdrop_db: log/mvplog.log
//log_mvpdrop_db: mvplog

// GM Log
log_gm_db: log/atcommandlog.log
//log_gm_db: atcommandlog

// NPC Log
log_npc_db: log/npclog.log
//log_npc_db: npclog

// CHAT Log
log_chat_db: log/chatlog.log
//log_chat_db: chatlog

The default settings are for TXT logs (saved in the /log/ folder).

To use SQL, you have to switch them to SQL configs, or add this to /conf/import/log_conf.txt

log_branch_db: branchlog
log_pick_db: picklog
log_zeny_db: zenylog
log_mvpdrop_db: mvplog
log_gm_db: atcommandlog
log_npc_db: npclog
log_chat_db: chatlog

Posted

../trunk/conf/log_athena.conf

// Logging tables/files
// Following settings specify where to log to. If 'sql_logs' is
// enabled, SQL tables are assumed, otherwise flat files.

// Dead Branch Log
log_branch_db: log/branchlog.log
//log_branch_db: branchlog

// Drops & Pickups
log_pick_db: log/picklog.log
//log_pick_db: picklog

// Zeny
log_zeny_db: log/zenylog.log
//log_zeny_db: zenylog

// MVP Drops
log_mvpdrop_db: log/mvplog.log
//log_mvpdrop_db: mvplog

// GM Log
log_gm_db: log/atcommandlog.log
//log_gm_db: atcommandlog

// NPC Log
log_npc_db: log/npclog.log
//log_npc_db: npclog

// CHAT Log
log_chat_db: log/chatlog.log
//log_chat_db: chatlog

The default settings are for TXT logs (saved in the /log/ folder).

To use SQL, you have to switch them to SQL configs, or add this to /conf/import/log_conf.txt

log_branch_db: branchlog
log_pick_db: picklog
log_zeny_db: zenylog
log_mvpdrop_db: mvplog
log_gm_db: atcommandlog
log_npc_db: npclog
log_chat_db: chatlog

and this did the trick.

Thank you very much. Problem Solved. /no1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...