Bonjour, je suis nouveau dans tout ce qui concerne le sniffing et j'aimerais vous poser quelques questions.
Dans le cas où je souhaiterais obtenir une information précise de toutes les ressources (la valeur du pod), quelle serait la manière la plus efficace de procéder ?
La première idée que j'ai eue était de regarder dans le fichier items.d2o, mais il était crypté.
Après avoir fait quelques recherches pendant plusieurs heures pour voir ce qui pouvait être fait, j'ai trouvé ces dépôts de décodeurs D2O :
- https://github.com/thuskey/D2O-Reader
- https://github.com/balciseri/PyDofus
Mais pour ceux qui veulent passer facilement à l'étape suivante, j'ai également trouvé 2 versions de Dofus entièrement décodées. La première version date d'il y a 11 ans, donc nous allons nous concentrer sur la plus récente :
- https://github.com/scalexm/DofusInvoker
Pour en venir au point principal (lien vers l'archive spécifiée), on peut voir que le fichier item contient les attributs et méthodes suivants :

![img]()
Dans mon cas, je voudrais extraire le realWeight de toutes les ressources du jeu, mais je ne sais pas exactement comment faire.
Dois-je envoyer un paquet serveur pour chaque objet ? Toutes les informations sont-elles déjà dans nos fichiers ? Dois-je avoir l'objet dans mon inventaire pour obtenir ses informations via les paquets ?
Merci à tous ^^
Sorry for my french, I traduced it from English ^^ ( here is the original version )
Hi, im new in all the sniffing stuff and I would like to ask you some questions.
In case of wanting to know an exact information from all resources( the pod value) how would it be the most efficient way?
The first idea I had is to look into the items.d2o file, but it was encripted.
After searching some hours to see what can be done I found these repositories of d20 decoders:
- https://github.com/thuskey/D2O-Reader
- https://github.com/balciseri/PyDofus
But for the ones that want to get easily to the next step, I also found 2 versions of dofus completely decoded, the first version is from 11 years ago, so we will focus in the most recent one:
- https://github.com/scalexm/DofusInvoker
To get to the main point ( link to the specified archive ), we can see that the item file contais the next atributes and methods:
In my case I would like to extract all the realWeight of all the ressources in the game, but i dont exactly know how.
Do I have to send a server packet for each item? is all the info already in our files? Do I need to have in my inventory the item in order to get its info with packets?
Ty guys ^^