Where is Gm logs on hercules ?

If you have them enabled, they are the same as the regular logs in your database.

 
i think i couldnt enable it how can i enable it and when i enable it where i will find it ?

 
Enable logging in conf/logs.conf and set up the database by importing sql-files/logs.sql. Additionally, make sure database communication is properly configured in conf/inter-server.conf.

Code:
// MySQL Log SQL Databaselog_db_ip: 127.0.0.1log_db_port: 3306log_db_id: ragnaroklog_db_pw: ragnaroklog_db_db: ragnaroklog_codepage:log_login_db: loginlog
 
Last edited by a moderator:
^ What do you mean by this? is it by using @commands or what?

you can set @command logs that GM used by setting it on conf/groups.conf

for example

{ id: 99 name: "Admin" level: 99 inherit: ( "Support", "Law Enforcement" ) commands: { /* not necessary due to all_commands: true */ } log_commands: true //<-- True means it will log all commands that Admin going to use. permissions: {
you can see this logs on your sql in atcommandlog table

 
Back
Top