Download the SKILL TREE script file from keymaster.
If owned download the SKILL TREE GENERATOR script file from keymaster.
3
Start resources
Move the files to the resources folder on your server and add the following lines to your server.cfg in the correct order:
Shell
ensure devhub_lib # Must be loaded before devhub_skillTreeensure devhub_skillTree_generator # Only if you own exclusive versionensure devhub_skillTree # Main resource
4
Database Setup
Sql will be automatically added, in case you dont see new dh_skilltree table in your database
Import the sql.sql file manualy
Upgrading from v2? v3 adds two new columns (data, name) to the dh_skilltree table. Run the SQL migration listed in the migration guide so the script can load existing player data.