How to setup Enchant Sorc

How can i setup so my Sorc cast Enchant on party members / minions in town / Outside town?
Wanna have her to enchat all my minions / merc. I dont need her to follow me while farming or auto join games. Is there anything im missing?

Scripts.Enchant = true;
Config.Enchant.Triggers = [“chant”, “cows”, “wps”]; // Chat commands for enchant, cow level and waypoint giving
Config.Enchant.GetLeg = false; // Get Wirt’s Leg from Tristram. If set to false, it will check for the leg in town.
Config.Enchant.AutoChant = true; // Automatically enchant nearby players and their minions
Config.Enchant.GameLength = 20; // Game length in minutes

1 Like

Did you check a bit the Enchant.js?

Enchant.js is an independent sorceress acting by commands, which you can find in these lines https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/bots/Enchant.js#L574-L576

otherwise any sorceress in your team which has at least 1 point in Enchant skill will cast enchant during the precast, to any party members, mercenaries and minions around him.

Hi, i dont even know where to find those. Is that a script that i need to run inside kolbot?

Ok so i did find those lines, however i have no idea what im lookin at or should be doing lol. Also when i start/join a game this is how it looks for me atm.

Does this look right so far ? and is there a command i should type in there once i join/start a game to get the enchant up and running ?

D2BS :: Engina startup complate!
D2BS :: Switched to profile(mine ofc)
D2BS :: Starting D2BotBlank.dbj
D2BS :: Started Console Script
Heartbeat loaded
D2BS :: Starting default.dbj
D2BS :: defualt.dbj running.
Loaded NIP: kolton.nip. Lines: 843. Valid enteries: 338. times: 15 ms
Loaded NIP: LLD.nip. Lines 426. Valid enteries: 169 Time: 16 ms
Bad attack config. Don’t expert your bot to attack.
Starting script: UeserAddon
Start ToolsThread script

  • D2BotBlank can be used only for manual playing, with Manual.js.
  • you didn’t set attack config for your char.
  • UserAddon should be false.

Did you think to start with documentation ?
First of all check the manager setup guide, multibotting guide, character config.

There are also some video links.

In previous post I told you:

  • that Enchant.js is a specific script which make his own games, and act like in its decription
@desc		Enchant other players, open cow portal and give waypoints on command
  • you can use a common sorceress in your team to enchant the team.

Thank you, i got it working now :slight_smile: