minx123 2 Posted December 22, 2015 i need some help.. can some make a script to give a log? example player will change how much they have item 607 to same quantity item 607 to item 608. when they change item. it will be has log so i will know how much player change for that item. Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 22, 2015 the best log is query_sql, hands down erm, isn't the `picklog` table already handle that ? under type (N), that is https://github.com/HerculesWS/Hercules/blob/master/conf/logs.conf#L17 Quote Share this post Link to post Share on other sites
0 minx123 2 Posted December 22, 2015 the best log is query_sql, hands down erm, isn't the `picklog` table already handle that ? under type (N), that is https://github.com/HerculesWS/Hercules/blob/master/conf/logs.conf#L17 this one right? Quote Share this post Link to post Share on other sites
0 AnnieRuru 957 Posted December 22, 2015 more like select * from picklog where ( nameid = 607 or nameid = 608 ) and type = 'N'; Quote Share this post Link to post Share on other sites
i need some help.. can some make a script to give a log?
example
player will change how much they have item 607 to same quantity item 607 to item 608.
when they change item. it will be has log so i will know how much player change for that item.
Share this post
Link to post
Share on other sites