Jump to content
Orbita Channel RP

Server construction – [CE][SpawnRandomLoot]

Recommended Posts

Good day! I added my event to the map, but some objects will not spawn due to one StorageCategory problem.
!!! (child) Land_Mil_Tent_Big1_1 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
I don't understand how to solve it. Tell me, please, what can be done in such a situation? Thanks!

cfgeconomycore.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<economycore>
	<classes>
		<rootclass name="DefaultWeapon" /> <!-- weapons -->
		<rootclass name="DefaultMagazine" /> <!-- magazines -->
		<rootclass name="Inventory_Base" /> <!-- inventory items -->
		<rootclass name="HouseNoDestruct" reportMemoryLOD="no" /> <!-- houses, wrecks -->
		<rootclass name="SurvivorBase" act="character" reportMemoryLOD="no" /> <!-- player characters -->
		<rootclass name="DZ_LightAI" act="character" reportMemoryLOD="no" /> <!-- infected, animals -->
		<rootclass name="CarScript" act="car" reportMemoryLOD="no" /> <!-- cars (sedan, hatchback, transitBus, V3S, ...) -->
	</classes>
	<defaults>
		<default name="dyn_radius" value="30" />
		<default name="dyn_smin" value="0" />
		<default name="dyn_smax" value="0" />
		<default name="dyn_dmin" value="1" />
		<default name="dyn_dmax" value="5" />
		<default name="log_ce_loop" value="false"/>
		<default name="log_ce_dynamicevent" value="false"/>
		<default name="log_ce_vehicle" value="false"/>
		<default name="log_ce_lootspawn" value="false"/>
		<default name="log_ce_lootcleanup" value="false"/>
		<default name="log_ce_lootrespawn" value="false"/>
		<default name="log_ce_statistics" value="false"/>
		<default name="log_ce_zombie" value="false"/>
		<default name="log_storageinfo" value="false"/>
		<default name="log_hivewarning" value="true"/>
		<default name="log_missionfilewarning" value="true"/>
		<default name="save_events_startup" value="true"/>
		<default name="save_types_startup" value="true"/>
	</defaults>
	<ce folder="MyEvents">
		<file name="MyEvents.xml" type="events" />
		<file name="MySpawnabletypes.xml" type="spawnabletypes" />
	</ce>
	<ce folder="MyTypes">
		<file name="MyTypes.xml" type="types" />
	</ce>
</economycore>

MyTypes.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<types>
  <!-- Events Tent -->
	<type name="Land_Mil_Tent_Big1_1">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big2_4">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big2_5">
        <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"/>
    </type>
	<type name="StaticObj_Decon_HazmatBag_01_F">
        <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"/>
    </type>
	<type name="bldr_prop_FireplaceIndoor">
        <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"/>
    </type>
	<type name="StaticObj_Misc_Antenna">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big2_1">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big2_2">
        <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"/>
    </type>
	<type name="Land_Wreck_Uaz">
        <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"/>
    </type>
	<type name="StaticObj_ammoboxes_big">
        <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"/>
    </type>
	<type name="StaticObj_ammoboxes_stacked">
        <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"/>
    </type>
	<type name="bldr_tent_stretcher">
        <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"/>
    </type>
	<type name="bldr_tent_pallets">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big2_3">
        <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"/>
    </type>
	<type name="StaticObj_Mil_CamoNet_Side_east">
        <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"/>
    </type>
	<type name="StaticObj_Furniture_box_c_multi">
        <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"/>
    </type>
	<type name="StaticObj_Furniture_box_c">
        <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"/>
    </type>
	<type name="Land_Mil_Tent_Big3">
        <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"/>
    </type>
	<type name="bldr_tent_boxwooden">
        <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"/>
    </type>
	<type name="bldr_tent_gunrack">
        <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"/>
    </type>
	<type name="bldr_tent_ltable">
        <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"/>
    </type>
	<type name="bldr_tent_table">
        <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"/>
    </type>
</types>

MyEvents.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<events>
	<event name="StaticTent">
        <nominal>10</nominal>
        <min>1</min>
        <max>0</max>
        <lifetime>1800</lifetime>
        <restock>0</restock>
        <saferadius>500</saferadius>
        <distanceradius>100</distanceradius>
        <cleanupradius>200</cleanupradius>
        <secondary>InfectedArmyHard</secondary>		
        <flags deletable="1" init_random="0" remove_damaged="0"/>
        <position>fixed</position>
        <limit>child</limit>
        <active>1</active>
        <children/>
    </event>
</events>

cfgeventspawns.xml

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<eventposdef>
  Vanilla Spawns
  <!-- StaticTent -->
	<event name="StaticTent">
		<zone smin="0" smax="0" dmin="1" dmax="2" r="20" />
		<pos x="11427.9" z="11362.8" a="0" y="333.694" group="Klen"/>
		<pos x="7579.44" z="6804.61" a="0" y="311.751" group="Nadejdino"/>
		<pos x="6900.12" z="11433.9" a="0" y="410.169" group="Devil_Castle"/>
		<pos x="12011.8" z="14803.4" a="0" y="192.954" group="Sokol"/>
		<pos x="10778.8" z="12853.1" a="0" y="336.745" group="Ostrii_krasnostav"/>
		<pos x="10249.4" z="12042.5" a="0" y="370.791" group="Black_gora_krasnostav"/>
		<pos x="13388.5" z="11917.8" a="0" y="74.1281" group="Black_Lake"/>
		<pos x="14386.9" z="14686.6" a="0" y="116.881" group="Belay_polyana"/>
		<pos x="12711.8" z="15125.4" a="0" y="62.297" group="Dobroe"/>
		<pos x="13630.9" z="14055" a="0" y="19.1982" group="Turovo"/>
		<pos x="12392" z="12406.8" a="0" y="145.594" group="Krasnostav_airfield"/>
		<pos x="12104" z="13609.2" a="0" y="98.1246" group="Chernaya_polyana"/>
		<pos x="13344.8" z="12890.1" a="0" y="99.8713" group="Olsha"/>
		<pos x="11489.2" z="7514.61" a="0" y="222.739" group="Orlovets_construction_site"/>
		<pos x="12247.1" z="11181.4" a="0" y="139.787" group="Helm"/>
		<pos x="10752.3" z="10800" a="0" y="146.528" group="Refueling_between_dubrovka_and_Krasnostav"/>
		<pos x="7895.35" z="9759.24" a="0" y="446.713" group="North_of_the_Altar"/>
		<pos x="9459.81" z="8820.24" a="0" y="304.421" group="Gorka"/>
		<pos x="10013.8" z="10368.1" a="0" y="152.499" group="Vyshnaya_Dubrovka"/>
		<pos x="10649.5" z="7963.7" a="0" y="210.715" group="Polayna"/>
		<pos x="11231.8" z="6516.52" a="0" y="76.0923" group="Dolina"/>
		<pos x="8400.55" z="5960.43" a="0" y="293.036" group="Kumyrna"/>
		<pos x="8537.61" z="8204.12" a="0" y="338.414" group="South_of_the_Altar"/>
		<pos x="9474.06" z="6714.96" a="0" y="203.881" group="Shakhovka"/>
		<pos x="8792.07" z="11614.9" a="0" y="222.405" group="Gvozdno"/>
		<pos x="11178.8" z="4406.13" a="0" y="269.713" group="Coast_Rog"/>
		<pos x="7673.39" z="3975.91" a="0" y="55.2058" group="Coast_Hoof"/>
		<pos x="8944.98" z="4378.84" a="0" y="342.952" group="Coast_Pusta_High_Stone"/>
		<pos x="12781.8" z="4965.57" a="0" y="78.4498" group="Coast_Tulga_Lake"/>
		<pos x="2645.65" z="2232.35" a="0" y="119.76" group="Coast_Ostrog_Mayak"/>
		<pos x="11618" z="3159.5" a="0" y="2.98281" group="Coast_Otmel"/>
		<pos x="8753.97" z="2954.3" a="0" y="188.68" group="Coast_Kozlov_Peak"/>
		<pos x="10558.2" z="3058.4" a="0" y="179.195" group="Coast_Electro_Dobriy"/>
		<pos x="6589.22" z="3417.45" a="0" y="82.0605" group="Coast_Cherno_Visota"/>
		<pos x="6680.61" z="5868.85" a="0" y="333.082" group="Vishnoe"/>
		<pos x="9538.87" z="5989.49" a="0" y="316.015" group="Oreshka_Pass_crossroads"/>
		<pos x="12171.5" z="5710.03" a="0" y="134.95" group="Msta_East_Road"/>
		<pos x="10844.6" z="5654.16" a="0" y="341.995" group="Empty_Ridge_Staroe"/>
		<pos x="8604.71" z="6885.56" a="0" y="329.002" group="Guglovo_North"/>
		<pos x="12103.9" z="8442.62" a="0" y="73.8123" group="Berezino_south_road"/>
		<pos x="8360.86" z="10550" a="0" y="322.799" group="Romashka_South"/>
		<pos x="5522.56" z="7278.65" a="0" y="310.217" group="Stariy_Sobor_Southwest"/>
		<pos x="6473.12" z="4625.56" a="0" y="249.594" group="Nadezhdino_East_road"/>
		<pos x="3884.23" z="4213.91" a="0" y="315.384" group="Windy_Mountain_east_of_Bor"/>
		<pos x="4911.09" z="5066.2" a="0" y="378.271" group="Kustirka_South_Of_Pulkovo"/>
		<pos x="6521.18" z="8710.89" a="0" y="388.62" group="Dajbog_east_of_Kabanino"/>
		<pos x="7182.56" z="8305.63" a="0" y="331.213" group="The_intersection_north_of_the_New_Cathedral"/>
		<pos x="100.548" z="2137.57" a="0" y="127.007" group="Lower_left_corner_of_the_map"/>
		<pos x="1138.63" z="2543.06" a="0" y="5.02367" group="North_of_the_store_lower_left_corner_of_the_map"/>
		<pos x="3318.74" z="3938.31" a="0" y="190.265" group="Bor"/>
		<pos x="2862.11" z="4022.91" a="0" y="276.333" group="Bor_Antenna"/>
		<pos x="2768.2" z="2674.45" a="0" y="106.945" group="West_of_Komarovo"/>
		<pos x="744.396" z="4350" a="0" y="118.074" group="The_road_east_of_Polonino"/>
		<pos x="1144.54" z="4994.23" a="0" y="189.415" group="Antenna_east_of_Zelenogorsk"/>
		<pos x="1814.27" z="6207.9" a="0" y="336.931" group="Kikimora_height_east_of_Sosnovka"/>
		<pos x="3349.54" z="5299.79" a="0" y="299.507" group="Kurgan_height_west_of_Zelenogorsk"/>
		<pos x="1140.03" z="9987.28" a="0" y="348.154" group="Zabolote"/>
		<pos x="2262.17" z="9298.22" a="0" y="263.236" group="The_intersection_east_of_the_Krona"/>
		<pos x="1503.21" z="11106.4" a="0" y="291.7" group="Intersection_west_of_Vavilovo"/>
		<pos x="2271.11" z="12221.8" a="0" y="238.36" group="Intersection_west_of_Topolniki"/>
		<pos x="1454.18" z="11953.2" a="0" y="287.797" group="Sinestok"/>
		<pos x="7093.74" z="14573.2" a="0" y="359.925" group="Kamensk_quarry"/>
		<pos x="4561.98" z="15172" a="0" y="479.112" group="West_of_the_Old_Yar"/>
		<pos x="6490.25" z="14933.9" a="0" y="468.854" group="Krasnoe"/>
		<pos x="1351.97" z="8445.12" a="0" y="316.274" group="Crossroads_south_of_Bogatyrka"/>
		<pos x="3003.96" z="7498.04" a="0" y="342.893" group="Pustoshka_gas_station"/>
		<pos x="10235.7" z="4874.4" a="0" y="269.105" group="Height_south_of_the_Staroe"/>
		<pos x="12714.3" z="7489.69" a="0" y="154.781" group="Viselica_between_Solnechnoe_and_Nijnoe"/>
		<pos x="14903.4" z="13740" a="0" y="99.4124" group="Steep_cliffs_Berezhki"/>
		<pos x="15079.9" z="14221.9" a="0" y="155.925" group="North_of_Berezhkov"/>
		<pos x="9733.49" z="14796.5" a="0" y="260.557" group="Nagornoe"/>
		<pos x="9361.33" z="14009.1" a="0" y="123.069" group="Svergino"/>
		<pos x="10295" z="14166.4" a="0" y="58.1638" group="The_road_between_Svergino_and_Novodmitrovsky"/>
		<pos x="9710.08" z="13167.9" a="0" y="161.184" group="Bear_Meadows"/>
		<pos x="6308.95" z="12708.5" a="0" y="156.227" group="Ratnoe"/>
		<pos x="5678.03" z="14225.8" a="0" y="315.353" group="Skalka_north_of_Polesovo"/>
		<pos x="12589.1" z="6701.66" a="0" y="154.103" group="Solnechny_height_136"/>
		<pos x="3575.47" z="13908.7" a="0" y="236.192" group="North_of_Novaya_Petrovka"/>
		<pos x="1069.85" z="11027.7" a="0" y="366.969" group="Biathlon_Arena_East"/>
		<pos x="205.419" z="11249.8" a="0" y="473.898" group="Biathlon_Arena_West"/>
		<pos x="259.13" z="12523.4" a="0" y="384.29" group="North_of_the_height_of_St_Roman"/>
		<pos x="220.33" z="11796.5" a="0" y="542.495" group="Holy_Roman"/>
		<pos x="248.62" z="10414.8" a="0" y="437.256" group="House_in_the_forest_on_the_edge_of_the_map_height_437"/>
		<pos x="89.3774" z="9877.19" a="0" y="361.508" group="Northeast_of_the_Three_Crosses"/>
		<pos x="519.503" z="8974.34" a="0" y="235.645" group="Southeast_Of_the_Three_Crosses_height_232"/>
		<pos x="127.012" z="8013.54" a="0" y="324.559" group="North_of_Simurg_height_323"/>
		<pos x="101.743" z="5120.11" a="0" y="180.01" group="Southeast_Of_Zvir_380"/>
		<pos x="159.491" z="4096.05" a="0" y="152.154" group="Height_148"/>
		<pos x="8548.88" z="13344.6" a="0" y="123.113" group="Krasnaya_Zarya_quarry"/>
		<pos x="12066" z="11976.5" a="0" y="121.343" group="Krasnostav_south_of_the_airfield"/>
		<pos x="5259.21" z="6294.14" a="0" y="295.935" group="East_of_Pogorevka"/>
	</event>

    <event name="InfectedVillage" />
    <event name="InfectedSolitude" />
    <event name="InfectedArmy" />
    <event name="InfectedCity" />
    <event name="InfectedMedic" />
    <event name="InfectedPolice" />
    <event name="InfectedFirefighter" />
    <event name="InfectedPrisoner" />
    <event name="AnimalDeer" />
    <event name="AnimalCow" />
    <event name="AnimalSheep" />
    <event name="AnimalRoeDeer" />
    <event name="AnimalWolf" />
    <event name="AnimalWildBoar" />
</eventposdef>

cfgeventspawns.xml

<!-- StaticTent -->
  <!--Vanilla groups-->
	<!--<pos x="11427.9" z="11362.8" a="0" y="333.694" group="Klen"/>-->
	<group name="Klen">
		<child type="StaticObj_Misc_Antenna" deloot="0" lootmax="0" lootmin="0" x="0" z="0" y="0" a="297.002"/>
		<child type="Land_Mil_Tent_Big1_1" deloot="0" lootmax="4" lootmin="4" x="7.59961" z="13.4004" y="-4.263" a="35.9988"/>
		<child type="Land_Mil_Tent_Big2_2" deloot="0" lootmax="4" lootmin="4" x="-4.30078" z="4.5" y="-2.41299" a="306.789"/>
		<child type="StaticObj_Wreck_Uaz_DE" deloot="0" lootmax="0" lootmin="0" x="12.5996" z="7.40039" y="-3.16599" a="35.9988"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="14.7998" z="6.60059" a="0"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="15.6992" z="6.7002" a="0"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="12.6992" z="10" a="44.9988"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="15.0996" z="8.40039" a="0"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="12.0996" z="10.5" a="297.002"/>
		<child type="StaticObj_Decon_HazmatBag_01_F" spawnsecondary="false"  x="13.2998" z="10.7002" a="0"/>
		<child type="bldr_tent_stretcher" deloot="0" lootmax="0" lootmin="0" x="4.39941" z="9.2002" y="-4.35999" a="0"/>
		<child type="bldr_tent_boxwooden" deloot="0" lootmax="0" lootmin="0" x="3.39941" z="10.7998" y="-4.23001" a="26.9993"/>
		<child type="bldr_tent_table" deloot="0" lootmax="0" lootmin="0" x="-6.60059" z="10.2998" y="-4.93701" a="315.001"/>
		<child type="bldr_tent_pallets" deloot="0" lootmax="0" lootmin="0" x="1.39941" z="13.4004" y="-4.263" a="26.9993"/>
		<child type="SmokePoint_3" deloot="0" lootmax="0" lootmin="0" x="12.1992" z="6.7998" y="-3.32101" a="0"/>
		<child type="bldr_prop_FireplaceIndoor" deloot="0" lootmax="0" lootmin="0" x="2.39941" z="5.7998" y="-4.35999" a="0"/>
	</group>
  <!--Another 89 similar-->
  </eventgroupdef>

serverconsole.log

21:37:17 BattlEye Server: Initialized (v1.219, DayZ 1.21.156300)
21:37:18 SUCCESS: SteamGameServer_Init(0,8766,2302,27016,3,1.21.156300)
21:37:18 Роли назначены.
21:37:18 Чтение задания...
21:38:05 [CE][Hive] :: Initializing OFFLINE
21:38:05 [StorageDirs] :: Selected storage directory: D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\
21:38:05 [CE][Hive] :: Loading core data ... 
21:38:05 [CE][CoreData] :: 7 root classes, 18 defaults, 0 updaters...
21:38:34 [CE][TypeSetup] :: 510 classes setuped...
21:38:34 [CE][TypeSetup] :: 98 classes setuped...
21:38:54 [CE][RegisterBind] :: 0 classes binded...
21:38:54 [CE][RegisterConfig] :: 20069 config classes registered, 0 sub-counters...
21:38:54 [CE][Hive] :: Loading map data ... 
21:38:54 [CE][IgnoreList] "cfgignorelist.xml" :: loaded 6 types
21:38:55 [CE][LoadPrototype] :: loaded 413 prototypes
21:38:55   799 containers, 10136 points
21:38:55   79 dispatches, 252 proxies
21:38:55 !!! [CE][LoadPrototype] 3 groups have no points...
21:38:55 [CE][LoadPrototype] :: last group name: Land_Wreck_sed02_aban2_red_DE...
21:38:55 [CE][LoadPrototype] :: loaded 0 prototypes
21:38:55   55 containers, 232 points
21:38:55   0 dispatches, 0 proxies
21:38:55 [CE][LoadPrototype] :: last group name: Rail9...
21:38:56 [CE][LoadMap] "Group" :: loaded 11705 groups, groups failed: 0, largest group range: 34.2
21:38:56 [CE][LoadMap] "Dirt" :: loaded 0 groups, groups failed: 0, largest group range: 34.2
21:38:59 [CE][LoadClusters] "Cluster" :: Loading files...
21:39:00 [CE][LoadClusters] :: file: "mapgroupcluster.xml", 9 types, 50000 instances
21:39:00 [CE][LoadClusters] :: file: "mapgroupcluster01", 9 types, 50000 instances
21:39:01 [CE][LoadClusters] :: file: "mapgroupcluster02", 9 types, 50000 instances
21:39:01 [CE][LoadClusters] :: file: "mapgroupcluster03", 9 types, 50000 instances
21:39:01 [CE][LoadClusters] :: file: "mapgroupcluster04", 9 types, 17347 instances
21:39:01 [CE][Storage] ver:21 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\types.bin"
21:39:01 [CE][Storage] ver:21 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\types.001"
21:39:01 [CE][Storage] ver:21 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\types.002"
21:39:01 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\types.bin".
21:39:04 !!! [CE][offlineDB] :: No Shutdown message present.
21:39:04 [CE][offlineDB] :: Loaded 48 dynamic events 239 total types.
21:39:04 [CE][offlineDB] :: Loaded 52 dynamic events 247 total types.
21:39:06 [CE][DE][SPAWNS] :: Total positions: 1344
21:39:06 [CE][DE][GROUPS] :: Total eventgroups defined: 174, Eventgroups in use: 174
21:39:06 [CE][Storage] ver:21 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\events.bin"
21:39:06 [CE][Storage] ver:21 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\events.001"
21:39:06 [CE][Storage] ver:21 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\events.002"
21:39:06 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\events.bin".
21:39:06 [CE][DynamicEvent] Load  Events:[52] Primary spawners: 52 Secondary spawners: 6
21:39:07 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_000.bin"
21:39:07 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_000.001"
21:39:07 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_000.002"
21:39:07 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_000.bin" 917 items.
21:39:09   917 items loaded. (0 failed)
21:39:09 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_001.bin"
21:39:09 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_001.001"
21:39:09 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_001.002"
21:39:09 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_001.bin" 1686 items.
21:39:13   1686 items loaded. (0 failed)
21:39:13 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_002.bin"
21:39:13 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_002.001"
21:39:13 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_002.002"
21:39:13 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_002.bin" 2355 items.
21:39:18   2355 items loaded. (0 failed)
21:39:18 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_003.bin"
21:39:18 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_003.001"
21:39:18 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_003.002"
21:39:18 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_003.bin" 2148 items.
21:39:23   2148 items loaded. (0 failed)
21:39:23 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_004.bin"
21:39:23 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_004.001"
21:39:23 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_004.002"
21:39:23 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_004.bin" 1281 items.
21:39:26   1281 items loaded. (0 failed)
21:39:26 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_005.bin"
21:39:26 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_005.001"
21:39:26 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_005.002"
21:39:26 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_005.bin" 2090 items.
21:39:31   2090 items loaded. (0 failed)
21:39:31 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_006.bin"
21:39:31 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_006.001"
21:39:31 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_006.002"
21:39:31 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_006.bin" 1494 items.
21:39:36   1494 items loaded. (0 failed)
21:39:36 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_007.bin"
21:39:36 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_007.001"
21:39:36 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_007.002"
21:39:36 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_007.bin" 1471 items.
21:39:40   1471 items loaded. (0 failed)
21:39:40 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_008.bin"
21:39:40 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_008.001"
21:39:40 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_008.002"
21:39:40 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_008.bin" 2169 items.
21:39:47   2169 items loaded. (0 failed)
21:39:47 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_009.bin"
21:39:47 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_009.001"
21:39:47 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_009.002"
21:39:47 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_009.bin" 2681 items.
21:39:56   2681 items loaded. (0 failed)
21:39:56 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_010.bin"
21:39:56 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_010.001"
21:39:56 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_010.002"
21:39:56 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_010.bin" 1747 items.
21:40:02   1747 items loaded. (0 failed)
21:40:02 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_011.bin"
21:40:02 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_011.001"
21:40:02 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_011.002"
21:40:02 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\dynamic_011.bin" 173 items.
21:40:03   173 items loaded. (0 failed)
21:40:03 [CE][Storage] ver:26 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\building.bin"
21:40:03 [CE][Storage] ver:26 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\building.001"
21:40:04 [CE][Storage] ver:26 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\building.002"
21:40:04 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\building.bin" 0 items.
21:40:04   0 items loaded. (0 failed)
21:40:04 [CE][Storage] ver:25 stamp:5512, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\vehicles.bin"
21:40:04 [CE][Storage] ver:25 stamp:5508, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\vehicles.001"
21:40:04 [CE][Storage] ver:25 stamp:5509, valid:yes, name:"D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\vehicles.002"
21:40:04 [CE][Storage] Restoring file "D:\SteamLibrary\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\storage_1\data\vehicles.bin" 376 items.
21:40:10   376 items loaded. (0 failed)
21:40:10 [CE][Hive] :: Storage load took:63.83 seconds, recovery stamp:5512
21:40:10   entity: 24002, building: 0
21:40:10   no lifetime: 141
21:40:10   pathgraph's: 625
21:40:10 [CE][Hive] :: Initializing ... 
21:40:11 [CE][InitializeMap] :: initialized: 0
21:40:11 [CE][Hive] :: Initializing spawners ... 
21:40:17 [CE][LootRespawner] (PRIDummy) :: Initially (re)spawned:0, Nominal:22934, Total in Map: 20482 at 0 (sec)
21:40:17   tests:0, repeats:0 fails:0, overtime:0
21:40:17 [CE][DynEvent] :: 52 types
21:40:17 [00] AmbientHen
21:40:17   Primary Spawner: "Ambient", active: yes, repeat: 1
21:40:17 [01] AnimalBear
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [02] AnimalCow
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [03] AnimalDeer
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [04] AnimalGoat
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [05] AnimalPig
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [06] AnimalRoeDeer
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [07] AnimalSheep
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [08] AnimalWildBoar
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [09] AnimalWolf
21:40:17   Primary Spawner: "Animal", active: yes, repeat: 1
21:40:17 [10] InfectedArmy
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [11] InfectedArmyHard
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [12] InfectedCity
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [13] InfectedCityTier1
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [14] InfectedFirefighter
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [15] InfectedIndustrial
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [16] InfectedMedic
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [17] InfectedNBC
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [18] InfectedNBCYellow
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [19] InfectedPolice
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [20] InfectedPoliceHard
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [21] InfectedPrisoner
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [22] InfectedReligious
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [23] InfectedSanta
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [24] InfectedSolitude
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [25] InfectedVillage
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [26] InfectedVillageTier1
21:40:17   Primary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [27] ItemPlanks
21:40:17   Primary Spawner: "Item", active: yes, repeat: 1
21:40:17 [28] Loot
21:40:17   Primary Spawner: "Loot", active: yes, repeat: 2
21:40:17 [29] StaticContaminatedArea
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17 [30] StaticHeliCrash
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [31] StaticMilitaryConvoy
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [32] StaticPoliceCar
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [33] StaticPoliceSituation
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [34] StaticTrain
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [35] TrajectoryApple
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [36] TrajectoryConiferous
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [37] TrajectoryDeciduous
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [38] TrajectoryHumus
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [39] TrajectoryPear
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [40] TrajectoryPlum
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [41] TrajectoryStones
21:40:17   Primary Spawner: "Trajectory", active: yes, repeat: 1
21:40:17 [42] VehicleCivilianSedan
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [43] VehicleHatchback02
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [44] VehicleOffroad02
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [45] VehicleOffroadHatchback
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [46] VehicleSedan02
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [47] VehicleTruck01
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [48] StaticTent
21:40:17   Primary Spawner: "Static", active: yes, repeat: 1
21:40:17   Secondary Spawner: "Infected", active: yes, repeat: 1
21:40:17 [49] VehicleVAZ2109
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [50] VehicleVAZ2107
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [51] VehicleYamaha
21:40:17   Primary Spawner: "Vehicle", active: yes, repeat: 1
21:40:17 [CE][Hive] :: Initializing of spawners done.
21:40:17 [CE][Hive] :: Init sequence finished.
21:40:19 [IdleMode] Entering IN - save processed
21:43:42 [PARMA]222Orbita использует измененный файл данных
21:43:42 [Login]: Adding player [PARMA]222Orbita (163615247) to login queue at position 0
21:43:42 [LoginMachine]: Add player [PARMA]222Orbita (163615247 127.0.0.1:2316)
21:43:42 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid ) Entering AuthPlayerLoginState
21:43:44 BattlEye Server: Player #0 [PARMA]222Orbita (127.0.0.1:2316) connected
21:43:44 Игрок [PARMA]222Orbita соединяется.
21:43:44 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid ) Entering WaitAuthPlayerLoginState
21:43:44 BattlEye Server: Connected to BE Master
21:43:44 [IdleMode] Leaving OUT
21:43:47 BattlEye Server: Player #0 [PARMA]222Orbita - BE GUID: 3b7896f49a3f14fad551745ae8b4210a
21:43:48 BattlEye Server: Verified GUID (3b7896f49a3f14fad551745ae8b4210a) of player #0 [PARMA]222Orbita
21:43:48 Игрок [PARMA]222Orbita присоединился (id=HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=).
21:43:48 Player "[PARMA]222Orbita" is connected (steamID=76561198029625366)
21:43:48 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid ) Entering WaitPlayerAssignedLoginState
21:43:59 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering DBGetLoginTimeLoginState
21:43:59 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering DBWaitLoginTimeLoginState
21:44:04 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering DBGetCharacterLoginState
21:44:04 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering CreateNetObjectsLoginState
21:44:04 Player [PARMA]222Orbita dpid=163615247 at pos (10221.4, 364.9, 12022.6) 
21:44:04 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering PreloadCamLoginState
21:44:04 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering WaitPreloadCamLoginState
21:44:11 [CE][LootRespawner] (PRIDummy) :: Item [0] causing search overtime: "M79"
21:44:12 [CE][LootRespawner] (PRIDummy) :: Item [1] causing search overtime: "RUSMP40"
21:44:20 [StateMachine]: Player [PARMA]222Orbita (dpnid 163615247 uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=) Entering GetLoadedCharLoginState
21:45:04 <LOAD EXISTING CHAR>:
    charID 1
    playerID 1
    dpnid 163615247
    uid HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=
21:45:33 [CE][LootRespawner] (PRIDummy) :: Item [2] causing search overtime: "RUSRApantsEMP"
21:45:36 [CE][LootRespawner] (PRIDummy) :: Item [3] causing search overtime: "JebsGuns_MBR_Gold"
21:45:37 [CE][LootRespawner] (PRIDummy) :: Item [4] causing search overtime: "M79"
21:45:38 [CE][VehicleRespawner] (PRIContaminatedArea) :: Initial random enabled for "StaticContaminatedArea" - Chosen nominal: 2
21:46:22 [CE][LootRespawner] (PRIDummy) :: Item [5] causing search overtime: "M79"
21:46:25 [CE][LootRespawner] (PRIDummy) :: Item [6] causing search overtime: "RUStype99"
21:46:25 [CE][LootRespawner] (PRIDummy) :: Item [7] causing search overtime: "JebsGuns_MBR_Gold"
21:47:01 [CE][LootRespawner] (PRIDummy) :: Item [8] causing search overtime: "M4_T3NRDSOptic"
21:47:03 [CE][LootRespawner] (PRIDummy) :: Item [9] causing search overtime: "JebsGuns_MBR_Gold"
21:47:04 [CE][LootRespawner] (PRIDummy) :: Item [10] causing search overtime: "M79"
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Mil_Tent_Big1_1, lootmin: 2, lootmax: 3, wanted: 2, deloot: 0, containermaxsum: 4
21:47:05 	!!! (child) Land_Mil_Tent_Big1_1 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Mil_Tent_Big2_5, lootmin: 2, lootmax: 3, wanted: 2, deloot: 0, containermaxsum: 4
21:47:05 	!!! (child) Land_Mil_Tent_Big2_5 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Mil_Tent_Big1_1, lootmin: 4, lootmax: 4, wanted: 4, deloot: 0, containermaxsum: 4
21:47:05 	!!! (child) Land_Mil_Tent_Big1_1 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Mil_Tent_Big2_4, lootmin: 3, lootmax: 4, wanted: 3, deloot: 0, containermaxsum: 4
21:47:05 	!!! (child) Land_Mil_Tent_Big2_4 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Mil_Tent_Big2_5, lootmin: 3, lootmax: 4, wanted: 3, deloot: 0, containermaxsum: 4
21:47:05 	!!! (child) Land_Mil_Tent_Big2_5 spawns loot or dispatch but can not be saved because of non-saveable StorageCategory.
21:47:05 [CE][SpawnRandomLoot] (StaticTent) :: Type: Land_Wreck_offroad02_aban2_DE, lootmin: 1, lootmax: 3, wanted: 1, deloot: 0, containermaxsum: 3
21:47:41 [CE][LootRespawner] (PRIDummy) :: Item [11] causing search overtime: "M4_T3NRDSOptic"
21:47:42 [CE][LootRespawner] (PRIDummy) :: Item [12] causing search overtime: "M79"
21:47:47 [CE][LootRespawner] (PRIDummy) :: Item [13] causing search overtime: "JebsGuns_MBR_Gold"
21:47:49 [CE][VehicleRespawner] (PRIContaminatedArea) :: Initial random enabled for "StaticContaminatedArea" - Chosen nominal: 1
21:48:17 [CE][LootRespawner] (PRIDummy) :: Item [14] causing search overtime: "M79"
21:48:20 [CE][LootRespawner] (PRIDummy) :: Item [0] is hard to place, performance drops: "RUSFSBpantsCHS"
21:48:56 [CE][LootRespawner] (PRIDummy) :: Item [15] causing search overtime: "M79"
21:49:29 [CE][LootRespawner] (PRIDummy) :: Item [16] causing search overtime: "M79"
21:49:31 [CE][LootRespawner] (PRIDummy) :: Item [17] causing search overtime: "Rev_HoneyBadger_GreenCamo"
21:49:34 [CE][VehicleRespawner] (PRIContaminatedArea) :: Initial random enabled for "StaticContaminatedArea" - Chosen nominal: 1
21:50:06 [CE][LootRespawner] (PRIDummy) :: Item [18] causing search overtime: "M79"
21:50:06 [CE][LootRespawner] (PRIDummy) :: Item [1] is hard to place, performance drops: "RUSvestShturm_EMP"
21:50:06 [CE][LootRespawner] (PRIDummy) :: Item [19] causing search overtime: "RUSvestShturm_EMP"
21:50:07 [CE][LootRespawner] (PRIDummy) :: Item [2] is hard to place, performance drops: "RUSSAPants_PogonVest"
21:50:07 [CE][LootRespawner] (PRIDummy) :: Item [3] is hard to place, performance drops: "RUSSAPants_PogonVest"
21:50:15 [Disconnect]: Start script disconnect 163615247 (dbCharacterId 1 dbPlayerId 1) logoutTime 5
21:50:18 [Disconnect]: Client 163615247 disconnecting
21:50:18 [Disconnect]: Client 163615247 early disconnect
21:50:18 [Disconnect]: Start script disconnect 163615247 (dbCharacterId 1 dbPlayerId 1) logoutTime 5
21:50:20 [Disconnect]: Finish script disconnect 163615247 (HPvLyHit5TMLVjRrRcXBRk86wvpcAAMTfcf2acgtk7M=)
21:50:20 [Disconnect]: DisconnectPlayerFinish 163615247
21:50:20 [Disconnect]: Remove player info 163615247
21:50:20 [Disconnect]: Player destroy 163615247 
21:50:20 Игрок [PARMA]222Orbita отсоединился.
21:50:20 BattlEye Server: Player #0 [PARMA]222Orbita disconnected
21:50:34 !!! [CE][Point] Removing 4477.710449, 3911.549316 from Land_Shed_M3
21:50:34 [CE][LootRespawner] (PRIDummy) :: Item [4] is hard to place, performance drops: "GorkaPants_PautRev"
21:50:35 [CE][LootRespawner] (PRIDummy) :: Item [5] is hard to place, performance drops: "RUSsniperUSSR_pants"
21:50:35 [CE][LootRespawner] (PRIDummy) :: Item [6] is hard to place, performance drops: "RUSsniperUSSR_pants"
21:50:35 [CE][LootRespawner] (PRIDummy) :: Item [7] is hard to place, performance drops: "RUSvestAlfa_black"
21:51:02 !!! [CE][Point] Removing 12265.958008, 9177.260742 from Land_Shed_W1
21:51:30 [CE][LootRespawner] (PRIDummy) :: Item [8] is hard to place, performance drops: "RUSpantsOVS_in_Boots"
21:51:32 [CE][VehicleRespawner] (PRIContaminatedArea) :: Initial random enabled for "StaticContaminatedArea" - Chosen nominal: 3
21:51:40 [IdleMode] Entering IN - save processed

 

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

×