D
D
drake4792021-12-24 20:45:52
Parsing
drake479, 2021-12-24 20:45:52

How to parse data from an online game?

I want to write a program for market analytics in an mmo rpg game, it has an npc "dealer" who acts as a market. The goods in it are divided into categories and when a player puts something up for sale, the goods appear there. I need to get data from certain categories: the number of lots, the amount of goods in each lot, the cost of the lot. Is it possible to implement this without using computer vision?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SKEPTIC, 2021-12-24
@drake479

If this is a desktop toy, then interact with memory only if without computer vision.
If this is a browser toy, then you need to dig into the page code, maybe there is data there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question