DayZ
PvZmoD_TheDarkHorde
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Liven  [udvikler] 20. apr. 2021 kl. 7:09
Use Heroes and Bandits mod
It is now possible to change Heroes and Bandits « Humanity » when a player kill the Dark Horde master.

You have to set the « Activate_Bandit_And_Heroes_mod_Rewards » value to 1 in Pvz_TheDarkHorde_MainOptions.xml

And add this in the "Actions" section of the « simple.json » file in the Heroes and Bandits profile folder.
{ "Name": "DarkHordeDefeated_DayTime", "Humanity": 100.0 }, { "Name": "DarkHordeDefeated_NightTime", "Humanity": 200.0 },
(of course you can set the "Humanity" you want)


Or if you use the actions.json file from the Bandit and Heroes Github:
{ "Name": "DarkHordeDefeated_DayTime", "Affinity": "hero", "SecondaryAffinity": "none", "Points": 100, "NotifiyPlayer": 1 }, { "Name": "DarkHordeDefeated_NightTime", "Affinity": "hero", "SecondaryAffinity": "none", "Points": 200, "NotifiyPlayer": 1 },
Sidst redigeret af Liven; 20. apr. 2021 kl. 7:28