Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 608 Bytes

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