DayZ
ND-Missions
目前顯示第 31-40 項,共 51 項
< 1  2  3  4  5  6 >
更新:2022 年 1 月 25 日 @ 上午 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

更新:2022 年 1 月 24 日 @ 上午 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 } ]

更新:2022 年 1 月 22 日 @ 上午 7:32

FIXED

  • fixed compatibility with cooking mod

更新:2022 年 1 月 18 日 @ 下午 1: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>

更新:2022 年 1 月 17 日 @ 下午 4:36

FIXED

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

更新:2022 年 1 月 16 日 @ 上午 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

更新:2022 年 1 月 3 日 @ 上午 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

更新:2022 年 1 月 2 日 @ 下午 3:11

FIXED

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

更新:2022 年 1 月 1 日 @ 上午 9:04

FIXED

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

更新:2021 年 12 月 27 日 @ 上午 2:55


FIXED

  • reported issues by impu1se