Barrel questFixed

is it possible to add smashing barrels as a quest ?

HI,
Maybe I'm doing something wrong, but it works for me.

....................................................................
 "Разбейте 10 бежевых(розовых) бочек": {
        "QuestName": "Разбейте 10 бежевых(розовых) бочек",
        "Description": "Разбейте 10 бежевых(розовых) бочек, можно найти на кучах мусора вдоль дороги.",
        "Objective": "loot_barrel_2",
        "ObjectiveName": "loot_barrel_2",
        "AmountRequired": 10,
        "Cooldown": 60,
        "ItemDeduction": false,
        "Rewards": [
...............................................................

I added this to the kill quest.

You will need to correct the configuration in the plugin itself and enter a short name starting at line 738.

            AllObjectives[QuestType.Kill] = new List<string>
            {
                "bear",
                "boar",
                "bradleyapc",
                "chicken",
                "horse",
                "stag",
                "wolf",
                "autoturret_deployed",
                "patrolhelicopter",
                "player",
                "scientist",
                "murderer",
		"loot_barrel_1",                      ///             blue barrel
		"loot_barrel_2",                     ///              pink barrel
		"oil_barrel",                          ///               oil )
		"tunneldweller"

legend thanks mate, will give it ago,
cheers!

edit i have it working but am wondering if its possible to add all barrels to one quest ?

Locked automatically