getQuestStatus with umlauts
Posted: Mon Jul 18, 2011 3:08 pm
The function getQuestStatus is not working with umlauts, right?
tried with "Grötenwanderung", "Gr\148tenwanderung" and "Gr\148 tenwanderung".
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?
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?