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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...