DayZ
SpawnerBubaku
Showing 1-10 of 28 entries
< 1  2  3 >
Update: 12 Nov, 2023 @ 12:53am

- fix first startup - there is some unknown json limitation

Update: 10 Nov, 2023 @ 5:22am

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

example:

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

Update: 5 Nov, 2023 @ 1:37am

- 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

Update: 17 Feb, 2023 @ 6:55am

- 1.20 fixed startup warnings

Update: 6 Dec, 2022 @ 10:27am

- fixed working hours finally :)

Update: 30 Nov, 2022 @ 5:11am

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

Update: 4 Sep, 2022 @ 1:36am

- added triggerinsider condition (Thx MDC for report)

Update: 1 Aug, 2022 @ 3:31am

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

Update: 9 Jul, 2022 @ 6:33am

- 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

Update: 8 Jul, 2022 @ 1:04am

- added "workinghours": "0-24", <-- from-to
- added "itemrandomdmg": 0, <-- 0/1
- thanks HUEVO for that features idea
- config is automatically updated