mysql database is broken as actually stated in post, would be nice if someone fixed it
edit this fixed it:
I fixed the SQL import error problem. Here’s how: Turns out MySQL 4.x used “TYPE=MyISAM” but you MUST replace it with “ENGINE=MyISAM” all 10 times in the SQL file if you’re using MySQL 5.5+
Edit 2:
This is a really basic game script:
-affiliates need to be edited in header.php
-Faq needs to be edited in faq.php (contains typos and speaks of race bonus which does not exist) - probably exists in an updated version but not on the one on github either
-the 6 races are all the same:
*no race bonusses (eventhough faq speaks of racial bonus)
*not able to set certain armors for certain races
The game itself runs fine though after editing mysql to contain your domain name and changing the Type=MyISAM to Engine=MyISAM