Bot mf area issues

how do i get them to clear some areas rather than just opening chests and killing unq/boss/etc?
id like for them to fully clear places such as both put levels, river of flame, maso, etc.

Config.ClearType = 0; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all

Also there is a new add which is disabled by defaut:

// Clear while traveling during bot scripts
// You have two methods to configure clearing. First is simply a spectype to always clear, in any area, with a default range of 30
// The second method allows you to specify the areas in which to clear while traveling, a range, and a spectype. If area is excluded from this method,
// all areas will be cleared using the specified range and spectype
// Config.ClearPath = 0; // Monster spectype to kill while traveling. 0xF = skip normal, 0x7 = champions/bosses, 0 = all
// Config.ClearPath = {
// 	Areas: [74], // Specific areas to clear while traveling in. Comment out to clear in all areas
// 	Range: 30, // Range to clear while traveling
// 	Spectype: 0, // Monster spectype to kill while traveling. 0xF = skip normal, 0x7 = champions/bosses, 0 = all
// };

ty sheep.
i happened across this line last night after making the post.