This commit is contained in:
Bouletmarc 2024-04-24 23:33:24 -04:00
parent b715e08e4a
commit cd3a0d5cf5
9 changed files with 4 additions and 11 deletions

View File

@ -42,7 +42,7 @@ namespace app
public partial class Form1 : Form
{
public string BotVersion = "V2.55";
public string BotVersion = "V2.56";
public string D2_LOD_113C_Path = "";

View File

@ -123,7 +123,7 @@ namespace app
int LastItemIdentified = 0;
while (Form1_0.InventoryStruc_0.HasUnidItemInInventory() && tries2 < 2)
{
Form1_0.SetGameStatus("TOWN-SHOP-ID");
Form1_0.SetGameStatus("TOWN-SHOP-ID ITEMS");
Form1_0.SetProcessingTime();
if (!Form1_0.Running || !Form1_0.GameStruc_0.IsInGame())
{

View File

@ -211,7 +211,7 @@ namespace app
if (ThisItemName.Contains("Healing")) IsItemHPPotion = true;
if (ThisItemName.Contains("Mana")) IsItemManaPotion = true;
if (ThisItemName.Contains("Rejuvenation")) IsItemRVPotion = true;
if (ThisItemName.Contains("Full Rejuvenation")) IsItemFullRVPotion = true;
if (ThisItemName.Contains("FullRejuvenation")) IsItemFullRVPotion = true;
}
}

View File

@ -248,6 +248,7 @@ namespace app
Form1_0.KeyMouse_0.MouseClicc(itemScreenPos["x"], itemScreenPos["y"]);
Form1_0.WaitDelay(12);
Form1_0.ItemsStruc_0.GetItems(false);
//Form1_0.KeyMouse_0.MouseClicc_RealPos(Form1_0.CenterX, Form1_0.CenterY);
Form1_0.Stash_0.PlaceItem(Form1_0.CenterX, Form1_0.CenterY);
Form1_0.WaitDelay(10);

View File

@ -83,14 +83,6 @@ namespace app
}
}
foreach (var ThisDir in PickItemsPotions)
{
if (ItemName == Regex.Replace(ThisDir.Key, @"[\d-]", string.Empty) && ThisDir.Value)
{
return true;
}
}
//###############
foreach (var ThisDir in PickItemsNormal_ByName)
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.