Code: Select all
local questName = "Grötenwanderung";
local questStatus = getQuestStatus(questName);
printf("Quest-Status: %s", questStatus);With the substring "tenwanderung" it is working well.
p.s: where/how can I find the id's of quests, npcs and items by there german name?