kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
346 stars 332 forks source link

Use keys to farm organs #1176

Open Anixs opened 5 years ago

Anixs commented 5 years ago

I'm trying to look through the script, but I'm not equipped to mess too in-depth with it. My goal is to have the bot do its normal farming, and IF it has the 3 sets of keys, make the portals, and get organs. I dont want it to make trist and die erm try to get a torch. I dont want it to mule, and i dont want it to "wait for mules". Just a "check" for the keys, and if, farm the organs.

If this is too much for the bot, or isnt possible, just lmk.

Thanks.

mrandros commented 5 years ago

Scripts.OrgTorch = true; Config.OrgTorch.MakeTorch = true; // Convert organ sets to torches Config.OrgTorch.WaitForKeys = true; // Enable Torch System to get keys from other profiles. See libs/TorchSystem.js for more info Config.OrgTorch.WaitTimeout = 10; // Time in minutes to wait for keys before moving on Config.OrgTorch.UseSalvation = true; // Use Salvation aura on Mephisto (if possible) Config.OrgTorch.GetFade = false; // Get fade by standing in a fire. You MUST have Last Wish or Treachery on your character being worn.

You can set MakeTorch to false, and it just make organs. Also set WaitForKeys to false, and it wont wait

Anixs commented 5 years ago

I'll give it a whirl and see what happens. Thank you @mrandros