DayZ
SpawnerBubaku
29 sonuçtan 1 ile 10 arası gösteriliyor
< 1  2  3 >
Güncelleme: 19 Nis @ 11:20
Güncelleyen: Hunterz

- change structure due 1.28 changes
- config file rename to not lost old one for rewrite
- bubak properties moved to own category

"bubakProps": { "bubaknum": 4, "onlyfilluptobubaknum": 1, "itemrandomdmg": 1, "bubaci": [ "ZmbM_ClerkFat_White", "ZmbM_SoldierNormal" ], "bubakinventory": [ "Screwdriver", "WorkingGloves_Yellow" ] }

Güncelleme: 12 Kas 2023 @ 0:53
Güncelleyen: Hunterz

- fix first startup - there is some unknown json limitation

Güncelleme: 10 Kas 2023 @ 5:22
Güncelleyen: Hunterz

- added trigger dependency (trigger can now depends on multiple triggers)
- config is automatically updated

example:

"triggerdependency": [
"trigger2",
"anothertriggername"
],

Güncelleme: 5 Kas 2023 @ 1:37
Güncelleyen: Hunterz

- fixed problem with spawnradius
- added log messages when commas in position
- added inventory to creatures ( You can define list of items which can be randomly added to creature inventory )
- config is automatically updated

Güncelleme: 17 Şub 2023 @ 6:55

- 1.20 fixed startup warnings

Güncelleme: 6 Ara 2022 @ 10:27

- fixed working hours finally :)

Güncelleme: 30 Kas 2022 @ 5:11

- update default example json
- enabled create json when first run again
- added overridable AdditionalAction() method for hook own code (Thx inkihh for idea)

Güncelleme: 4 Eyl 2022 @ 1:36

- added triggerinsider condition (Thx MDC for report)

Güncelleme: 1 Ağu 2022 @ 3:31

- fixed working hours (Thx Mitch-O for report)

Güncelleme: 9 Tem 2022 @ 6:33

- defaut config is now not created, looks like we found some json limit in dayz
- its needed now copy from mod folder and then edit as you need