Jump to content

[Release] Wicked AI 2.2.3 [1.0.6+]


JasonTM

Recommended Posts

  • 2 weeks later...

Does anyone know if this is working back to back with DZAI and DZMS?  I've added it, the extra files for the radio codes, and the battle eye .txt edits but I'm not seeing any missions when I turn my radio on.  The DZAI and DZMS still runs and populates but I don't see anything from Wicked.

Sorry if this has already been answered and I missed it.  Thanks!

Link to comment
Share on other sites

22 hours ago, xDUKEx said:

Does anyone know if this is working back to back with DZAI and DZMS?  I've added it, the extra files for the radio codes, and the battle eye .txt edits but I'm not seeing any missions when I turn my radio on.  The DZAI and DZMS still runs and populates but I don't see anything from Wicked.

Sorry if this has already been answered and I missed it.  Thanks!

Yes, there are a lot of servers running all three. The radio has no influence on the mission markers. You can see them with or without a radio.

Link to comment
Share on other sites

 

18 hours ago, JasonTM said:

Yes, there are a lot of servers running all three. The radio has no influence on the mission markers. You can see them with or without a radio.

Interesting.  Maybe I have something installed incorrectly.  I'll look into it a little more.  Thanks!

Link to comment
Share on other sites

 1:30:57 Error in expression <;
};
_x spawn {

uiSleep 15;
_this call sched_co_deleteVehicle;
};
};
};
} forEa>
 1:30:57   Error position: <sched_co_deleteVehicle;
};
};
};
} forEa>
 1:30:57   Error Undefined variable in expression: sched_co_deletevehicle
 1:30:57 File z\addons\dayz_server\WAI\compile\ai_monitor.sqf, line 25

 

the error appears. how to fix it. file itself.

 

if (isServer) then {

    private ["_killedat","_sound"];

    diag_log "WAI: AI Monitor Started";

    while {true} do {
    
        if (ai_clean_dead) then {
            {
                _killedat = _x getVariable "killedat";
                if (!isNil "_killedat") then {
                    if ((time - _killedat) >= ai_cleanup_time) then {
                        //Delete flies and body
                        PVCDZ_flies = [0,_x];
                        publicVariable "PVCDZ_flies";
                        _sound = _x getVariable ["sched_co_fliesSource", nil];
                        if !(isNil "_sound") then {
                            detach _sound;
                            deleteVehicle _sound;
                        };
                        _x spawn {
                            // Wait for PVEH to finish on all clients
                            uiSleep 15;
                            _this call sched_co_deleteVehicle;                                                                                ////////////////////                 25 line
                        };
                    };
                };
            } forEach allDead;
        };

        if(debug_mode) then {
            diag_log format ["WAI: %1 Active ground units", ai_ground_units];
            diag_log format ["WAI: %1 Active emplacement units", ai_emplacement_units];
            diag_log format ["WAI: %1 Active chopper patrol units (Crew)", ai_air_units];
            diag_log format ["WAI: %1 Active vehicle patrol units (Crew)", ai_vehicle_units];
        };

        sleep 60;

    };

};

Link to comment
Share on other sites

12 minutes ago, deik said:

 1:30:57 Error in expression <;
};
_x spawn {

uiSleep 15;
_this call sched_co_deleteVehicle;
};
};
};
} forEa>
 1:30:57   Error position: <sched_co_deleteVehicle;
};
};
};
} forEa>
 1:30:57   Error Undefined variable in expression: sched_co_deletevehicle
 1:30:57 File z\addons\dayz_server\WAI\compile\ai_monitor.sqf, line 25

 

the error appears. how to fix it. file itself.

 

if (isServer) then {

    private ["_killedat","_sound"];

    diag_log "WAI: AI Monitor Started";

    while {true} do {
    
        if (ai_clean_dead) then {
            {
                _killedat = _x getVariable "killedat";
                if (!isNil "_killedat") then {
                    if ((time - _killedat) >= ai_cleanup_time) then {
                        //Delete flies and body
                        PVCDZ_flies = [0,_x];
                        publicVariable "PVCDZ_flies";
                        _sound = _x getVariable ["sched_co_fliesSource", nil];
                        if !(isNil "_sound") then {
                            detach _sound;
                            deleteVehicle _sound;
                        };
                        _x spawn {
                            // Wait for PVEH to finish on all clients
                            uiSleep 15;
                            _this call sched_co_deleteVehicle;                                                                                ////////////////////                 25 line
                        };
                    };
                };
            } forEach allDead;
        };

        if(debug_mode) then {
            diag_log format ["WAI: %1 Active ground units", ai_ground_units];
            diag_log format ["WAI: %1 Active emplacement units", ai_emplacement_units];
            diag_log format ["WAI: %1 Active chopper patrol units (Crew)", ai_air_units];
            diag_log format ["WAI: %1 Active vehicle patrol units (Crew)", ai_vehicle_units];
        };

        sleep 60;

    };

};

Hi,

You should NEVER see that message. That means there is something seriously wrong with your Epoch install.

This is where that function is: https://github.com/EpochModTeam/DayZ-Epoch/blob/6e48434001a2a9ae4bb0c1e4257730814795ecfc/SQF/dayz_server/system/scheduler/sched_corpses.sqf#L3

This is where it's called from: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_server/system/scheduler/sched_init.sqf#L4

You need to make sure that sched_init file is intact and correct. I suspect there will be other server RPT errors.

Link to comment
Share on other sites

Spoiler

=====================================================================
== C:\DZE_Server\arma2oaserver.exe
== arma2oaserver.exe  -port=2302 "-config=C:\DZE_Server_Config\11_chernarus.cfg" "-cfg=C:\DZE_Server_Config\basic.cfg" "-profiles=C:\DZE_Server_Config" -name=server "-mod=@extDB;@DayZ_Epoch;@DayZ_Epoch_Server;" 
=====================================================================
Exe timestamp: 2018/01/09 19:01:22
Current time:  2018/02/03 12:01:21

Version 1.63.131129
Updating base class ->NonStrategic, by ca\config.bin/CfgVehicles/HouseBase/
Updating base class ->HouseBase, by ca\config.bin/CfgVehicles/Ruins/
Updating base class ->DestructionEffects, by ca\config.bin/CfgVehicles/House/DestructionEffects/
Updating base class ->FlagCarrierCore, by ca\ca_pmc\config.bin/CfgVehicles/FlagCarrier/
Updating base class ->VehicleMagazine, by ca\weapons\config.bin/CfgMagazines/14Rnd_FFAR/
Updating base class Default->RifleCore, by ca\weapons\config.bin/cfgWeapons/Rifle/
Updating base class ->LauncherCore, by ca\weapons\config.bin/cfgWeapons/RocketPods/
Updating base class ->RocketPods, by ca\weapons\config.bin/cfgWeapons/FFARLauncher/
Updating base class ->UH60_Base, by ca\air\config.bin/CfgVehicles/MH60S/
Updating base class ->Car, by ca\wheeled2\lada\config.bin/CfgVehicles/Lada_base/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Small_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Street2_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lampa_Ind_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_PowLines_Conc2L_EP1/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl_2/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl_3/
Updating base class StreetLamp_BaseWeakYellow->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_ind/
Updating base class StreetLamp_BaseWeakYellow->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_ind_zebr/
Updating base class RscStandardDisplay->, by z\addons\dayz_code\config.bin/RscDisplayStart/
Updating base class RscShortcutButton->RscShortcutButtonMain, by z\addons\dayz_code\config.bin/RscDisplayMain/controls/CA_Exit/
Updating base class CA_IGUI_Title->RscText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/Gear_Title/
Updating base class Available_items_Text->RscText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/CA_ItemName/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item8/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item9/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item10/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item11/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item12/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item6/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item7/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item8/
Updating base class CA_Gear_slot_special1->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory1/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory8/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory9/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory10/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory11/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory12/
Updating base class CA_Gear_slot_item1->CA_Gear_slot_handgun, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_special1/
Updating base class RscIGUIShortcutButton->RscActiveText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/ButtonClose/
Updating base class RscText->, by z\addons\dayz_code\config.bin/RscTitles/Default/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/Mi17_base/Turrets/MainTurret/ViewOptics/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/UH1H_base/Turrets/MainTurret/ViewOptics/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/UH1_Base/Turrets/MainTurret/ViewOptics/
Updating base class Strategic->, by z\addons\dayz_code\config.bin/CfgVehicles/Bomb/
Updating base class HighCommand->Logic, by z\addons\dayz_code\config.bin/CfgVehicles/HighCommandSubordinate/
Updating base class NonStrategic->BuiltItems, by z\addons\dayz_code\config.bin/CfgVehicles/Fort_RazorWire/
Updating base class ->DefaultEventhandlers, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroP/EventHandlers/
Updating base class AnimationSources->AnimationSources, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroC/AnimationSources/
Updating base class ->DefaultEventhandlers, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroC/EventHandlers/
Updating base class BuiltItems->Generator_Base, by z\addons\dayz_code\config.bin/CfgVehicles/Generator_DZ/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/29Rnd_30mm_AGS30/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/48Rnd_40mm_MK19/
Updating base class 4000Rnd_762x51_M134->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/2000Rnd_762x51_M134/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/100Rnd_127x99_M2/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/50Rnd_127x107_DSHKM/
Updating base class 4000Rnd_762x51_M134->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_1300Rnd_762x51_M60/
Updating base class 100Rnd_762x51_M240->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_250Rnd_762x51/
Updating base class 6Rnd_Grenade_Camel->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_12Rnd_Grenade_Camel/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/3Rnd_GyroGrenade/
Updating base class DropWeapon->None, by z\addons\dayz_code\config.bin/CfgActions/PutWeapon/
Updating base class DropMagazine->None, by z\addons\dayz_code\config.bin/CfgActions/PutMagazine/
Updating base class Land_HouseBlock_C1->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseBlock_C4/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_1I3/
Updating base class NonStrategic->House, by zero_buildings\config.bin/CfgVehicles/Land_A_MunicipalOffice/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_1L2/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_3I3/
Updating base class House->DZE_OpenHouse, by warehouse\config.bin/CfgVehicles/Land_Ind_Pec_03/
12:01:27 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
12:01:39 Connected to Steam servers
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:37 Strange convex component81 in zero_buildings\models\housev_3i3_i.p3d:geometryFire
12:02:38 Strange convex component31 in zero_buildings\models\proxies\th_arches.p3d:geometryView
12:02:38 Strange convex component207 in zero_buildings\models\a_tvtower\a_tvtower_base.p3d:geometryFire
12:02:39 Strange convex component44 in zero_buildings\models\houseblock\houseblock_c4.p3d:geometry
12:02:39 Strange convex component288 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component289 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component290 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component291 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component292 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component293 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component294 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component295 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component296 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component297 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component298 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component299 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component300 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component301 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component302 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component303 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component304 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component305 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component306 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component307 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component308 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component309 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component310 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component311 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component312 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component313 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component314 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component315 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component316 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component317 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component252 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component253 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component254 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component255 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component256 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component257 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component258 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component259 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component260 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component261 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component262 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component263 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component264 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component265 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component266 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component267 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component268 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component269 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component270 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component271 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component272 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component273 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component274 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component275 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component276 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component277 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component278 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component279 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component280 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component281 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component249 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component250 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component251 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component252 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component253 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component254 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component255 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component256 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component257 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component258 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component259 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component260 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component261 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component262 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component263 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component264 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component265 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component266 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component267 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component268 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component269 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component270 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component271 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component272 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component273 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component274 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component275 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component276 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component277 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component278 in warehouse\models\warehouse.p3d:geometryView
12:02:41 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
12:02:41 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
12:02:42 "PRELOAD_ Functions\init [[<No group>:0 (FunctionsManager)],any]"
12:02:42 "MPframework inited"
12:02:42 "dayz_preloadFinished reset"
12:02:43 "<infiSTAR.de> updatearmalog callExtension: "
12:02:43 "<infiSTAR.de> Error loading infiSTAR DLL"
12:02:43 "<infiSTAR.de> "
12:02:43 "<infiSTAR.de> "
12:02:43 "<infiSTAR.de> "
12:02:43 "Epoch detected"
12:02:43 "<infiSTAR.de> BIS_fnc_init done - AntiHack STARTING...!"
12:02:43 Warning Message: Script low_admins.sqf not found
12:02:43 Warning Message: Script normal_admins.sqf not found
12:02:43 Warning Message: Script super_admins.sqf not found
12:02:43 Warning Message: Script blacklist.sqf not found
12:02:43 "<infiSTAR.de> iproductVersion: 18-01-2018 18-13-49-v1448 | Server productVersion: ["ArmA 2 OA","ArmA2OA",163,131129] | worldName: Chernarus | dayz_instance: 11 | missionName: DayZ_Epoch_11"
12:02:43 "<infiSTAR.de> start: <infiSTAR.de> iproductVersion: 18-01-2018 18-13-49-v1448 | Server productVersion: ["ArmA 2 OA","ArmA2OA",163,131129] | worldName: Chernarus | dayz_instance: 11 | missionName: DayZ_Epoch_11"
12:02:43 "<infiSTAR.de> _fnc_RandomGen: {
_abc = ['z','y','x','w','v','u','t','s','r','q','p','o','n','m','l','k','j','i','h','g','f','e','d','c','b','a'];
_gen = _abc select (random ((count _abc)-1));
_arr = ['a','d','a','3','3','8','5','2','5','3','5','f','0','a','4','2','c','4','5','1','7','3','3','6','e','5','3','f','6','2','4','2','0'];
for '_i' from 0 to (8+(round(random 3))) do {_gen = _gen + str(round(random 9)) + (_arr select (random ((count _arr)-1)));};
_gen
}"
12:02:43 "<infiSTAR.de> _simple: n1344835a2267123a1465"
12:02:43 "<infiSTAR.de> _dialogIds: e662596737385053082721d"
12:02:43 "<infiSTAR.de> _badtxts: y400f152f43458f82302785"
12:02:43 "<infiSTAR.de> _randvar1: r4326548332352703523f3394"
12:02:43 "<infiSTAR.de> _randvar2: g2a6f5f654f624c13436213"
12:02:43 "<infiSTAR.de> _randvar0: n7e7d5f5e53127f829265"
12:02:43 "<infiSTAR.de> _randvar3: g72584433300d83101a6d"
12:02:43 "<infiSTAR.de> _randvar4: m9232807a65140312584c83"
12:02:43 "<infiSTAR.de> _randvar5: e165a4e3498008185426420"
12:02:43 "<infiSTAR.de> _randvar6: v6366959525144d53828a"
12:02:43 "<infiSTAR.de> _randvar8: q1323020c7597713511256763"
12:02:43 "<infiSTAR.de> _randvar9: s82751272374564325353573e"
12:02:43 "<infiSTAR.de> _randvar11: z8d85122225536405123365"
12:02:43 "<infiSTAR.de> _randvar12: h440204444833131255"
12:02:43 "<infiSTAR.de> _randvar13: f03941a406184855d20506f95"
12:02:43 "<infiSTAR.de> _randvar19: p1617523c64303c8347"
12:02:43 "<infiSTAR.de> _randvar27: b6374578423637594062584"
12:02:43 "<infiSTAR.de> _randvar26: s6612147f3d4a6a353a"
12:02:43 "<infiSTAR.de> _randvar25: h662213042f667a553514"
12:02:43 "<infiSTAR.de> _randvar31: u8a138e6500445323225575"
12:02:43 "<infiSTAR.de> _randvar33: f4514855335373c73108f63"
12:02:43 "<infiSTAR.de> _randvar34: q53140a28752345342570333d"
12:02:43 "<infiSTAR.de> _randvar35: y149f2a45523525655f4d655c"
12:02:43 "<infiSTAR.de> _randvar36: v428a0d9283041335634a58"
12:02:43 "<infiSTAR.de> _randvar37: t988452129441825853537258"
12:02:43 "<infiSTAR.de> _randvar39: g3730321f42624e1a73429c"
12:02:43 "<infiSTAR.de> _clickOnMapTimer: x26374c23742502925a72"
12:02:43 "<infiSTAR.de> _clickOnMapCaught: z80872263281355646330"
12:02:43 "<infiSTAR.de> _fnc_handlerandvar10: j7e2a181f7e24668a8a"
12:02:43 "<infiSTAR.de> _remark: g7f32531f135385444a45"
12:02:43 "<infiSTAR.de> _AHpos: e7f65441a233282829376"
12:02:43 "<infiSTAR.de> _loadedcheckpos: v92355243322378388c956583"
12:02:43 "<infiSTAR.de> _loadedchecktime: u1a7594558503554e7365"
12:02:43 "<infiSTAR.de> _MenuChecksRunningx: v9c3a13113326838530520f30"
12:02:43 "<infiSTAR.de> _oneachframe: j744410953361852f2572"
12:02:43 "<infiSTAR.de> _anotherloop: s132533743a471654809693"
12:02:43 "<infiSTAR.de> _clientoncetwo: y85532666767f351394557335"
12:02:43 "<infiSTAR.de> _lastUnlock: o8f07383a4d238534850592"
12:02:43 "<infiSTAR.de> _AdminReqCheck: s826743738262136328923484"
12:02:43 "<infiSTAR.de> _antidupeCheckVar: w83458323254603323e2a3696"
12:02:43 "<infiSTAR.de> _antiantihack1_rndvar: s50427105767585650542"
12:02:43 "<infiSTAR.de> _antiantihack2_rndvar: p76326e426a6f412e337367"
12:02:43 "<infiSTAR.de> _antidupePVResVar: u733f22426012915a12"
12:02:43 "<infiSTAR.de> _antidupePVCheckVar: PVAHR_0_g2a45923465438a957235"
12:02:43 "<infiSTAR.de> _randvar10: PVAHR_0_v13846d366513329a737a4f"
12:02:43 "<infiSTAR.de> AntiHack LOADED!"
12:02:43 "<infiSTAR.de> CREATING AdminMenu"
12:02:43 "<infiSTAR.de> AdminMenu LOADED!"
12:02:43 "<infiSTAR.de> ADDING SERVERSIDE HANDLERS"
12:02:43 "<infiSTAR.de> AntiHack FULLY LOADED"
12:02:45 "extDB: Connected to database."
12:02:53 "<infiSTAR.de> starting main server loop"
12:02:56 "[SIPTH]: Loading Skalisty Island Pirate's Treasure Hunt"
12:02:57 "[SIPTH]: Loaded"
12:02:57 "Loading custom server compiles"
12:02:57 "Deploy Anything: loading version 2.8.2 ..."
12:02:57 "Deploy Anything: adding deployables to safe vehicle list..."
12:02:58 "HIVE: Starting"
12:02:58 ["TIME SYNC: Local Time set to:",[2012,8,2,13,2],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,2,3,13,2]]
12:02:58 "HIVE: trying to get objects"
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons.5Rnd_127x99_as50'.
12:02:58 Warning Message: No entry '.scope'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: Error: creating weapon 5Rnd_127x99_as50 with scope=private
12:02:58 Warning Message: No entry '.displayName'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.nameSound'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.type'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.picture'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.Library'.
12:02:58 Warning Message: No entry '.libTextDesc'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.model'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.simulation'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.fireLightDuration'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.fireLightIntensity'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.weaponLockDelay'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.weaponLockSystem'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.cmImmunity'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.lockingTargetSound'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 Warning Message: No entry '.lockedTargetSound'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 Warning Message: No entry '.muzzles'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 "<infiSTAR.de> Player-Log: demon() - 0h 00min"
12:02:59 "<infiSTAR.de> Player-Log: drugoi() - 0h 00min | ******ADMIN******"
12:02:59 "HIVE: found 346 objects"
12:02:59 "HIVE: Request sent"
12:02:59 "HIVE: Streamed 346 objects"
12:03:00 "Res3tting B!S effects..."
12:03:00 "SERVER FPS: 40  PLAYERS: 2"
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomInit'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.distanceZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.distanceZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsFlare'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsID'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsPPEffects'.
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomInit'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.distanceZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.distanceZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsFlare'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsID'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsPPEffects'.
12:03:02 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:02 Warning Message: No entry '.picture'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.scope'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:02 Warning Message: No entry '.displayName'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.displayNameShort'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.nameSound'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.Library'.
12:03:02 Warning Message: No entry '.libTextDesc'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.type'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.count'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.maxLeadSpeed'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.initSpeed'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.reloadAction'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.modelSpecial'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.ammo'.
12:03:02 Warning Message: '/' is not a value
12:03:04 "HIVE: BENCHMARK - Server_monitor.sqf finished streaming 346 objects in 5.572 seconds (unscheduled)"
12:03:04 "Total Number of spawn locations 6"
12:03:14 "DEBUG: Spawning a care package (Misc_cargo_cont_net3) at [7056.73,8466.68,0] with 9 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [10417.9,8480.22,0] with 6 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [8046.31,12058.4,0] with 7 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [9772.74,11624.7,0] with 3 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [7614.14,12228.3,0] with 6 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [7404.59,10756.6,0] with 7 items."
12:03:15 "CRASHSPAWNER: Starting crash site spawner. Frequency: 25±20 min. Spawn chance: 0.75"
12:03:15 "CRASHSPAWNER: Spawning crash site (CrashSite_EU) at [10504,7956.73,0] with 8 items."
12:03:16 "HIVE: Vehicle Spawn limit reached!"
12:03:16 "HIVE: Spawning # of Debris: 0"
12:03:16 "HIVE: Spawning # of Ammo Boxes: 3"
12:03:16 "HIVE: Spawning # of Veins: 50"
12:03:17 "HIVE: BENCHMARK - Server finished spawning 0 DynamicVehicles, 0 Debris, 3 SupplyCrates and 50 MineVeins in 13.518 seconds (scheduled)"
12:03:17 "EPOCH EVENTS INIT"
12:03:18 "CLEANUP: INITIALIZING Vehicle SCRIPT"
12:03:18 "WAI: AI Config File Loaded"
12:03:18 "=== [IBEN WAI AUTOCLAIM ADDON, v1.0] || DEBUG [customsettings.sqf] >> Addon relative root >> [z\addons\dayz_server\WAI]"
12:03:18 "WAI: Custom Config File Loaded"
12:03:18 "WAI: AI Monitor Started"
12:03:18 "WAI: Initialising static missions"
12:03:18 "WAI: Initialising missions"
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 "WAI: Spawned a group of 8 AI (Bandit) at [13578.3,3105.64,0.001]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4473.35,8569.33,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4414.82,8502.65,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4372.95,8604.39,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.useModelOptics'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.memoryPointCamera'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.useModelOptics'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.memoryPointCamera'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4074.42,8627.63,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4057.66,8591.54,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4065.57,8607.28,0]"
12:03:19 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:19 Warning Message: No entry '.picture'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.scope'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:19 Warning Message: No entry '.displayName'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.displayNameShort'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.nameSound'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.Library'.
12:03:19 Warning Message: No entry '.libTextDesc'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.type'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.count'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.maxLeadSpeed'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.initSpeed'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.reloadAction'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.modelSpecial'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.ammo'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4069.5,8618.46,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4034.11,8598.19,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4046.56,8583.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4079.74,8591.79,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4102.69,8618.41,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4164.83,8626.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4182.17,8569.63,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4213.05,8436.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4389.47,8677.58,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4235.2,8427.53,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:20 Warning Message: No entry '.picture'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.scope'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:20 Warning Message: No entry '.displayName'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.displayNameShort'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.nameSound'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.Library'.
12:03:20 Warning Message: No entry '.libTextDesc'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.type'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.count'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.maxLeadSpeed'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.initSpeed'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.reloadAction'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.modelSpecial'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.ammo'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4260.44,8431.77,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4344.12,8348.69,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4390.74,8376.76,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4399.19,8519.48,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4406,8555.97,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4445.71,8499.4,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4513.37,8444.32,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4524.33,8593.15,0]"
12:03:21 Warning Message: Bad vehicle type Random
12:03:21 Warning Message: Bad vehicle type Random
12:03:21 "WAI: Spawned a group of 2 AI (Bandit) at [4431.11,8652.11,0]"
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.useModelOptics'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.memoryPointCamera'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.useModelOptics'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.memoryPointCamera'.
12:03:21 Warning Message: '/' is not a value
12:03:22 "WAI: Spawned in 19 M2StaticMG"
12:03:22 "WAI: Static mission loaded"
12:04:38 "<infiSTAR.de> CONNECTLOG: CONNECT - drugoi()"
12:04:49 "INFO - Player: PID#3(drugoi)(UID:/CID:270) Status: LOGGING IN"
12:04:49 "INFO - Player: PID#3(drugoi)(UID:/CID:270) Status: LOGIN PUBLISHING, Location Stary Sobor @065070"
12:04:50 "infiSTAR.de fnc_AdminFirstReq: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:04:50 "infiSTAR.de ******ADMIN-LOGIN******: drugoi()"
12:04:50 "infiSTAR.de fnc_AdminReqProceed: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:04:51 "INFO - Player: drugoi(UID:/CID) Status: CLIENT LOADED & PLAYING"
12:04:57 "<infiSTAR.de> CONNECTLOG: CONNECT - Luger1993(76561198060364797)"
12:04:57 "<infiSTAR.de> Player-Log: Luger1993(76561198060364797) - 0h 00min"
12:04:58 "INFO: Cannot Sync Character drugoi near respawn_west [-18700,25800,3.05176e-005]. This is normal when relogging or changing clothes."
12:05:02 "B 1-1-B:1 (drugoi) REMOTE, SafeZoneState, [0], 3"
12:05:02 "<infiSTAR.de> SAFEZONELOG: drugoi() -    Left SafeZone @812895"
12:05:03 "INFO - Player: PID#5(Luger1993)(UID:76561198060364797/CID:507) Status: LOGGING IN"
12:05:04 Server: Object 5:9 not found (message 94)
12:05:04 "INFO - Player: PID#5(Luger1993)(UID:76561198060364797/CID:507) Status: LOGIN PUBLISHING, Location Vybor @044067"
12:05:05 "INFO - Player: Luger1993(UID:76561198060364797/CID:507) Status: CLIENT LOADED & PLAYING"
12:05:11 Client: Remote object 3:8 not found
12:05:22 "<infiSTAR.de> CONNECTLOG: CONNECT - drugoi(76561198150538008)"
12:05:33 "INFO - Player: PID#3(drugoi)(UID:76561198150538008/CID:270) Status: LOGGING IN"
12:05:33 Server: Object 3:19 not found (message 94)
12:05:33 "<infiSTAR.de> CONNECTLOG: CONNECT - __SERVER__()"
12:05:33 "INFO - Player: PID#3(drugoi)(UID:/CID:) Status: LOGIN PUBLISHING, Location Stary Sobor @065070"
12:05:33 "<infiSTAR.de> CONNECTLOG: CONNECT - demon(76561198060389310)"
12:05:35 "B 1-1-C:1 (Luger1993) REMOTE, SafeZoneState, [0], 5"
12:05:35 "<infiSTAR.de> SAFEZONELOG: Luger1993(76561198060364797) -    Left SafeZone @044067"
12:05:37 "infiSTAR.de fnc_AdminFirstReq: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:05:37 "infiSTAR.de ******ADMIN-LOGIN******: drugoi()"
12:05:37 "infiSTAR.de fnc_AdminReqProceed: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:05:37 "INFO - Player: drugoi(UID:/CID:) Status: CLIENT LOADED & PLAYING"
12:05:40 "B 1-1-B:1 (drugoi) REMOTE, SafeZoneState, [0], 3"
12:05:40 "<infiSTAR.de> SAFEZONELOG: drugoi() -    Left SafeZone @065070"
12:05:41 "INFO - Player: PID#4(demon)(UID:76561198060389310/CID:506) Status: LOGGING IN"
12:05:42 "INFO - Player: PID#4(demon)(UID:76561198060389310/CID:506) Status: LOGIN PUBLISHING, Location Vybor @044067"
12:05:42 Server: Object info 2:14 not found during Changing Owner
12:05:42 Server: Object info 2:1 not found during Changing Owner
12:05:53 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi G_o_d ON"
12:05:53 "<infiSTAR.de> AdminLog: 0h 00min | drugoi G_o_d ON"
12:05:56 "infiSTAR.de fnc_AdminFirstReq: [3,B 1-1-B:1 (drugoi) REMOTE,true]"
12:05:56 "infiSTAR.de fnc_AdminReqProceed: [3,B 1-1-B:1 (drugoi) REMOTE,true]"
12:05:56 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi Invisibility Activated"
12:05:56 "<infiSTAR.de> AdminLog: 0h 00min | drugoi Invisibility Activated"
12:05:58 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi TP infront of you ON"
12:05:58 "<infiSTAR.de> AdminLog: 0h 00min | drugoi TP infront of you ON"
12:05:59 "INFO - Player: demon(UID:76561198060389310/CID:506) Status: CLIENT LOADED & PLAYING"
12:06:02 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi PlayerMarkers Activated"
12:06:02 "<infiSTAR.de> AdminLog: 0h 00min | drugoi PlayerMarkers Activated"
12:06:04 "B 1-1-A:1 (demon) REMOTE, SafeZoneState, [0], 4"
12:06:04 "<infiSTAR.de> SAFEZONELOG: demon(76561198060389310) -    Left SafeZone @044067"
12:06:06 "<infiSTAR.de> VEHICLE_DESTROYED: Vehicle destroyed @045068 - M2StaticMG, worldspace [130.999,[4542.36,8515.36,0.0751038]], CharId 0, objID 0, objUID 0, nearby ["Luger1993 (76561198060364797)","demon (76561198060389310)"]"
 

there are errors in the weapons config no such weapons.
 

Link to comment
Share on other sites

4 hours ago, deik said:
  Reveal hidden contents

=====================================================================
== C:\DZE_Server\arma2oaserver.exe
== arma2oaserver.exe  -port=2302 "-config=C:\DZE_Server_Config\11_chernarus.cfg" "-cfg=C:\DZE_Server_Config\basic.cfg" "-profiles=C:\DZE_Server_Config" -name=server "[email protected];@DayZ_Epoch;@DayZ_Epoch_Server;" 
=====================================================================
Exe timestamp: 2018/01/09 19:01:22
Current time:  2018/02/03 12:01:21

Version 1.63.131129
Updating base class ->NonStrategic, by ca\config.bin/CfgVehicles/HouseBase/
Updating base class ->HouseBase, by ca\config.bin/CfgVehicles/Ruins/
Updating base class ->DestructionEffects, by ca\config.bin/CfgVehicles/House/DestructionEffects/
Updating base class ->FlagCarrierCore, by ca\ca_pmc\config.bin/CfgVehicles/FlagCarrier/
Updating base class ->VehicleMagazine, by ca\weapons\config.bin/CfgMagazines/14Rnd_FFAR/
Updating base class Default->RifleCore, by ca\weapons\config.bin/cfgWeapons/Rifle/
Updating base class ->LauncherCore, by ca\weapons\config.bin/cfgWeapons/RocketPods/
Updating base class ->RocketPods, by ca\weapons\config.bin/cfgWeapons/FFARLauncher/
Updating base class ->UH60_Base, by ca\air\config.bin/CfgVehicles/MH60S/
Updating base class ->Car, by ca\wheeled2\lada\config.bin/CfgVehicles/Lada_base/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Small_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Street1_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lamp_Street2_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_Lampa_Ind_EP1/
Updating base class StreetLamp_EP1->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_PowLines_Conc2L_EP1/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl_2/
Updating base class StreetLamp_BaseMediumOrange->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_sidl_3/
Updating base class StreetLamp_BaseWeakYellow->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_ind/
Updating base class StreetLamp_BaseWeakYellow->StreetLamp, by z\addons\dayz_code\config.bin/CfgNonAIVehicles/Land_lampa_ind_zebr/
Updating base class RscStandardDisplay->, by z\addons\dayz_code\config.bin/RscDisplayStart/
Updating base class RscShortcutButton->RscShortcutButtonMain, by z\addons\dayz_code\config.bin/RscDisplayMain/controls/CA_Exit/
Updating base class CA_IGUI_Title->RscText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/Gear_Title/
Updating base class Available_items_Text->RscText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/CA_ItemName/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item8/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item9/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item10/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item11/
Updating base class CA_Gear_slot_item7->CA_Gear_slot_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_item12/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item6/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item7/
Updating base class CA_Gear_slot_handgun_item5->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_handgun_item8/
Updating base class CA_Gear_slot_special1->CA_Gear_slot_handgun_item1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory1/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory8/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory9/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory10/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory11/
Updating base class CA_Gear_slot_inventory7->CA_Gear_slot_inventory1, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_inventory12/
Updating base class CA_Gear_slot_item1->CA_Gear_slot_handgun, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/G_GearItems/Controls/CA_Gear_slot_special1/
Updating base class RscIGUIShortcutButton->RscActiveText, by z\addons\dayz_code\config.bin/RscDisplayGear/Controls/ButtonClose/
Updating base class RscText->, by z\addons\dayz_code\config.bin/RscTitles/Default/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/Mi17_base/Turrets/MainTurret/ViewOptics/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/UH1H_base/Turrets/MainTurret/ViewOptics/
Updating base class ->ViewOptics, by z\addons\dayz_code\config.bin/CfgVehicles/UH1_Base/Turrets/MainTurret/ViewOptics/
Updating base class Strategic->, by z\addons\dayz_code\config.bin/CfgVehicles/Bomb/
Updating base class HighCommand->Logic, by z\addons\dayz_code\config.bin/CfgVehicles/HighCommandSubordinate/
Updating base class NonStrategic->BuiltItems, by z\addons\dayz_code\config.bin/CfgVehicles/Fort_RazorWire/
Updating base class ->DefaultEventhandlers, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroP/EventHandlers/
Updating base class AnimationSources->AnimationSources, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroC/AnimationSources/
Updating base class ->DefaultEventhandlers, by z\addons\dayz_code\config.bin/CfgVehicles/CSJ_GyroC/EventHandlers/
Updating base class BuiltItems->Generator_Base, by z\addons\dayz_code\config.bin/CfgVehicles/Generator_DZ/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/29Rnd_30mm_AGS30/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/48Rnd_40mm_MK19/
Updating base class 4000Rnd_762x51_M134->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/2000Rnd_762x51_M134/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/100Rnd_127x99_M2/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/50Rnd_127x107_DSHKM/
Updating base class 4000Rnd_762x51_M134->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_1300Rnd_762x51_M60/
Updating base class 100Rnd_762x51_M240->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_250Rnd_762x51/
Updating base class 6Rnd_Grenade_Camel->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/pook_12Rnd_Grenade_Camel/
Updating base class VehicleMagazine->CA_Magazine, by z\addons\dayz_code\config.bin/CfgMagazines/3Rnd_GyroGrenade/
Updating base class DropWeapon->None, by z\addons\dayz_code\config.bin/CfgActions/PutWeapon/
Updating base class DropMagazine->None, by z\addons\dayz_code\config.bin/CfgActions/PutMagazine/
Updating base class Land_HouseBlock_C1->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseBlock_C4/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_1I3/
Updating base class NonStrategic->House, by zero_buildings\config.bin/CfgVehicles/Land_A_MunicipalOffice/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_1L2/
Updating base class Land_HouseV_1I2->House, by zero_buildings\config.bin/CfgVehicles/Land_HouseV_3I3/
Updating base class House->DZE_OpenHouse, by warehouse\config.bin/CfgVehicles/Land_Ind_Pec_03/
12:01:27 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303
12:01:39 Connected to Steam servers
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:29 Server error: Player without identity drugoi (id 55960461)
12:02:37 Strange convex component81 in zero_buildings\models\housev_3i3_i.p3d:geometryFire
12:02:38 Strange convex component31 in zero_buildings\models\proxies\th_arches.p3d:geometryView
12:02:38 Strange convex component207 in zero_buildings\models\a_tvtower\a_tvtower_base.p3d:geometryFire
12:02:39 Strange convex component44 in zero_buildings\models\houseblock\houseblock_c4.p3d:geometry
12:02:39 Strange convex component288 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component289 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component290 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component291 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component292 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component293 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component294 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component295 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component296 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component297 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component298 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component299 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component300 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component301 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component302 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component303 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component304 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component305 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component306 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component307 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component308 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component309 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component310 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component311 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component312 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component313 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component314 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component315 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component316 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component317 in warehouse\models\warehouse.p3d:geometry
12:02:39 Strange convex component252 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component253 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component254 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component255 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component256 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component257 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component258 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component259 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component260 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component261 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component262 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component263 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component264 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component265 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component266 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component267 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component268 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component269 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component270 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component271 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component272 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component273 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component274 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component275 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component276 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component277 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component278 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component279 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component280 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component281 in warehouse\models\warehouse.p3d:geometryFire
12:02:39 Strange convex component249 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component250 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component251 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component252 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component253 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component254 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component255 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component256 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component257 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component258 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component259 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component260 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component261 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component262 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component263 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component264 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component265 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component266 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component267 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component268 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component269 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component270 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component271 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component272 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component273 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component274 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component275 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component276 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component277 in warehouse\models\warehouse.p3d:geometryView
12:02:39 Strange convex component278 in warehouse\models\warehouse.p3d:geometryView
12:02:41 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 0)! MoveName: amovpercmstpsnonwnondnon_amovpercmstpsraswpstdnon
12:02:41 Warning: looped for animation: ca\anims\characters\data\anim\sdr\mov\erc\wlk\non\non\amovpercmwlksnonwnondf.rtm differs (looped now 1)! MoveName: amovpercmrunsnonwbindf_rfl
12:02:42 "PRELOAD_ Functions\init [[<No group>:0 (FunctionsManager)],any]"
12:02:42 "MPframework inited"
12:02:42 "dayz_preloadFinished reset"
12:02:43 "<infiSTAR.de> updatearmalog callExtension: "
12:02:43 "<infiSTAR.de> Error loading infiSTAR DLL"
12:02:43 "<infiSTAR.de> "
12:02:43 "<infiSTAR.de> "
12:02:43 "<infiSTAR.de> "
12:02:43 "Epoch detected"
12:02:43 "<infiSTAR.de> BIS_fnc_init done - AntiHack STARTING...!"
12:02:43 Warning Message: Script low_admins.sqf not found
12:02:43 Warning Message: Script normal_admins.sqf not found
12:02:43 Warning Message: Script super_admins.sqf not found
12:02:43 Warning Message: Script blacklist.sqf not found
12:02:43 "<infiSTAR.de> iproductVersion: 18-01-2018 18-13-49-v1448 | Server productVersion: ["ArmA 2 OA","ArmA2OA",163,131129] | worldName: Chernarus | dayz_instance: 11 | missionName: DayZ_Epoch_11"
12:02:43 "<infiSTAR.de> start: <infiSTAR.de> iproductVersion: 18-01-2018 18-13-49-v1448 | Server productVersion: ["ArmA 2 OA","ArmA2OA",163,131129] | worldName: Chernarus | dayz_instance: 11 | missionName: DayZ_Epoch_11"
12:02:43 "<infiSTAR.de> _fnc_RandomGen: {
_abc = ['z','y','x','w','v','u','t','s','r','q','p','o','n','m','l','k','j','i','h','g','f','e','d','c','b','a'];
_gen = _abc select (random ((count _abc)-1));
_arr = ['a','d','a','3','3','8','5','2','5','3','5','f','0','a','4','2','c','4','5','1','7','3','3','6','e','5','3','f','6','2','4','2','0'];
for '_i' from 0 to (8+(round(random 3))) do {_gen = _gen + str(round(random 9)) + (_arr select (random ((count _arr)-1)));};
_gen
}"
12:02:43 "<infiSTAR.de> _simple: n1344835a2267123a1465"
12:02:43 "<infiSTAR.de> _dialogIds: e662596737385053082721d"
12:02:43 "<infiSTAR.de> _badtxts: y400f152f43458f82302785"
12:02:43 "<infiSTAR.de> _randvar1: r4326548332352703523f3394"
12:02:43 "<infiSTAR.de> _randvar2: g2a6f5f654f624c13436213"
12:02:43 "<infiSTAR.de> _randvar0: n7e7d5f5e53127f829265"
12:02:43 "<infiSTAR.de> _randvar3: g72584433300d83101a6d"
12:02:43 "<infiSTAR.de> _randvar4: m9232807a65140312584c83"
12:02:43 "<infiSTAR.de> _randvar5: e165a4e3498008185426420"
12:02:43 "<infiSTAR.de> _randvar6: v6366959525144d53828a"
12:02:43 "<infiSTAR.de> _randvar8: q1323020c7597713511256763"
12:02:43 "<infiSTAR.de> _randvar9: s82751272374564325353573e"
12:02:43 "<infiSTAR.de> _randvar11: z8d85122225536405123365"
12:02:43 "<infiSTAR.de> _randvar12: h440204444833131255"
12:02:43 "<infiSTAR.de> _randvar13: f03941a406184855d20506f95"
12:02:43 "<infiSTAR.de> _randvar19: p1617523c64303c8347"
12:02:43 "<infiSTAR.de> _randvar27: b6374578423637594062584"
12:02:43 "<infiSTAR.de> _randvar26: s6612147f3d4a6a353a"
12:02:43 "<infiSTAR.de> _randvar25: h662213042f667a553514"
12:02:43 "<infiSTAR.de> _randvar31: u8a138e6500445323225575"
12:02:43 "<infiSTAR.de> _randvar33: f4514855335373c73108f63"
12:02:43 "<infiSTAR.de> _randvar34: q53140a28752345342570333d"
12:02:43 "<infiSTAR.de> _randvar35: y149f2a45523525655f4d655c"
12:02:43 "<infiSTAR.de> _randvar36: v428a0d9283041335634a58"
12:02:43 "<infiSTAR.de> _randvar37: t988452129441825853537258"
12:02:43 "<infiSTAR.de> _randvar39: g3730321f42624e1a73429c"
12:02:43 "<infiSTAR.de> _clickOnMapTimer: x26374c23742502925a72"
12:02:43 "<infiSTAR.de> _clickOnMapCaught: z80872263281355646330"
12:02:43 "<infiSTAR.de> _fnc_handlerandvar10: j7e2a181f7e24668a8a"
12:02:43 "<infiSTAR.de> _remark: g7f32531f135385444a45"
12:02:43 "<infiSTAR.de> _AHpos: e7f65441a233282829376"
12:02:43 "<infiSTAR.de> _loadedcheckpos: v92355243322378388c956583"
12:02:43 "<infiSTAR.de> _loadedchecktime: u1a7594558503554e7365"
12:02:43 "<infiSTAR.de> _MenuChecksRunningx: v9c3a13113326838530520f30"
12:02:43 "<infiSTAR.de> _oneachframe: j744410953361852f2572"
12:02:43 "<infiSTAR.de> _anotherloop: s132533743a471654809693"
12:02:43 "<infiSTAR.de> _clientoncetwo: y85532666767f351394557335"
12:02:43 "<infiSTAR.de> _lastUnlock: o8f07383a4d238534850592"
12:02:43 "<infiSTAR.de> _AdminReqCheck: s826743738262136328923484"
12:02:43 "<infiSTAR.de> _antidupeCheckVar: w83458323254603323e2a3696"
12:02:43 "<infiSTAR.de> _antiantihack1_rndvar: s50427105767585650542"
12:02:43 "<infiSTAR.de> _antiantihack2_rndvar: p76326e426a6f412e337367"
12:02:43 "<infiSTAR.de> _antidupePVResVar: u733f22426012915a12"
12:02:43 "<infiSTAR.de> _antidupePVCheckVar: PVAHR_0_g2a45923465438a957235"
12:02:43 "<infiSTAR.de> _randvar10: PVAHR_0_v13846d366513329a737a4f"
12:02:43 "<infiSTAR.de> AntiHack LOADED!"
12:02:43 "<infiSTAR.de> CREATING AdminMenu"
12:02:43 "<infiSTAR.de> AdminMenu LOADED!"
12:02:43 "<infiSTAR.de> ADDING SERVERSIDE HANDLERS"
12:02:43 "<infiSTAR.de> AntiHack FULLY LOADED"
12:02:45 "extDB: Connected to database."
12:02:53 "<infiSTAR.de> starting main server loop"
12:02:56 "[SIPTH]: Loading Skalisty Island Pirate's Treasure Hunt"
12:02:57 "[SIPTH]: Loaded"
12:02:57 "Loading custom server compiles"
12:02:57 "Deploy Anything: loading version 2.8.2 ..."
12:02:57 "Deploy Anything: adding deployables to safe vehicle list..."
12:02:58 "HIVE: Starting"
12:02:58 ["TIME SYNC: Local Time set to:",[2012,8,2,13,2],"Fullmoon:",true,"Date given by HiveExt.dll:",[2018,2,3,13,2]]
12:02:58 "HIVE: trying to get objects"
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsZoomInit'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMin'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.distanceZoomMax'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsFlare'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsID'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.opticsPPEffects'.
12:02:58 Warning Message: No entry 'bin\config.bin/CfgWeapons.5Rnd_127x99_as50'.
12:02:58 Warning Message: No entry '.scope'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: Error: creating weapon 5Rnd_127x99_as50 with scope=private
12:02:58 Warning Message: No entry '.displayName'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.nameSound'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.type'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.picture'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.Library'.
12:02:58 Warning Message: No entry '.libTextDesc'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.model'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.simulation'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.fireLightDuration'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.fireLightIntensity'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.weaponLockDelay'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.weaponLockSystem'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.cmImmunity'.
12:02:58 Warning Message: '/' is not a value
12:02:58 Warning Message: No entry '.lockingTargetSound'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 Warning Message: No entry '.lockedTargetSound'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 Warning Message: No entry '.muzzles'.
12:02:58 Warning Message: Size: '/' not an array
12:02:58 "<infiSTAR.de> Player-Log: demon() - 0h 00min"
12:02:59 "<infiSTAR.de> Player-Log: drugoi() - 0h 00min | ******ADMIN******"
12:02:59 "HIVE: found 346 objects"
12:02:59 "HIVE: Request sent"
12:02:59 "HIVE: Streamed 346 objects"
12:03:00 "Res3tting B!S effects..."
12:03:00 "SERVER FPS: 40  PLAYERS: 2"
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsZoomInit'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.distanceZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.distanceZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsFlare'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsDisablePeripherialVision'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsID'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.opticsPPEffects'.
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsZoomInit'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.distanceZoomMin'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.distanceZoomMax'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsFlare'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsDisablePeripherialVision'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsID'.
12:03:01 Warning Message: '/' is not a value
12:03:01 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.opticsPPEffects'.
12:03:02 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:02 Warning Message: No entry '.picture'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.scope'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:02 Warning Message: No entry '.displayName'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.displayNameShort'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.nameSound'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.Library'.
12:03:02 Warning Message: No entry '.libTextDesc'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.type'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.count'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.maxLeadSpeed'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.initSpeed'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.reloadAction'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.modelSpecial'.
12:03:02 Warning Message: '/' is not a value
12:03:02 Warning Message: No entry '.ammo'.
12:03:02 Warning Message: '/' is not a value
12:03:04 "HIVE: BENCHMARK - Server_monitor.sqf finished streaming 346 objects in 5.572 seconds (unscheduled)"
12:03:04 "Total Number of spawn locations 6"
12:03:14 "DEBUG: Spawning a care package (Misc_cargo_cont_net3) at [7056.73,8466.68,0] with 9 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [10417.9,8480.22,0] with 6 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [8046.31,12058.4,0] with 7 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [9772.74,11624.7,0] with 3 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net1) at [7614.14,12228.3,0] with 6 items."
12:03:15 "DEBUG: Spawning a care package (Misc_cargo_cont_net2) at [7404.59,10756.6,0] with 7 items."
12:03:15 "CRASHSPAWNER: Starting crash site spawner. Frequency: 25±20 min. Spawn chance: 0.75"
12:03:15 "CRASHSPAWNER: Spawning crash site (CrashSite_EU) at [10504,7956.73,0] with 8 items."
12:03:16 "HIVE: Vehicle Spawn limit reached!"
12:03:16 "HIVE: Spawning # of Debris: 0"
12:03:16 "HIVE: Spawning # of Ammo Boxes: 3"
12:03:16 "HIVE: Spawning # of Veins: 50"
12:03:17 "HIVE: BENCHMARK - Server finished spawning 0 DynamicVehicles, 0 Debris, 3 SupplyCrates and 50 MineVeins in 13.518 seconds (scheduled)"
12:03:17 "EPOCH EVENTS INIT"
12:03:18 "CLEANUP: INITIALIZING Vehicle SCRIPT"
12:03:18 "WAI: AI Config File Loaded"
12:03:18 "=== [IBEN WAI AUTOCLAIM ADDON, v1.0] || DEBUG [customsettings.sqf] >> Addon relative root >> [z\addons\dayz_server\WAI]"
12:03:18 "WAI: Custom Config File Loaded"
12:03:18 "WAI: AI Monitor Started"
12:03:18 "WAI: Initialising static missions"
12:03:18 "WAI: Initialising missions"
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 Warning Message: Bad vehicle type Random
12:03:18 "WAI: Spawned a group of 8 AI (Bandit) at [13578.3,3105.64,0.001]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4473.35,8569.33,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4414.82,8502.65,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4372.95,8604.39,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.useModelOptics'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Scope.memoryPointCamera'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.useModelOptics'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD/OpticsModes/Ironsights.memoryPointCamera'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4074.42,8627.63,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4057.66,8591.54,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4065.57,8607.28,0]"
12:03:19 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:19 Warning Message: No entry '.picture'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.scope'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:19 Warning Message: No entry '.displayName'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.displayNameShort'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.nameSound'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.Library'.
12:03:19 Warning Message: No entry '.libTextDesc'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.type'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.count'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.maxLeadSpeed'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.initSpeed'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.reloadAction'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.modelSpecial'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: No entry '.ammo'.
12:03:19 Warning Message: '/' is not a value
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4069.5,8618.46,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4034.11,8598.19,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4046.56,8583.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4079.74,8591.79,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4102.69,8618.41,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4164.83,8626.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4182.17,8569.63,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4213.05,8436.2,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4389.47,8677.58,0]"
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 Warning Message: Bad vehicle type Random
12:03:19 "WAI: Spawned a group of 2 AI (Bandit) at [4235.2,8427.53,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: No entry 'bin\config.bin/CfgMagazines.45Rnd_545x39_RPK'.
12:03:20 Warning Message: No entry '.picture'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.scope'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: Error: creating magazine 45Rnd_545x39_RPK with scope=private
12:03:20 Warning Message: No entry '.displayName'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.displayNameShort'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.nameSound'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.Library'.
12:03:20 Warning Message: No entry '.libTextDesc'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.type'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.count'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.maxLeadSpeed'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.initSpeed'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.reloadAction'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.modelSpecial'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: No entry '.ammo'.
12:03:20 Warning Message: '/' is not a value
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4260.44,8431.77,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4344.12,8348.69,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4390.74,8376.76,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4399.19,8519.48,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4406,8555.97,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4445.71,8499.4,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4513.37,8444.32,0]"
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 Warning Message: Bad vehicle type Random
12:03:20 "WAI: Spawned a group of 2 AI (Bandit) at [4524.33,8593.15,0]"
12:03:21 Warning Message: Bad vehicle type Random
12:03:21 Warning Message: Bad vehicle type Random
12:03:21 "WAI: Spawned a group of 2 AI (Bandit) at [4431.11,8652.11,0]"
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.useModelOptics'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Scope.memoryPointCamera'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.useModelOptics'.
12:03:21 Warning Message: '/' is not a value
12:03:21 Warning Message: No entry 'bin\config.bin/CfgWeapons/SVD_PSO1_DZ/OpticsModes/Ironsights.memoryPointCamera'.
12:03:21 Warning Message: '/' is not a value
12:03:22 "WAI: Spawned in 19 M2StaticMG"
12:03:22 "WAI: Static mission loaded"
12:04:38 "<infiSTAR.de> CONNECTLOG: CONNECT - drugoi()"
12:04:49 "INFO - Player: PID#3(drugoi)(UID:/CID:270) Status: LOGGING IN"
12:04:49 "INFO - Player: PID#3(drugoi)(UID:/CID:270) Status: LOGIN PUBLISHING, Location Stary Sobor @065070"
12:04:50 "infiSTAR.de fnc_AdminFirstReq: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:04:50 "infiSTAR.de ******ADMIN-LOGIN******: drugoi()"
12:04:50 "infiSTAR.de fnc_AdminReqProceed: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:04:51 "INFO - Player: drugoi(UID:/CID) Status: CLIENT LOADED & PLAYING"
12:04:57 "<infiSTAR.de> CONNECTLOG: CONNECT - Luger1993(76561198060364797)"
12:04:57 "<infiSTAR.de> Player-Log: Luger1993(76561198060364797) - 0h 00min"
12:04:58 "INFO: Cannot Sync Character drugoi near respawn_west [-18700,25800,3.05176e-005]. This is normal when relogging or changing clothes."
12:05:02 "B 1-1-B:1 (drugoi) REMOTE, SafeZoneState, [0], 3"
12:05:02 "<infiSTAR.de> SAFEZONELOG: drugoi() -    Left SafeZone @812895"
12:05:03 "INFO - Player: PID#5(Luger1993)(UID:76561198060364797/CID:507) Status: LOGGING IN"
12:05:04 Server: Object 5:9 not found (message 94)
12:05:04 "INFO - Player: PID#5(Luger1993)(UID:76561198060364797/CID:507) Status: LOGIN PUBLISHING, Location Vybor @044067"
12:05:05 "INFO - Player: Luger1993(UID:76561198060364797/CID:507) Status: CLIENT LOADED & PLAYING"
12:05:11 Client: Remote object 3:8 not found
12:05:22 "<infiSTAR.de> CONNECTLOG: CONNECT - drugoi(76561198150538008)"
12:05:33 "INFO - Player: PID#3(drugoi)(UID:76561198150538008/CID:270) Status: LOGGING IN"
12:05:33 Server: Object 3:19 not found (message 94)
12:05:33 "<infiSTAR.de> CONNECTLOG: CONNECT - __SERVER__()"
12:05:33 "INFO - Player: PID#3(drugoi)(UID:/CID:) Status: LOGIN PUBLISHING, Location Stary Sobor @065070"
12:05:33 "<infiSTAR.de> CONNECTLOG: CONNECT - demon(76561198060389310)"
12:05:35 "B 1-1-C:1 (Luger1993) REMOTE, SafeZoneState, [0], 5"
12:05:35 "<infiSTAR.de> SAFEZONELOG: Luger1993(76561198060364797) -    Left SafeZone @044067"
12:05:37 "infiSTAR.de fnc_AdminFirstReq: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:05:37 "infiSTAR.de ******ADMIN-LOGIN******: drugoi()"
12:05:37 "infiSTAR.de fnc_AdminReqProceed: [1234,B 1-1-B:1 (drugoi) REMOTE,""]"
12:05:37 "INFO - Player: drugoi(UID:/CID:) Status: CLIENT LOADED & PLAYING"
12:05:40 "B 1-1-B:1 (drugoi) REMOTE, SafeZoneState, [0], 3"
12:05:40 "<infiSTAR.de> SAFEZONELOG: drugoi() -    Left SafeZone @065070"
12:05:41 "INFO - Player: PID#4(demon)(UID:76561198060389310/CID:506) Status: LOGGING IN"
12:05:42 "INFO - Player: PID#4(demon)(UID:76561198060389310/CID:506) Status: LOGIN PUBLISHING, Location Vybor @044067"
12:05:42 Server: Object info 2:14 not found during Changing Owner
12:05:42 Server: Object info 2:1 not found during Changing Owner
12:05:53 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi G_o_d ON"
12:05:53 "<infiSTAR.de> AdminLog: 0h 00min | drugoi G_o_d ON"
12:05:56 "infiSTAR.de fnc_AdminFirstReq: [3,B 1-1-B:1 (drugoi) REMOTE,true]"
12:05:56 "infiSTAR.de fnc_AdminReqProceed: [3,B 1-1-B:1 (drugoi) REMOTE,true]"
12:05:56 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi Invisibility Activated"
12:05:56 "<infiSTAR.de> AdminLog: 0h 00min | drugoi Invisibility Activated"
12:05:58 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi TP infront of you ON"
12:05:58 "<infiSTAR.de> AdminLog: 0h 00min | drugoi TP infront of you ON"
12:05:59 "INFO - Player: demon(UID:76561198060389310/CID:506) Status: CLIENT LOADED & PLAYING"
12:06:02 "infiSTAR.de PVAH_WriteLog: B 1-1-B:1 (drugoi) REMOTE   drugoi PlayerMarkers Activated"
12:06:02 "<infiSTAR.de> AdminLog: 0h 00min | drugoi PlayerMarkers Activated"
12:06:04 "B 1-1-A:1 (demon) REMOTE, SafeZoneState, [0], 4"
12:06:04 "<infiSTAR.de> SAFEZONELOG: demon(76561198060389310) -    Left SafeZone @044067"
12:06:06 "<infiSTAR.de> VEHICLE_DESTROYED: Vehicle destroyed @045068 - M2StaticMG, worldspace [130.999,[4542.36,8515.36,0.0751038]], CharId 0, objID 0, objUID 0, nearby ["Luger1993 (76561198060364797)","demon (76561198060389310)"]"
 

there are errors in the weapons config no such weapons.
 

Update the files on your server. It doesn't recognize the new SVD models among other things.

Link to comment
Share on other sites

Update

I have combined the Epoch and Overpoch versions of this mod to make it easier to update. Download link in the first post adjusted.

New feature - You can use a single position for a mission that is spawned dynamically. I have put the code you need to use in the mission example.

The single position feature uses a new function called wai_validSpotCheck added to position_functions.sqf that includes the mission marker check as well as Salival's player near check.

I also added an enableFlies check in aimonitor.sqf so that the server does not broadcast to all clients when flies are disabled. Flies are disabled in Epoch by default.

I made a new array of 205 static spawn points for Chernarus if you want to use that feature.

Link to comment
Share on other sites

Very nice Jason, That static dynamic point position will come in handy.

Can you also add maybe make a toggle the 'feature-bug' thingy about m2 gunners not giving humanity when u kill them?

I mean static mission usually have lots of m2 gunners, half the humanity is gained from there

Link to comment
Share on other sites

1 hour ago, totis said:

Very nice Jason, That static dynamic point position will come in handy.

Can you also add maybe make a toggle the 'feature-bug' thingy about m2 gunners not giving humanity when u kill them?

I mean static mission usually have lots of m2 gunners, half the humanity is gained from there

I'll take a look at it.

Link to comment
Share on other sites

These:

Quote

10:52:02   Error Undefined variable in expression: _magazine

10:52:02 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 118

10:52:02 Error in expression <{ _unarmed = true; };

};

};


 

_weapon 	= _aiweapon call BIS_fnc_selectRandom;

_ma>

10:52:02   Error position: <_aiweapon call BIS_fnc_selectRandom;

_ma>

10:52:02   Error Undefined variable in expression: _aiweapon

10:52:02 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 95
Quote

10:52:01   Error Undefined variable in expression: _aiweapon

10:52:01 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 95

10:52:02 Error in expression <un == "random") 	exitWith { _aiweapon = ai_wep_random call BIS_fnc_selectRandom;>

10:52:02   Error position: <ai_wep_random call BIS_fnc_selectRandom;>

10:52:02   Error Undefined variable in expression: ai_wep_random

10:52:02 File z\addons\dayz_server\WAI\compile\spawn_static.sqf, line 90

10:52:02 Error in expression < from 1 to _mags do {

_unit addMagazine _magazine;

};

My weapons array looks like this. I dont think i have an error there, can you spot anything?

https://pastebin.com/08GDRgnc

Link to comment
Share on other sites

31 minutes ago, totis said:

These:

My weapons array looks like this. I dont think i have an error there, can you spot anything?

https://pastebin.com/08GDRgnc

I don't understand what you did there. You moved the Overwatch weapons outside the   if (WAI_Overpoch)  section. Those weapons are supposed to be grouped together. Are you running an Overpoch server?

Link to comment
Share on other sites

3 minutes ago, totis said:

I dont want specific guns and my old array all were mixed.

If i use only the If overpoch array mixed with epoch would it work u think?

 

The ai and crates get weapons from the random list below unless a specific array is called in the mission itself. This list includes array names from above.

 ai_wep_random               = [ai_wep_assault,ai_wep_sniper,ai_wep_machine,ai_wep_owacr,ai_wep_owak,ai_wep_owspare,ai_wep_owacrsd,ai_wep_owscar,ai_wep_owsmg,ai_wep_owsniper,ai_wep_owtar,ai_wep_owmas,ai_wep_owlmg,ai_wep_owhk417,ai_wep_owhk416,ai_wep_owg36,ai_wep_owdmr];

If you don't want an entire array of weapons like ai_wep_owacr, then remove it from this list and they won't be used. If you don't want specific guns, like "vil_RPK75_Romania", then remove the individual classnames from the other arrays.

Link to comment
Share on other sites

    _crate             = createVehicle [_crate_type,[(_position select 0) - 20,(_position select 1) - 20,0], [], 0, "CAN_COLLIDE"];

Example of code of mv22 mission.

the -20 u see in the code is the distance of the crate in meters to spawn away from center. Adjust that so crate is further away from the vehicle

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...