Resurrect mercenary and buy potions

Ok so i got another question now after i figure out the pickit.

How can i setup to always go buy Merc incase mine dies? Some times bot keeps farming without a merc and wont go to town to get a new one.

Something i notice with my Sorc is that i ran out of Mana / HP pots but wont go back to town to get new. I Been looking around but cant find out where i set thatup. any ides ?

These 2 lines should be set to true in char config

	Config.UseMerc = true; // Use merc. This is ignored and always false in d2classic.
	Config.MercWatch = true; // Instant merc revive during battle.

Check this line

	Config.TownCheck = true; // Go to town if out of potions

Ahh thanks! most have missed those :slight_smile: