Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Small tool for RMT hunting (AH, Personal Shop, Trade Logging)

Joined
Jul 24, 2011
Messages
805
Reaction score
606
What this tool does?
Opening, and filtering out the necessary data from WorldSvr_0x_0x_x.trc file(s) to Excel document.

Currently done:
-Guild Warehouse Alz/Items
-Trade Alz/Items
-Mail Alz/Items
-Auction House Sales
-Personal Shop Sales
-Throw/Pickup items (Must enable before use)
-No Entry hack filter (Must know what you are looking for)

How you can use it?
-Install Python 3+ on your pc with Terminal/Command line support.
You need type in command line these module installations before usage:
pip install XlsxWriter
pip install argparse

-Drag and drop your WorldSvr_0x_0x_x.trc file(s) into the TRC_Filter_Excel.py file and it will generate you an excel file (trcname).xls (on multiple files the 1st file name.xls will be.)

Notices:
-This tool was done by me, im just learning python so sorry for spagetti code.
-I will update this topic when update done.
-Throw/Pickup contains too much items and making the program slow. If you need it you need enable in the .py file!

Download link:


Updates (05/02/2023):
-Locked the 1st line in excel.
-Epoch times in most table converted to datetime.
-Added log filter to detect No entry hack. (Once will continue to finish it)
 
Last edited:
Junior Spellweaver
Joined
Oct 12, 2018
Messages
121
Reaction score
39
Updated to new version!
It's now working with multiple files :)

Afternoon update:
-Mail log added
-Guild Warehouse Items added
-Throw/Pickup Log added

The program complete now, it well usable!
Make the cabal community great again, and clean the cancer RMT-ers!

Great release thanks for ur effort :)
 
Junior Spellweaver
Joined
Jul 23, 2018
Messages
176
Reaction score
36
im using this but after converting the trc file into excel file using trc filter the excel file no log file listed in it..



why no char ID listed in my converted excel from trc file...
 
Junior Spellweaver
Joined
Jul 23, 2018
Messages
176
Reaction score
36
Thanks PwrDex this is very helpful for the owner of Private Server....
 
Back
Top