DayZ
DayZOresAndGems
lesfs 2022 年 3 月 15 日 上午 8:54
280 SPAWN LOCATIONS FOR BANOV
Located near rivers, lakes and at the foot of large rock...
Add to mission file: cfgeventspawns.xml

Locations code:
https://pastebin.com/M2iyXWY0

Do not forget to correct the dayzoresandgems_events.xml file like this:

<children> <child lootmax="0" lootmin="0" max="50" min="10" type="Alien_Ore"/> <child lootmax="0" lootmin="0" max="30" min="10" type="Tin_Ore"/> <child lootmax="0" lootmin="0" max="8" min="5" type="CharCoal_Ore"/> <child lootmax="0" lootmin="0" max="8" min="5" type="Sulfur_Ore"/> <child lootmax="0" lootmin="0" max="3" min="1" type="Gold_Ore"/> <child lootmax="0" lootmin="0" max="5" min="1" type="Silver_Ore"/> <child lootmax="0" lootmin="0" max="50" min="10" type="Iron_Ore"/> <child lootmax="0" lootmin="0" max="30" min="10" type="Copper_Ore"/> </children>

to

<children> <child lootmax="0" lootmin="0" max="3" min="1" type="AlienOre"/> <child lootmax="0" lootmin="0" max="3" min="2" type="GoldOre"/> <child lootmax="0" lootmin="0" max="10" min="3" type="SilverOre"/> <child lootmax="0" lootmin="0" max="15" min="5" type="CopperOre"/> <child lootmax="0" lootmin="0" max="25" min="10" type="TinOre"/> <child lootmax="0" lootmin="0" max="30" min="15" type="IronOre"/> <child lootmax="0" lootmin="0" max="40" min="20" type="CharCoalOre"/> <child lootmax="0" lootmin="0" max="50" min="20" type="SulfurOre"/> </children>


In the file "dayzoresandgems_types.xml" change the quantities <nominal> and <min> to 0
Exemple:

<type name="AlienOre"> <nominal>10</nominal> <lifetime>14400</lifetime> <restock>0</restock> <min>9</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="Ore"/> <usage name="DayzOresandGems_Tin" /> </type>

to

<type name="AlienOre"> <nominal>0</nominal> <lifetime>14400</lifetime> <restock>0</restock> <min>0</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="Ore"/> <usage name="DayzOresandGems_Tin" /> </type>

Finally the config profile to have chance to get gems:
https://pastebin.com/a8m0iGBQ


Have a fun ! :)
最后由 lesfs 编辑于; 2022 年 3 月 15 日 上午 9:20