Every single card is placed on the most right side of the board, no matter it buffs nearby cards or not, what a great way for Blizzard to discover who's botting...
Placement does need some work, as it was something that changed in GvG and the current system worked fine pre-GvG, but the bot does not simply place all minions on the far right.
yeah i noticed that too. Especially in the case of the "defender of argus" its is really dumb and obvious as heck.
botmaker explained how to fix this in the ai thread https://www.thebuddyforum.com/heart...ustom-deck-silverfish-ai-103.html#post1805871
That's not a fix for the issue. Internally, UseAt, does - 1 already to take into account the difference of 0-based and 1-based indices between the HS API and Silverfish. The actual issue comes down to changes in the Hearthstone client post GvG when it comes to the battlefield and card placement. That's why the old SF code worked fine before GvG and now doesn't seem to be correct; the way HS handles the card placement is different. In addition, since we're now using human action rather than calling client functions to place cards, the logic for playing cards is different because of client animations and card sizes. We'll get it sorted out eventually, but the actual issue comes from quite a few things other than an off by one issue in the way we call SF. The next beta version will make some changes to the internal API to get it positioned better.