kolton / d2bot-with-kolbot

d2bot game manager by D3STROY3R with kolbot libs by kolton for d2bs
344 stars 333 forks source link

Scripts.Tristram = false; Doesn't work #524

Open franva opened 6 years ago

franva commented 6 years ago

I set it to false, still my bot goes to Tristram

hardcoree commented 6 years ago

pastebin ur whole char config and ill go threw it quick

franva commented 6 years ago

@hardcoree thanks! Here is the list of problems I have:

  1. Disable Tristram doesn't work.
  2. Bot drops items(not in the pickup files), rather than sells them.

` // Sorceress config file

/* Brief instructions:

function LoadConfig() { /* Sequence config

ross-weir commented 6 years ago

Config.Rakanishu.KillGriswold = true;

Griswold is in Tristram

hardcoree commented 6 years ago

Scripts.Rakanishu = true; Config.Rakanishu.KillGriswold = true; <<< put too false

and for the bot picking up items and not selling them if they are not in the pickit list to be kept

Config.FieldID = true; // Identify items in the field instead of going to town. <<< set to false then it will sell the non pickit items if the stats dont meet up with the kolton2.nip

============================================================

i would all suggest put all your charms etc to one side

/* Inventory lock configuration. !!!READ CAREFULLY!!!

franva commented 6 years ago

thanks @hardcoree and @ross-weir you guys are awesome~!~!!!