Returns the map and floor for a given quest. The argument is the questID, not an index. To convert an index in the quest log use GetQuestLogTitle.
See also Quest functions.
Signature:
mapID, floorNumber = GetQuestWorldMapAreaID(questID)
Arguments:
questID- The quest index to query (number)
Returns:
mapID- The map area id for the given quest (number)floorNumber- The floor for the given map (number)
Examples:
--quest 10985 is called "A Distraction for Akama" --GetQuestWorldMapAreaID(10985) => 473, 0