Khashashin Posted March 24, 2019 Posted March 24, 2019 (edited) Looking for a tool which can collect the data from running l2 client: Send data to the custom server: Example data { "location": "Giran", "private_store_sell": [{ "nick_name": "example", "items": [{ "title": "Cole", "amount": 10, "unit_price": 100 }, { "title": "Steel", "amount": 100, "unit_price": 1000 } ] }, { "nick_name": "example_second", "items": [{ "title": "Cole", "amount": 10, "unit_price": 100 }, { "title": "Steel", "amount": 100, "unit_price": 1000 } ] } ], "private_store_buy": [{ "nick_name": "example", "items": [{ "title": "Cole", "amount": 10, "unit_price": 100 }, { "title": "Steel", "amount": 100, "unit_price": 1000 } ] }, { "nick_name": "example_second", "items": [{ "title": "Cole", "amount": 10, "unit_price": 100 }, { "title": "Steel", "amount": 100, "unit_price": 1000 } ] } ], "craft": [{ "nick_name": "example", "items": [{ "title": "Soulshot (D-grade)", "cost": 100 }] }, { "nick_name": "example", "items": [{ "title": "Soulshot (D-grade)", "cost": 100 }] } ] } Pm me for additional information Edited March 24, 2019 by Khashashin Quote
Kara Posted March 24, 2019 Posted March 24, 2019 The guy want code for others server collecting data no his own. Packet sniffing etc required. Just to help Quote
Khashashin Posted March 24, 2019 Author Posted March 24, 2019 33 minutes ago, Kara` said: The guy want code for others server collecting data no his own. Packet sniffing etc required. Just to help Yeah thx @Kara` . I want to collect kind of data as I described above. Actually does not matter how it will be done (sniffing, AI, scripting etc.) The final result must collect data. Actually, I already have a machine learning model that detects all seated characters. 1 Quote
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.
Note: Your post will require moderator approval before it will be visible.