<?xml version="1.0" encoding="UTF-8"?>
<monster name="Piggy bank" nameDescription="a Piggy bank" race="undead" experience="0" speed="0" manacost="0">
<health now="0" max="1"/>
<look typeex="2114" corpse="2114"/> <!-- The ID of the item you want (I wanted piggy banks) -->
<targetchange interval="1" chance="0"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="0"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="0"/>
<flag convinceable="0"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag staticattack="50"/>
<flag lightlevel="0"/>
<flag lightcolor="0"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="5000" min="0" max="-1"/>
</attacks>
<defenses armor="0" defense="0">
</defenses>
</monster>