Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 988 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 988 Bytes

Dofus Market

Second attempt to write a bot to monitor item prices of all Dofus 2 servers.

The first attempt was a complete implementation of the Dofus protocol to connect to the servers without the official client. It could therefore behave different from the official client, making it easy to detect. The code is still available in the bot-socket branch.

This bot is sniffing packets from the Dofus servers using npcap and injects user inputs to the Dofus client window using win32's winuser.h. Packets containing item prices are sent to a Grafana stack (Grafana, Mimir, Loki) at dofus-market.com.

result in grafana

I discontinued the project because I have no more interest in Dofus.