Dofus 1.29.1 emulator written with PHP 7+
$> php composer.phar install
$> php composer.phar dump-autoload
At the root of the game project:
$> vendor/bin/doctrine orm:schema-tool:update --dump-sql --force
Edit cli-config.php
, uncomment the commented line and comment the previous uncommented, then re-execute the previous command.
Edit Login\app\config\config.yml
and Game\app\config\config.yml
files.
From two separted terminals:
$> sudo php Login/Hetwan.php
$> sudo php Game/Hetwan.php