Brynner 34 Posted July 4, 2013 only atcommandlog and picklog are recorded. how can i enable the trade log? Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 4, 2013 ../conf/log.conf // Enable Logs? (Note 3)// 0x00000 - Don't log at all// 0x00001 - (T) Log trades// 0x00002 - (V) Log vending transactions// 0x00004 - (P) Log items drop/picked by players// 0x00008 - (L) Log items drop/looted by monsters// 0x00010 - (S) Log NPC transactions (buy/sell)// 0x00020 - (N) Log Script transactions (items deleted/acquired through quests)// 0x00040 - (D) Log items stolen from mobs (Steal/Gank)// 0x00080 - © Log player-used items (consumables/pet&hom&merc food/items used for skills&attacks)// 0x00100 - (O) Log produced/ingredient items// 0x00200 - (U) Log MVP prize items// 0x00400 - (A) Log player created/deleted items (through @/# commands)// 0x00800 - ® Log items placed/retrieved from storage.// 0x01000 - (G) Log items placed/retrieved from guild storage.// 0x02000 - (E) Log mail system transactions.// 0x04000 - (I) Log auction system transactions.// 0x08000 - ( Log buying store transactions// 0x10000 - (X) Log all other transactions (rentals expiring/inserting cards/items removed by item_check/// rings deleted by divorce/pet egg (un)hatching/pet armor (un)equipping/Weapon Refine skill/Remove Trap skill)// Example: Log trades+vending+script items+created items: 1+2+32+1024 = 1059// Please note that moving items from inventory to cart and back is not logged by design.enable_logs: 0x01834 thing that are going to your picklog: 0x00004 - (P) Log items drop/picked by players0x00010 - (S) Log NPC transactions (buy/sell)0x00020 - (N) Log Script transactions (items deleted/acquired through quests)0x00800 - ® Log items placed/retrieved from storage.0x01000 - (G) Log items placed/retrieved from guild storage. or there is an example above: Log trades+vending+script items+created items: 1+2+32+1024 = 1059 ../conf/log.conf // Log AtCommands & Charcommands (Note 1)// Only commands issued by player groups ('conf/groups.conf') with// 'log_commands' setting set to 'true' will be logged.log_commands: yes Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted July 4, 2013 on the current default the atcommandlog and picklog what if i just want to add only the tradelog?so it will log only atcommandlog, picklog and tradelog. Log trades+Log items drop/picked by players+Log player created/deleted items (through @/# commands)= 0x00405. is this correct? Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 5, 2013 Yes, that is correct. Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted July 6, 2013 (edited) why there is no tradelog file generated? Edited July 6, 2013 by bgamez23 Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 6, 2013 Log trades + Log items drop/picked by players + Log player created/deleted items 0x00001 - (T) Log trades0x00004 - (P) Log items drop/picked by players0x00400 - (A) Log player created/deleted items (through @/# commands) enable_logs: 405 Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted July 6, 2013 Log trades + Log items drop/picked by players + Log player created/deleted items 0x00001 - (T) Log trades0x00004 - (P) Log items drop/picked by players0x00400 - (A) Log player created/deleted items (through @/# commands) enable_logs: 405 oh i see. here what i made. enable_logs: 0x00405 Quote Share this post Link to post Share on other sites
0 quesoph 105 Posted July 6, 2013 That's pretty much the same.. I tested it out and its working fine. I recommend this: enable_logs: 0x01834 so you can trace hack items easily. Quote Share this post Link to post Share on other sites
0 Brynner 34 Posted July 6, 2013 oh ok thanks. Quote Share this post Link to post Share on other sites
only atcommandlog and picklog are recorded. how can i enable the trade log?
Share this post
Link to post
Share on other sites