Sumarit23
Wide-Eyed Newbie

Karma: 0
Posts: 14
|
 |
« Reply #24 on: April 07, 2013, 08:14:28 AM » |
|
I'm not sure it this is a bug or by design... it seems that the variable MaxOpponentStackSize does NOT work on 888 (bot version 6.8.0) :-/
In the hand below the bot calls an allinbet, apparently beliveing that the MaxOpponentStackSize is lower than 3, where in fact it is 24.
Here is what happened, hand history: $100/$200 Blinds No Limit Holdem - Tournament Seat 2 is the button Total number of players : 2 Seat 2: Villain 1. ( $8,872 ) Seat 9: Hero ( $4,628 ) Villain 1. posts small blind [$100] Hero posts big blind [$200] ** Dealing down cards ** Dealt to Hero [ Js, 2s ] Villain 1. raises [$8,772] Hero calls [$4,428] ** Dealing flop ** [ 2c, Qc, 4d ] ** Dealing turn ** [ 7h ] ** Dealing river ** [ 9h ] ** Summary ** Villain 1. shows [ Ad, Qh ] Hero shows [ Js, 2s ] Villain 1. collected [ $9,256 ]
Here is the botlog Shanky Technologies Holdem Version 6.8.0: Hand: Js 2s Players = 1 Fold hands played in session = 66 in timer: players = 1, folds in game= 0, raises = 1, checks = 0, calls = 0, bets = 0, folds = 0 casino = 888, game = No Limit Tourny, BB = 200.00, Pot = 45 BBs, Stack = 4428.00, TI = 1 BBs In Big Blind Default Profile: "Doodle v100", Action = fold force Matching user defined condition at line 1281, Action = call force clicking Call (Hand# 395238355) Villain 1. won $9,256
And here is the line "1281" that made him do this crazy call: when (stacksize < 3 or MaxOpponentStackSize < 3) and raises = 1 call force // call a raise with any 2 cards
so..... is it a bug or by design??
thanks in advance!
|