HearthstoneBot icon indicating copy to clipboard operation
HearthstoneBot copied to clipboard

A (DISCONTINUED) bot for the Blizzard Entertainment game: Hearthstone

Results 34 HearthstoneBot issues
Sort by recently updated
recently updated
newest added

Hello, Could you do some sort of write up or explanation on the nitty gritty specifics behind how HB communicates with the HS client? How to write an injector, how...

Trying to build this with latest Assembly-CSharp.dll copied from the HS folder I get this error: projects\Bot\src\AIBot.cs(91,17): error CS0246: The type or namespace name `MissionID' could not be found. Are...

The AI should be completely redesigned to use the minimax algorithm, via a game simulator, this will be the final goal of the AI subsystem.

enhancement

Currently the mulligan phase, causes errors, and this results in stray "Replaced" messages, that do not disappear. It seems to be a timing issue, namely that mulligan is triggered before...

bug

Currently the bot requires the mouse to be within the battlefield, in order to support attacking. This is a major issue, as it means the bot cannot run in the...

bug
enhancement

According to Pkchu at OwnedCore one will be disconnected, if the mouse is not moved for 30 minuets, while in game, this means botting for extended periods of time require...

enhancement

I have updated the main turn function API to return zero or more actions to take. The bot will then queue these actions and schedule them to be performed. Once...

The bot doesn't seem to recognize when to play the card Molten Giant when it's mana requirement drops.

This bot need more improvement, spells other combo cards are not working properly i mean it using arcane explosion while there is no minion on the battlefield ill update whenever...

The bot keeps trying to play a secret even when the same secret has already been played. It hangs because you're only allowed one specific secret at a time on...