ZnoteAAC icon indicating copy to clipboard operation
ZnoteAAC copied to clipboard

monsters.xml parser, Monsters and monster page.

Open Znote opened this issue 7 years ago • 1 comments

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 avatar Jan 11 '18 22:01 Znote

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

Znote avatar Mar 13 '19 20:03 Znote