Hi,
I have some problems with the config (see below):
- The \" is shown in the UI including the backslash
- The permission group is not considered, the player is in the group citizenship, but the quest is not shown. Only an empty "" works, but then the quest is shown for all players
- The real showstopper for me: The player should kill four NPCs (from BetterNPC) called Farmer. Farmer is the name from the BetterNPC config and is also shown up in the Logfiles, for example:
Farmer[2503663] was killed by ZiggyS[0123] at (-344.45, 35.27, -38.46)
Could you please check this, thx!
{
"QuestID": 45730,
"QuestDisplayName": "Supermarket Cleanup",
"QuestDisplayNameMultiLanguage": "",
"QuestDescription": "Kill four supermarket \"Employees\"",
"QuestDescriptionMultiLanguage": "",
"QuestMissions": "Kill four supermarket \"Employees\"",
"QuestMissionsMultiLanguage": "",
"QuestPermission": "citizenship",
"QuestType": 6,
"Target": "Farmer",
"IsReturnItemsRequired": true,
"IsMultiLanguage": false,
"ActionCount": 4,
"IsRepeatable": true,
"Cooldown": 57600,
"PrizeList": [
{
"PrizeName": "Supply Signal",
"PrizeType": 0,
"ItemShortName": "supply.signal",
"ItemAmount": 1,
"CustomItemName": "Supply Signal",
"ItemSkinID": 0,
"PrizeCommand": "",
"CommandImageUrl": "",
"IsHidden": false
}
]
}