A python 3 module to handle Dofus 2.0 network protocol.
TODO: see test/test_integration
as a first example.
Run python -m unittest
to run the tests.
A script to convert the network messages from decompiled action script 3 to python.
To update the protocol to a new version follow these steps :
- Copy the
ankamagames/dofus/network
folder intoprotocol_builder/input
. - Run
python protocol_builder/app.py
. - Three output files must be generated in
protocol_builder/output
. - Copy these output files into the
iofus
folder. - Run
sudo python setup.py install
again.