Jump to content

Quest giving rewards for craft and loot before turning them into NPC

Pending 8.5.5

worndead
worndead

Posted

Quests are running commands to grant rewards and also announcing in chat before they are actually completed. My quests are configured so that the items crafted/looted should be physically delivered. It's misleading to players to announce that quests are completed before they've actually been turned in.

 

Example configs:

[ {
    "QuestID": 20564,
    "QuestDisplayName": "Quest name here",
    "QuestDisplayNameMultiLanguage": "",
    "QuestDescription": "Craft and deliver 20x Large Medkits",
    "QuestDescriptionMultiLanguage": "",
    "QuestMissions": "Craft and deliver 20x Large Medkits",
    "QuestMissionsMultiLanguage": "",
    "QuestPermission": "",
    "QuestType": 7,
    "Target": "largemedkit",
    "IsReturnItemsRequired": true,
    "IsMultiLanguage": false,
    "ActionCount": 20,
    "IsRepeatable": false,
    "Cooldown": 0,
    "PrizeList": [
      {
        "PrizeName": "Economics (1000)",
        "PrizeType": 3,
        "ItemShortName": "",
        "ItemAmount": 1,
        "CustomItemName": "",
        "ItemSkinID": 0,
        "PrizeCommand": "deposit 1000 %STEAMID%",
        "CommandImageUrl": "https://assets.umod.org/images/icons/plugin/63603b6623523.png",
        "IsHidden": false
      }
    ]
  },
{
    "QuestID": 77204,
    "QuestDisplayName": "Chocolate Delivery",
    "QuestDisplayNameMultiLanguage": "",
    "QuestDescription": "Regular deliveries of chocolate improve moral support.",
    "QuestDescriptionMultiLanguage": "",
    "QuestMissions": "Loot and deliver 1x Chocolate Bar",
    "QuestMissionsMultiLanguage": "",
    "QuestPermission": "",
    "QuestType": 9,
    "Target": "chocolate",
    "IsReturnItemsRequired": true,
    "IsMultiLanguage": false,
    "ActionCount": 1,
    "IsRepeatable": true,
    "Cooldown": 3600,
    "PrizeList": [
      {
        "PrizeName": "Economics (250)",
        "PrizeType": 3,
        "ItemShortName": "",
        "ItemAmount": 1,
        "CustomItemName": "",
        "ItemSkinID": 0,
        "PrizeCommand": "deposit %STEAMID% 250",
        "CommandImageUrl": "https://assets.umod.org/images/icons/plugin/63603b6623523.png",
        "IsHidden": false
      }
    ]
  }
]

 

1.8m

Downloads

Total number of downloads.

8.1k

Customers

Total customers served.

123k

Files Sold

Total number of files sold.

2.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.