Using Multiple Char Configs For Same Char

Hey All,

Soooo… I feel like this is going to be dumb but I searched all over readmes, forums, etc.

Basically, I can’t figure out how the different bots choose char configs. Is it just by character name?

I want D2BotLead to use a certain charconfig I have set up for mf runs.

I want D2BotMap to use certain charconfig I have set up for manual play.

I haven’t found where the char config gets chosen in any code. My only solution it to swap out my Sorceress.Playername.js file when I want to move over to the other bot. Or just have a whole other Kolton folder.

Anyways, any help would be much appreciated!

It’s explained in the documentation documentation/CharacterConfig.md at master · blizzhackers/documentation · GitHub

The code itself is in config.js kolbot/Config.js at master · blizzhackers/kolbot · GitHub

1 Like

Hey, thanks for taking the time. I remember seeing that explanation but still didn’t understand how to do what I want.

Do I simply name config file after what I named a bot profile like below?

Class.Profile.js turns into Druid.Manual.js and would be used when I log into a druid with the bot I set up and named like that for manual play?

Sorceress.SorcMF.js would be used when I run my mf bot?

Sorry I’m such an idiot on this. Probably have no place posting on here… thanks again though!

Yup, if your d2bot profile is called Manual it should work.

Name the config files Barbarian.ArnoldBot.js and Barbarian.ArnoldMap.js. This should avoid any character type and naming confusions.

Thank you both so much!

Also, have you tried using custom config found in the config folder? Open it up and it should be pretty self explanitory. You can name a config what ever you want to and link it to a profile or multiple profiles.

Thanks, I’ll check it out today.

I forgot to mention that I got home and was able to do the other stuff. Thanks again!