Merc Issue

I’m having issues with the Merc. I have merc set to false so that I can do the Moat trick with Mephisto. But after she kills Andariel my sorc goes straight to revive her Merc. I’m not sure what the issue could be?

// Town settings
Config.HealHP = 50; // Go to a healer if under designated percent of life.
Config.HealMP = 0; // Go to a healer if under designated percent of mana.
Config.HealStatus = false; // Go to a healer if poisoned or cursed
Config.UseMerc = false; // Use merc. This is ignored and always false in d2classic.
Config.MercWatch = false; // Instant merc revive during battle.

Do you have that value overwritten in the running scripts, or in Config.js ?

Otherwise if Config.UseMerc = false; -> Town.needMerc() will return false -> Town.reviveMerc() will return true, before reviving merc

Try to update your bot files