Jump to content

Recommended Posts

Posted (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 by Khashashin
Posted
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.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock