Relzz Posted November 18, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted November 18, 2012 There is a way... to split the Normal Users and GM Players atcommmandlog MySQL database? this is because finding what a GM did in a day takes to much.. i mean i know how to use Querys but.. i think would be better if these db were splited Baad english .. Quote Link to comment Share on other sites More sharing options...
Brian Posted November 18, 2012 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted November 18, 2012 You could only log GM @commands and not player @commands. trunk/conf/groups.conf <log_commands> Boolean value. If true then all commands used by the group will be logged to atcommandlog. If setting is omitted in a group definition, false is assumed. Requires 'log_commands' to be enabled in 'conf/log_athena.conf'. Set log_commands: false for groups which you don't want @commands to be logged. Quote Link to comment Share on other sites More sharing options...
Relzz Posted November 18, 2012 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Author Share Posted November 18, 2012 (edited) Okay, thanks! where i can find all the permisions(?) i fount it: see: doc/permissions.txt thanks xD Edited November 18, 2012 by M45T3R Quote Link to comment Share on other sites More sharing options...
Lemongrass Posted November 18, 2012 Group: Developer Topic Count: 28 Topics Per Day: 0.01 Content Count: 547 Reputation: 270 Joined: 11/08/11 Last Seen: June 10, 2024 Share Posted November 18, 2012 SELECT atcommandlog.atcommand_date, atcommandlog.atcommand_id, atcommandlog.account_id, atcommandlog.char_id, atcommandlog.char_name, atcommandlog.command, atcommandlog.map FROM atcommandlog LEFT JOIN login ON( atcommandlog.account_id = login.account_id ) WHERE login.group_id > '<insert group id here>'; Should solve your problem. Quote Link to comment Share on other sites More sharing options...
Question
Relzz
There is a way... to split the Normal Users and GM Players atcommmandlog MySQL database? this is because finding what a GM did in a day takes to much.. i mean i know how to use Querys but.. i think would be better if these db were splited
Baad english
..
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.