/HetwanPHP

Dofus 1.29 emulator written in PHP 7+

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

HetwanPHP

Dofus 1.29.1 emulator written with PHP 7+

Installation

$> php composer.phar install

$> php composer.phar dump-autoload

Generate database

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.

Configuration

Edit Login\app\config\config.yml and Game\app\config\config.yml files.

Launch

From two separted terminals:

$> sudo php Login/Hetwan.php

$> sudo php Game/Hetwan.php