MacAgony 1 Posted October 26, 2018 (edited) 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 October 26, 2018 by Teemu Tossavainen Share this post Link to post Share on other sites
Malotru 2 Posted October 26, 2018 (edited) <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 October 26, 2018 by Malotru 1 Share this post Link to post Share on other sites