Does the bot run beachhead maps?  If so, how do you configure it?  My bot is ignoring them.
 
	// Map Tier setting 
	[MapTier] >= "4" && [MapTier] <= "11" # [RunMap] == "true" 
	[Type] == "The Beachhead Harbinger Map" # [RunMap] == "true"
 
	// Map Rarity to Run (Uncommenting means Ignore) 
	// [Rarity] == "Unique" # [IgnoreMap] == "true" 
	// [Rarity] == "Rare" # [IgnoreMap] == "true" 
	// [Rarity] == "Magic" # [IgnoreMap] == "true" 
	// [Rarity] == "Normal" # [IgnoreMap] == "true"