Bots no walking

Bots stay in one place. stopped walking. they can be shot from a bow, even on a hard level

 

I deleted all the files in config and data folder and GuardedCrate.cs, download again the last version and the bots still stay sttoped.

{
"command name": "gcrate",
"enable auto spawning events": true,
"auto start event after x duration": 1800.0,
"message notification settings": {
"enable toast message": false,
"enable chat message": true,
"enable chat prefix": true,
"custom chat message icon (steam64)": 76561############,
"enable gui announcements plugin from umod.org": false,
"gui announcements text color": "White",
"gui announcements background color": "Purple"
},
"zone manager settings": {
"enable ignored zones": false,
"ignore these zone ids, leave empty to exclude all zones": []
}
}

----------------

{
"CrateEventEntries": [
{
"event display name)": "Easy",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 60.0,
"enable marker": true,
"marker color 1": "#32A844",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 8,
"guard spawn config": {
"Name": "Easy Crate",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 200.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
},
{
"event display name)": "Medium",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 120.0,
"enable marker": true,
"marker color 1": "#EDDF45",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 10,
"guard spawn config": {
"Name": "Medium Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 250.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
},
{
"event display name)": "Hard",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 180.0,
"enable marker": true,
"marker color 1": "#3060D9",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 12,
"guard spawn config": {
"Name": "Hard Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "rifle.ak",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 300.0,
"RoamRange": 5.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.15,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
}
]
}

With a roam range of 5.0 they are not going to move much are they ?
Try
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.0,

Hi pookins, thanks for the reply.

I Did what u say, but still the same.

{
"CrateEventEntries": [
{
"event display name)": "Easy",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 60.0,
"enable marker": true,
"marker color 1": "#32A844",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 8,
"guard spawn config": {
"Name": "Easy Crate",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 200.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
},
{
"event display name)": "Medium",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 120.0,
"enable marker": true,
"marker color 1": "#EDDF45",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 10,
"guard spawn config": {
"Name": "Medium Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "smg.mp5",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 250.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.25,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
},
{
"event display name)": "Hard",
"event duration": 1800.0,
"enable lock to player when completing the event": true,
"enable clan tag": true,
"enable auto hacking of crate when an event is finished": true,
"hackable locked crate": 180.0,
"enable marker": true,
"marker color 1": "#3060D9",
"marker color 2": "#000000",
"marker radius": 0.7,
"marker opacity": 0.6,
"enable loot table": false,
"min loot items": 6,
"max loot items": 10,
"enable eliminate all guards before looting": true,
"guard spawn amount": 12,
"guard spawn config": {
"Name": "Hard Guard",
"WearItems": [
{
"ShortName": "hazmatsuit_scientist_peacekeeper",
"SkinID": 0
}
],
"BeltItems": [
{
"ShortName": "rifle.ak",
"SkinID": 0,
"Amount": 1,
"Ammo": null,
"Mods": []
},
{
"ShortName": "syringe.medical",
"SkinID": 0,
"Amount": 10,
"Ammo": null,
"Mods": []
}
],
"Kit": "",
"Health": 300.0,
"RoamRange": 25.0,
"ChaseRange": 40.0,
"SenseRange": 150.0,
"ListenRange": 75.0,
"AttackRangeMultiplier": 8.0,
"CheckVisionCone": false,
"VisionCone": 180.0,
"DamageScale": 1.0,
"TurretDamageScale": 0.25,
"AimConeScale": 0.15,
"HostileTargetsOnly": false,
"DisableRadio": false,
"CanRunAwayWater": true,
"CanSleep": false,
"SleepDistance": 100.0,
"Speed": 8.5,
"AboveOrUnderGround": false,
"Stationary": true,
"MemoryDuration": 30.0
},
"create loot items": []
}
]
}

Merged post

I got it we must change the "Stationary": true, for "Stationary": false,

Ty guys

i make test on different server i mean on test (my pc) and they run without any problems without changing any thing, so i move the plugin to server and first they dont move and the second when crate is haced it saye that i cant open