adani_jmc Posted March 23, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 12/12/11 Last Seen: April 10 Share Posted March 23, 2012 (edited) ehm .. its appears on map-server console first one is when i throw an item and second is when i pickup again it anyone know whats wrong with it ? yeah i know its from picklog, i use mySQL for logging it thx Edited March 25, 2012 by adani_jmc Quote Link to comment Share on other sites More sharing options...
Whitecash Posted March 23, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 38 Reputation: 1 Joined: 12/08/11 Last Seen: November 12, 2013 Share Posted March 23, 2012 did you add log.sql? Quote Link to comment Share on other sites More sharing options...
LCDTheOG Posted March 23, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 223 Reputation: 36 Joined: 12/13/11 Last Seen: February 1 Share Posted March 23, 2012 you must make a seperate database for log, name it log, then run the log.sql file in ur /sql-files/ folder and make sure you give it permissions. also make sure you specify in the conf/inter_athena.conf the name of ur database. Quote Link to comment Share on other sites More sharing options...
Asura Posted March 24, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 707 Reputation: 168 Joined: 01/26/12 Last Seen: February 7, 2014 Share Posted March 24, 2012 Hi adani_jmc, From your terminal, there seems to be an error with how the name of the tables are set. Source: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/log_athena.conf By default, the log is written in a .log file and not SQL. So you must comment the standard default, and un-comment the proper SQL table names. So it should look like this instead... // log_gm_db: log/atcommandlog.log // log_branch_db: log/branchlog.log // log_chat_db: log/chatlog.log // log_mvpdrop_db: log/mvplog.log // log_npc_db: log/npclog.log // log_pick_db: log/picklog.log // log_zeny_db: log/zenylog.log log_gm_db: atcommandlog log_branch_db: branchlog log_chat_db: chatlog log_mvpdrop_db: mvplog log_npc_db: npclog log_pick_db: picklog log_zeny_db: zenylog Quote Link to comment Share on other sites More sharing options...
adani_jmc Posted March 25, 2012 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 52 Reputation: 3 Joined: 12/12/11 Last Seen: April 10 Author Share Posted March 25, 2012 did you add log.sql? Yes i do you must make a seperate database for log, name it log, then run the log.sql file in ur /sql-files/ folder and make sure you give it permissions. also make sure you specify in the conf/inter_athena.conf the name of ur database. No, it doesnt necesarry, in the Inter_athena.conf you will see which database you want to use for each configuration Hi adani_jmc, From your terminal, there seems to be an error with how the name of the tables are set. Source: https://rathena.svn....log_athena.conf By default, the log is written in a .log file and not SQL. So you must comment the standard default, and un-comment the proper SQL table names. So it should look like this instead... // log_gm_db: log/atcommandlog.log // log_branch_db: log/branchlog.log // log_chat_db: log/chatlog.log // log_mvpdrop_db: log/mvplog.log // log_npc_db: log/npclog.log // log_pick_db: log/picklog.log // log_zeny_db: log/zenylog.log log_gm_db: atcommandlog log_branch_db: branchlog log_chat_db: chatlog log_mvpdrop_db: mvplog log_npc_db: npclog log_pick_db: picklog log_zeny_db: zenylog i think this is the best answer, yeah it still uncomment, okeh i'll try it thanks for answering my question Quote Link to comment Share on other sites More sharing options...
Question
adani_jmc
ehm .. its appears on map-server console
first one is when i throw an item
and second is when i pickup again it
anyone know whats wrong with it ?
yeah i know its from picklog, i use mySQL for logging it
thx
Edited by adani_jmcLink to comment
Share on other sites
4 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.