DotK is an open source web game engine based on PHP and AJAX. The 0.5 version currently released online supports multiple users online at the same time and supports chat functions. However, since the release version of DotK uses the FireBird database, there are relatively few people who are familiar with it, and it also blocks some people who are used to developing programs in a PHP+MYSQL environment. Although DotK internally mentions the Mysql interface, it is actually just an empty class that does not implement any methods. At the same time, the officially released version V0.5 does not provide the corresponding MYSQL dedicated database file.
0.4 update content:
1.900*576 larger widescreen game screen
2. Brand new battle display interface
3. Say goodbye to the simple text attack mode in 0.3, and use full animation to show the attack process.
4.PK system is open
5.PK item usage support
6. Character paper doll system support (currently supports head, middle and avatar, occupation)
7. The background music system is open
8. The main mission system is open and supports mission item rewards.
9. The NPC shop is open and props/items can be bought and sold.
10. Brand new system structure, using memory caching method to reduce the burden on the database
11.Text data cache support
Expand