Speziell gehts mir um Grundeinstellungen, z.B. "wie und wo (in welcher Datei) kann ich Despawnzeiten von Bspw. Tonnen/Fässer" einstellen
Hallo Gabunviper,
Die Fässer müssen in der "\mpmissions\dayzOffline.chernarusplus\db\types.xml" eingetragen werden. Wenn Du diese dort hast, kannst Du über verschiedene Parameter das Item "steuern".
Ich empfehle Dir noch einen Link den ich auch sehr häufig benutze wenn es um Loot Items geht: DayZ Server Information
ein Beispiel für die Fässer findest Du hier:
Code
<type name="Barrel_Green">
<nominal>25</nominal>
<lifetime>21600</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="Coast"/>
</type>
<type name="Barrel_Red">
<nominal>25</nominal>
<lifetime>21600</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="Coast"/>
</type>
<type name="Barrel_Blue">
<nominal>25</nominal>
<lifetime>21600</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="Coast"/>
</type>
<type name="Barrel_Yellow">
<nominal>25</nominal>
<lifetime>21600</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="Coast"/>
</type>
Alles anzeigen
Gruss HalfMoon [moon]