Lite Sorc config

Hey guys I was wondering, what kind of config you guys have for your sorc for chicken/hp/pots/attacks.

I have two sorcs running and they seems to die often or chicken often and I’m wondering if it’s everyone like that or something is wrong with my setup

One sorc is running Tal ammy + armor + belt + griffon eye + spirit + hoto + chain gloves + travs + two sojs
Other sorc is running Mara’s + two sojs + arachnid + eth skulders + spirit + hoto + travs + chain gloves + Griffon eye

Both have cta + spirits on switch

Both lite sorc with eth bugged fortitude + eth infity + eth andy vis.

	Config.AttackSkill[0] = -1; // Preattack skill.
	Config.AttackSkill[1] = 49; // Primary skill to bosses.
	Config.AttackSkill[2] = 53; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
	Config.AttackSkill[3] = 53; // Primary skill to others.
	Config.AttackSkill[4] = 49; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
	Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.
	Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.

	// Low mana skills - these will be used if main skills can't be cast.
	Config.LowManaSkill[0] = -1; // Timed low mana skill.
	Config.LowManaSkill[1] = -1; // Untimed low mana skill.

	/* Potion types for belt columns from left to right.
	 * Rejuvenation potions must always be rightmost.
	 * Supported potions - Healing ("hp"), Mana ("mp") and Rejuvenation ("rv")
	 */
	Config.BeltColumn[0] = "hp";
	Config.BeltColumn[1] = "mp";
	Config.BeltColumn[2] = "rv";
	Config.BeltColumn[3] = "rv";


	/* Minimum amount of potions. If we have less, go to vendor to purchase more.
	 * Set rejuvenation columns to 0, because they can't be bought.
	 */
	Config.MinColumn[0] = 3;
	Config.MinColumn[1] = 3;
	Config.MinColumn[2] = 0;
	Config.MinColumn[3] = 0;

// 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 = true; // Use merc. This is ignored and always false in d2classic.
Config.MercWatch = false; // Instant merc revive during battle.

// Potion settings
Config.UseHP = 75; // Drink a healing potion if life is under designated percent.
Config.UseRejuvHP = 40;  // Drink a rejuvenation potion if life is under designated percent.
Config.UseMP = 30; // Drink a mana potion if mana is under designated percent.
Config.UseRejuvMP = 0; // Drink a rejuvenation potion if mana is under designated percent.
Config.UseMercHP = 75; // Give a healing potion to your merc if his/her life is under designated percent.
Config.UseMercRejuv = 0; // Give a rejuvenation potion to your merc if his/her life is under designated percent.
Config.HPBuffer = 0; // Number of healing potions to keep in inventory.
Config.MPBuffer = 0; // Number of mana potions to keep in inventory.
Config.RejuvBuffer = 0; // Number of rejuvenation potions to keep in inventory.

// Chicken settings
Config.LifeChicken = 10; // Exit game if life is less or equal to designated percent.
Config.ManaChicken = 0; // Exit game if mana is less or equal to designated percent.
Config.MercChicken = 0; // Exit game if merc's life is less or equal to designated percent.
Config.TownHP = 0; // Go to town if life is under designated percent.
Config.TownMP = 0; // Go to town if mana is under designated percent.

from the old d2nt botting builds posted on projectetal.com, maybe you should look to https://web.archive.org/web/20170528151746/http://www.projectetal.com/forums/wiki/?title=iBORGs_iDROID_Lite_ES_Sorc

unfortunately some builds posted on https://web.archive.org/web/20170607140658/http://www.projectetal.com/forums/wiki/?title=Botting_Builds aren’t available on web.archive.org and I haven’t backuped those configs either.

for lite sorceress you should enable

	Config.TeleStomp = true; // Use merc to attack bosses if they're immune to attacks, but not to physical damage

and

	Config.SkipImmune = ["lightning"];

if 1 column belt for hp and mp potions aren’t enough, you should allocate some space in inventory for them

	Config.HPBuffer = x; // Number of healing potions to keep in inventory.
	Config.MPBuffer = y; // Number of mana potions to keep in inventory.

Finally the value

	Config.LifeChicken = 10;

is too low and you should increase it to the default 30 or more to 40

… maybe you should test the chicken in town

	Config.TownHP = 40; // Go to town if life is under designated percent.

be sure that your chars have Energy Shield and Shiver Armor active

I’ve found that while using Stormshield instead of Spirit reduces killing speed, it also greatly increases survivability. That 35% DR is tough to beat. I’d also recommend switching to shako over griff. You get a nice boost to MF, mana, life, and 10% DR (resulting in 45% DR with Stormshield, only 5% from the max 50%), while still getting +2 all skills. You can use this section of your config to make sure you hit all your breakpoints regardless of gear equipped:

// Speedup config. Full packet casting is not recommended for melee skills.
Config.FCR = 0; // 0 - disable, 1 to 255 - set value of Faster Cast Rate.
Config.FHR = 0; // 0 - disable, 1 to 255 - set value of Faster Hit Recovery.
Config.FBR = 0; // 0 - disable, 1 to 255 - set value of Faster Block Recovery.
Config.IAS = 0; // 0 - disable, 1 to 255 - set value of Increased Attack Speed.
Config.PacketCasting = 0; // 0 = disable, 1 = packet teleport, 2 = full packet casting.
Config.WaypointMenu = true;

I switched my two builds to include CoH armor + shako + oculus + 2 bk 5LL rings, still have close to 400mf, doing 30k lite 75 res 2k hp. The build is much more stable I dont die anymore.Also fixed chicken/hp pts etc so thats good to go. Also why should I skip lightning mobs ? I have both inifity on each mercs so that fixes the problem.

One problem I have right now is the bot seem to lag up, its been 2-3 games that it skips act5 completly just says boss not found skip. Maybe I should increase delays ?

I though the speedup config wasn’t working anymore. Any values that are stable? I increased fcr to 160, it is fast as hell can I put to 255 or I could get banned? Can you increase also FHR ? and what is packet casting

thanks for the reply !

check Breakpoints - Diablo Wiki any greater values are useless, regards the fact you can’t get more 200 fcr with common equipment

someone said that “Don’t use packet casting, it only works client side and not server side.”