Jump to content
  • 0

GM Logs?


Snap

Question


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

How to know if what do my GMs doing with their commands?

I mean is there a Log in my database wherein i can see the GMs command that they are using frequently?

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  52
  • Reputation:   7
  • Joined:  01/02/12
  • Last Seen:  

ra/log/atcommandlog.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

by default its under trunk/log/atcommand.log (which is a text file) if you haven't set it to write under the sql tables.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

how to set it to write under the sql tables ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

open your trunk/conf/log_athena.conf and find:

// Use MySQL Logs? [sql Version Only] (Note 1)
sql_logs: no

change to yes.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  64
  • Topics Per Day:  0.01
  • Content Count:  186
  • Reputation:   0
  • Joined:  04/07/12
  • Last Seen:  

Wow Thanks !

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

@ngek202

i just set it to yes i got error in my map server when using a command :D



(23:34:25) SQL: DB error - Table 'log.log/atcommandlog.log' doesn't exist
(23:34:25) Debug: at rathenasrcmaplog.c:329 - INSERT DELAYED INTO `log/atcommandlog.log` (`atcommand_date`, `account_id`, `char_id`, `char_name`, `map`, `command`) VALUES (NOW(), '2000000', '150000', ?, 'royal_room3', ?)
(23:34:29) SQL: DB error - Table 'log.log/picklog.log' doesn't exist
(23:34:29) Debug: at rathenasrcmaplog.c:201 - INSERT DELAYED INTO `log/picklog.log` (`time`, `char_id`, `type`, `nameid`, `amount`, `map`) VALUES (NOW(), '150000', 'A', '7539', '1', 'royal_room3')
(23:34:42) SQL: DB error - Table 'log.log/picklog.log' doesn't exist
(23:34:42) Debug: at rathenasrcmaplog.c:210 - INSERT DELAYED INTO `log/picklog.log` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`) VALUES (NOW(), '150000', 'A', '7539', '-1', '0', '0', '0', '0', '0', 'royal_room3')

i need help :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   1
  • Joined:  04/08/12
  • Last Seen:  

it says atcommand picklog doesn't exist, have you executed the logs.sql?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

yes , in the logs schema .

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  530
  • Reputation:   33
  • Joined:  01/17/12
  • Last Seen:  

check the location of atcommand.log, picklog.log etc.. where they are stored..

if they are under ragnarok database.

you should check inter_athena.conf

// MySQL Log SQL Database

log_db_ip: 127.0.0.1

log_db_port: 3306

log_db_id: root

log_db_pw: ragnarok

log_db_db: ragnarok

log_codepage:

log_login_db: loginlog

Link to comment
Share on other sites

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.

×
×
  • Create New...