How to clear the area? I mean really clear

I noticed that ClearAnyArea will only pick and kill champ pack, which make sense, because they have high TC, and better drop

but I dont want to TP into champ pack, especially when I am not strong enough,
I tried to change ClearAnyArea script to kill any monster it found, but not successful,
does anyone know how to do that?

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

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

you tried editing this in your config?

yes, it worked perfectly!