Dear Kolton and Guys,
got ones More Question abour Grand Charms.
He still using topas,diamond, and skulls ? or does he use any Gem cause i would allow him to use any PGem
I added this Line in my Char Config:
And found this one in Cubing.js
can i change value in >= 95 so only uses Baal and Nila Charms ?
And if he Cubed Skiller with add that is on Pick It File, he would still use Charm Cubing or block it for cubing ? ?
One Question:
on the Pictures that Kolton postet some Pages before,
there was clickbox for Sheduler and Key File ?
is the new Download Base ?
My Kolton Bot - Mater dont have that function.
("d2bot-with-kolbot-master")
€: Ok i see it's the Temp Version.
What is the biggest difference between Master and Temp Version.
and which is better in your opinion.
€2: Seems the Temp Versions are only Files that are Updatet regular. Do I Only have to Copy it and Add and overwrite Existing Files ?
€3: How i can Delete D2BotSharp out od SystemTrayBar ?
I see that Level:91 is Character LvL.
But the Bot uses one of mine Cubed Combat Skiller in Inventory. From Locked Position.
How i can forbid him that. so he only uses Charms in Chest
Allowed Using Gems found.
But how to forbid Using Charms out of locked Inventory Space
got ones More Question abour Grand Charms.
He still using topas,diamond, and skulls ? or does he use any Gem cause i would allow him to use any PGem
I added this Line in my Char Config:
Code:
Config.Recipes.push([Recipe.Reroll.Magic, 605]); // Grand Charm Cubing
can i change value in >= 95 so only uses Baal and Nila Charms ?
And if he Cubed Skiller with add that is on Pick It File, he would still use Charm Cubing or block it for cubing ? ?
Code:
break;
case Recipe.Reroll.Magic: // Hacky solution ftw
this.recipes.push({Ingredients: [Config.Recipes[i][1], "pgem", "pgem", "pgem"], Level: 91, Index: Recipe.Reroll.Magic});
One Question:
on the Pictures that Kolton postet some Pages before,
there was clickbox for Sheduler and Key File ?
is the new Download Base ?
My Kolton Bot - Mater dont have that function.
("d2bot-with-kolbot-master")
€: Ok i see it's the Temp Version.
What is the biggest difference between Master and Temp Version.
and which is better in your opinion.
€2: Seems the Temp Versions are only Files that are Updatet regular. Do I Only have to Copy it and Add and overwrite Existing Files ?
€3: How i can Delete D2BotSharp out od SystemTrayBar ?
I see that Level:91 is Character LvL.
But the Bot uses one of mine Cubed Combat Skiller in Inventory. From Locked Position.
How i can forbid him that. so he only uses Charms in Chest
Allowed Using Gems found.
But how to forbid Using Charms out of locked Inventory Space
Code:
if (((this.recipes[i].Ingredients[j] === "pgem" && ([566, 586, 601] ||[571, 586, 601] || [581, 561, 601] || [566, 576, 601]).indexOf(items[k].classid) > -1) || items[k].classid === this.recipes[i].Ingredients[j]) && this.validItem(items[k], this.recipes[i])) {
// push the item's info into the valid ingredients array. this will be used to find items when checking recipes