A simple tool made in Python allows you to see the remaining pool when you fm.
Tested and working on Windows 10 and Ubuntu 20.04
PROJECT STILL IN PROGRESS
For python versions newer than 3.7, make sure your version is compatible with the version of Scapy used in the sniffer
To get a local copy up and running follow these simple steps.
- Python 3.7 for WINDOWS
https://www.python.org/downloads/release/python-379/ - Python 3.7 for DEBIAN distributions
sudo apt install python3.7
- Dofus Sniffer
git clone https://github.com/AxelConceicao/dofus-sniffer.git
Please see instructions to make the sniffer functional: https://github.com/AxelConceicao/dofus-sniffer/blob/main/README.md
- Clone the repo
git clone https://github.com/AxelConceicao/dofus-pool-calculator.git
$ python main.py -h
usage: main.py [-h] [-d] sniffer
positional arguments:
sniffer path to the sniffer directory
optional arguments:
-h, --help show this help message and exit
-d, --debug show debug logs
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/AxelConceicao/dofus-pool-calculator