Jump to content
MacAgony

Adding Seachest

Recommended Posts

Hello,I want to add Seachests in my server.I know it comes to types.xml,but need right code.Also I need to spawn one in certain place with shovel.

Edited by Teemu Tossavainen

Share this post


Link to post
Share on other sites

    <type name="SeaChest">                     
        <nominal>15</nominal>
        <lifetime>3888000</lifetime>
        <restock>0</restock>
        <min>10</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="containers"/>
        <usage name="Industrial"/> 
    </type>

Edited by Malotru
  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×