DayZ
ND-Missions
Zobrazeno 31–40 z 51 položek
< 1  2  3  4  5  6 >
Aktualizace: 25. led. 2022 v 2.19

ADDED

  • new logo (...thx to CONNOR[CDS])

FIXED

  • reference issues
  • fixed walkie-talkie condition. It didn't show messages even with walkie-talkie on

Aktualizace: 24. led. 2022 v 3.56

ADDED

  • option to set up parent of wanted item (NPC quests) by variable "WantedItemAllowedType". Check the example below.

FIXED

  • draining gasoline to canister
  • mission position in 14_prison.json (Land_Wreck_Ikarus didn't block way how was intended)


An example of NPCquests.json

[ { "AssociatedTraders":[3,8], "StartMessage":"#trader_bring_me #item - #pos. #trader_give_you: #reward", "EndMessage":"#item #trader_not_needed #pos", "RepeatStartMessageEvery":600, "MapTitle":"1 x Golf", "Chance":0.02, "Nominal":1, "LifeTime":0, "CoolDown":900, "HideWantedItems":1, "WantedItem":"Hatchback_02", "WantedItemAllowedType":"", "WantedRequiredCount":1, "RewardItem":"CanisterGasoline", "RewardGivenCount":1, "RewardPrice":2, "RewardReputation":0 }, { "AssociatedTraders":[3,8], "StartMessage":"#trader_bring_me #item - #pos. #trader_give_you: #reward", "EndMessage":"#item #trader_not_needed #pos", "RepeatStartMessageEvery":600, "MapTitle":"1 x Golf black", "Chance":0.02, "Nominal":1, "LifeTime":0, "CoolDown":900, "HideWantedItems":1, "WantedItem":"Hatchback_02_Black", "WantedItemAllowedType":"Hatchback_02", "WantedRequiredCount":1, "RewardItem":"CanisterGasoline", "RewardGivenCount":1, "RewardPrice":2, "RewardReputation":0 }, { "AssociatedTraders":[3,8], "StartMessage":"#trader_bring_me #item - #pos. #trader_give_you: #reward", "EndMessage":"#item #trader_not_needed #pos", "RepeatStartMessageEvery":600, "MapTitle":"1 x Golf blue", "Chance":0.02, "Nominal":1, "LifeTime":0, "CoolDown":900, "HideWantedItems":1, "WantedItem":"Hatchback_02_Blue", "WantedItemAllowedType":"Hatchback_02", "WantedRequiredCount":1, "RewardItem":"CanisterGasoline", "RewardGivenCount":1, "RewardPrice":2, "RewardReputation":0 } ]

Aktualizace: 22. led. 2022 v 7.32

FIXED

  • fixed compatibility with cooking mod

Aktualizace: 18. led. 2022 v 13.31

ADDED

  • added Radioactive Decontamination Spray. Just add new item to types.xml "alp_DecontaminationSpray". You can see an example below.

FIXED

  • fixed trader bug (thanks for feedback to Demogorn and Baron)
  • fixed NPC quest bug (thanks for feedback to Willis)

<type name="alp_DecontaminationSpray"> <nominal>4</nominal> <lifetime>7200</lifetime> <restock>0</restock> <min>2</min> <quantmin>-1</quantmin> <quantmax>-1</quantmax> <cost>100</cost> <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/> <category name="tools"/> <tag name="floor"/> <tag name="shelves"/> <usage name="Medic"/> </type>

Aktualizace: 17. led. 2022 v 16.36

FIXED

  • hotfix "NPC quests". It should work now as was intended before ;)

Aktualizace: 16. led. 2022 v 9.50

ADDED

  • option to share stock. It could be set up by adjusting variable "CentralStock" in Stock_X.json. See more in wiki here[github.com]
  • NPC quests. Copy default file "Addon/Next-Days/MissionSystem/NPCquests.json" to your folder "YourServerProfileFolder/Next-Days/MissionSystem/". Adjust or add new variable in file "ND_0_MS_trader.json"
    "QuestNominal": 2,
    . More info about NPCquests.json is here[github.com]

CHANGED

  • all weapons could be sell with attachmenst (its value affects final price of course)

FIXED

  • many minor bugs

Aktualizace: 3. led. 2022 v 2.39

I apologize for the more frequent update. The mod is still tuned

FIXED

  • issues with overriding categories
  • issues with selling items when trader doesn't have any this item on stock

Aktualizace: 2. led. 2022 v 15.11

FIXED

  • vehicles behaviours
  • issues with creating "Items_NOTSYNC.json"

Aktualizace: 1. led. 2022 v 9.04

FIXED

  • vehicles can't be sold
  • server notification ("on connect" event)

Aktualizace: 27. pro. 2021 v 2.55


FIXED

  • reported issues by impu1se