Znote / ZnoteAAC

Developement repository for the Znote AAC project. A website portal to represent and manage your Open Tibia server.
MIT License
146 stars 127 forks source link

monsters.xml parser, Monsters and monster page. #318

Open Znote opened 6 years ago

Znote commented 6 years ago

Just a self reminder to do this, will get to it eventually. Open for suggestions on the interface and interaction design.

Image server to load outfits. id= should support monster types as well.

<?php
$img_server = $config['show_outfits']['imageServer'];
$src = $img_server . "?id=128&addons=0&head=78&body=68&legs=58&feet=76";
?>
<img src="<?php echo $src; ?>" alt="img">
Znote commented 5 years ago

This can be used as a reference, spells.xml parser: https://github.com/Znote/ZnoteAAC/blob/master/spells.php