Open Holdem
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Rechercher
 
 

Résultats par :
 


Rechercher Recherche avancée

Derniers sujets
» Ou sont-ils
Probleme de fold apres convertion EmptyMar 19 Juin - 6:23 par toto

» problème de code
Probleme de fold apres convertion EmptyVen 14 Juil - 14:17 par muratime

» recherche openholdem
Probleme de fold apres convertion EmptyDim 29 Jan - 10:57 par scl2b

» petite question sur certain terme OH
Probleme de fold apres convertion EmptyJeu 19 Jan - 17:49 par toto

» problème de bouton all in
Probleme de fold apres convertion EmptyJeu 19 Jan - 5:33 par toto

» Oh V9
Probleme de fold apres convertion EmptyMar 6 Déc - 13:43 par TKAP

»  OpenPPL V 1.3.1
Probleme de fold apres convertion EmptyVen 11 Nov - 8:17 par matom

» bonjour
Probleme de fold apres convertion EmptyVen 11 Nov - 8:04 par matom

» NO TRIAL HUD supprimer le message "TRIAL please register" du hud dans pokertracker
Probleme de fold apres convertion EmptyDim 12 Juin - 11:36 par BOTTER

Qui est en ligne ?
Il y a en tout 1 utilisateur en ligne :: 0 Enregistré, 0 Invisible et 1 Invité

Aucun

Le record du nombre d'utilisateurs en ligne est de 37 le Sam 13 Avr - 23:37
Statistiques
Nous avons 155 membres enregistrés
L'utilisateur enregistré le plus récent est Blandelsseattcher

Nos membres ont posté un total de 2282 messages dans 311 sujets
-21%
Le deal à ne pas rater :
LEGO® Icons 10329 Les Plantes Miniatures, Collection Botanique
39.59 € 49.99 €
Voir le deal
Le deal à ne pas rater :
Jeux, jouets et Lego : le deuxième à -50% (large sélection)
Voir le deal

Probleme de fold apres convertion

2 participants

Aller en bas

Probleme de fold apres convertion Empty Probleme de fold apres convertion

Message par BOTTER Mer 17 Oct - 20:02

Voila, j ai remarquer en testant un profil convertie en .ohf que j avais un probleme... quand un pocket 88, peu etre d autre mais ca mais arriver avec un pocket 88, j ai regarder le code mais je comprent pas pourquoi il a folder un pocker 88

[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_StillToAct == 4 || f$OpenPPL_StillToAct == 3 || f$OpenPPL_Button] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 0]) ] ? 2 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_StillToAct == 4 || f$OpenPPL_StillToAct == 3 || f$OpenPPL_Button] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 1]) ] ? 3 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_StillToAct == 4 || f$OpenPPL_StillToAct == 3 || f$OpenPPL_Button] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls > 1]) ] ? 4 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_SmallBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 0]) ] ? 2 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_SmallBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 1]) ] ? 4 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_SmallBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls > 1]) ] ? 6 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_BigBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 0]) ] ? 2 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_BigBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 1] && f$OpenPPL_LastCallerPosition == 2) ] ? 5 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_BigBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls == 1]) ] ? 4 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ ([f$OpenPPL_BigBlind] && [f$OpenPPL_Raises == 0 && f$OpenPPL_Calls > 1]) ] ? 6 * f$RaiseByBigBlinds :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 1 && ![(f$OpenPPL_SmallBlind || f$OpenPPL_BigBlind)] && f$OpenPPL_AmountToCall < 4) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 1 && ![(f$OpenPPL_SmallBlind || f$OpenPPL_BigBlind)] && f$OpenPPL_CallsSinceLastRaise > 0 && f$OpenPPL_AmountToCall < 5) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 1 && [f$OpenPPL_SmallBlind || f$OpenPPL_BigBlind] && f$OpenPPL_LastRaiserPosition > 6 && f$OpenPPL_AmountToCall < 4) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 1 && [f$OpenPPL_SmallBlind || f$OpenPPL_BigBlind] && f$OpenPPL_CallsSinceLastRaise > 0 && f$OpenPPL_AmountToCall < 5) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 1 && [f$OpenPPL_SmallBlind || f$OpenPPL_BigBlind] && f$OpenPPL_AmountToCall == 1) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_None && f$OpenPPL_Raises == 2 && f$OpenPPL_AmountToCall < 5) ] ? f$OpenPPL_Call :
[ ([($88) || ($77)]) ] && [ (f$OpenPPL_BotsLastAction == f$OpenPPL_Call && f$OpenPPL_Raises == 1 && f$OpenPPL_AmountToCall < 6) ] ? f$OpenPPL_Call :
//
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Probleme de fold apres convertion Empty Re: Probleme de fold apres convertion

Message par fold95 Jeu 18 Oct - 3:32

Il faut que tu regarde ton log il y a peut etre eu une erreur de ta tablemap c pas forcement le profil de plus il est preferable de creer des list de main pour que le profil ne soie pas trop lourd.

fold95
Membre

Messages : 313
Date d'inscription : 13/04/2012

Revenir en haut Aller en bas

Probleme de fold apres convertion Empty Re: Probleme de fold apres convertion

Message par BOTTER Jeu 18 Oct - 15:45

Salut fold...désollé du retard. Ok je vais flusher le log et jouer manuellement, quand j aurais un pocket je vais partir le bot pour etre capable d avoir un log pas trop long a regarder... petites question comme ca, quand je vais dans préférence de OH - Log, est ce que tu laisse par default les options ou tu coche aussi error and warning ?

Question

BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Probleme de fold apres convertion Empty Re: Probleme de fold apres convertion

Message par BOTTER Jeu 18 Oct - 21:22

BOTTER a écrit:Salut fold...désollé du retard. Ok je vais flusher le log et jouer manuellement, quand j aurais un pocket je vais partir le bot pour etre capable d avoir un log pas trop long a regarder... petites question comme ca, quand je vais dans préférence de OH - Log, est ce que tu laisse par default les options ou tu coche aussi error and warning ?

Question


AND RESET (num: dealer: 2 cards: 8d8c): Poker Academy Pro
*************************************************************
2012-10-18 21:19:59 - ROUND 1
2012-10-18 21:19:59 - >>> New hand
2012-10-18 21:20:00 - >>> My turn, br=1
2012-10-18 21:20:00 - >>> Chair 3 () posted the sb: $0.50
2012-10-18 21:20:00 - >>> Chair 4 () posted the bb: $1.00
2012-10-18 21:20:02 - 6 8d8c .......... 7 1pair 682 303 15 1 1000 Fold/Check - FOLD 2.50 1.00 1.50 559.94 - FC.RA F... 0.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=6.00 [Line: 8, Col: 23]
dealposition=4.00
nchairsdealtleft=0.00
islist900=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=6.00 [Line: 8, Col: 23]
dealposition=4.00
nchairsdealtleft=0.00
islist900=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=6.00 [Line: 8, Col: 23]
dealposition=4.00
nchairsdealtleft=0.00
islist900=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=0.00 [Line: 13, Col: 1]
f$srai=0.00 [Line: 2, Col: 19]
f$preflop_raise=0.00 [Line: 8, Col: 3]
f$Preflop_React_To_Reraise=0.00 [Line: 1, Col: 56]
f$BettingAction_Raisers_Behind_Us=0.00 [Line: 1, Col: 2]
f$BettingAction_Hero_Did_Already_Act=0.00 [Line: 1, Col: 35]
didrais=0.00
didcall=0.00
didchec=0.00
didswag=0.00
f$Preflop_Multiple_Raisers=0.00 [Line: 1, Col: 42]
nopponentsraising=3.00
f$Preflop_Raiser_And_Callers_In_Front_Of_Me=0.00 [Line: 1, Col: 76]
f$BettingAction_One_Raiser_And_Callers_In_Front_Of_Us=0.00 [Line: 1, Col: 76]
f$BettingAction_Number_Of_Raisers_Preflop=1.00 [Line: 1, Col: 3]
f$Bits_Players_Truely_Raising_Preflop=1.00 [Line: 1, Col: 14]
f$Bits_Players_With_More_Than_One_Bet=1.00 [Line: 11, Col: 35]
bet=1.00
currentbet9=0.00
currentbet8=0.00
currentbet7=0.00
currentbet6=0.00
currentbet5=0.00
currentbet4=1.00
currentbet3=0.50
currentbet2=0.00
currentbet1=0.00
currentbet0=2.50
raisbits1=25.00
nopponentscalling=0.00
f$Preflop_Raiser_In_Front_Of_Me=0.00 [Line: 2, Col: 23]
f$BettingAction_Single_Raiser_Before_Us=1.00 [Line: 1, Col: 69]
f$BettingAction_Number_Of_Raisers_Preflop=1.00 [Cached]
nopponentsraising=3.00
f$Chart_ReRaise=0.00 [Line: 27, Col: 33]
f$dealposition=6.00 [Cached]
f$dealpositionrais=3.00 [Line: 11, Col: 46]
dealpositionrais=3.00
nopponentsseated=5.00
islist13=0.00
didswag=0.00
bblind=1.00
call=2.50
$AA=0.00
$KK=0.00
$QQ=0.00
f$Preflop_Raise_After_Three_Limpers=0.00 [Line: 1, Col: 71]
f$BettingAction_Three_Limpers_Or_More=0.00 [Line: 1, Col: 23]
nopponentscalling=0.00
f$Preflop_Raise_After_Two_Limpers=0.00 [Line: 1, Col: 59]
f$BettingAction_Two_Limpers=0.00 [Line: 1, Col: 23]
nopponentscalling=0.00
f$Preflop_Raise_After_One_Limper=0.00 [Line: 1, Col: 57]
f$BettingAction_One_Limper=0.00 [Line: 1, Col: 23]
nopponentscalling=0.00
f$Preflop_First_In=0.00 [Line: 1, Col: 55]
f$BettingAction_First_In=0.00 [Line: 1, Col: 2]
f$BettingAction_Unraised_Pot=0.00 [Line: 1, Col: 13]
ncallbets=2.50
betround=1.00
call=2.50
f$rais=0.00 [Line: 1, Col: 1]
f$call=0.00 [Line: 11, Col: 19]
f$srai=0.00 [Cached]
f$preflop_call=0.00 [Line: 11, Col: 101]
$AA=0.00
$KK=0.00
didswag=0.00
ncallbets=2.50
balance=559.94
call=2.50
pot=1.50
prwin=0.68
call=2.50
br=1.00
$AA=0.00
$KK=0.00
betround=1.00
***********************
2012-10-18 21:20:07 - ROUND 2
2012-10-18 21:20:10 - Gecko_NL6max.ohf - academy(NOT ATTACHED)
2012-10-18 21:20:10 - TABLE RESET
*************************************************************
2012-10-18 21:20:10 - ! log file closed
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Probleme de fold apres convertion Empty Re: Probleme de fold apres convertion

Message par BOTTER Jeu 18 Oct - 21:26

Il fold un brelan de 777 Shocked

HAND RESET (num: dealer: 5 cards: 9h7h): Poker Academy Pro
*************************************************************
2012-10-18 21:23:58 - ROUND 1
2012-10-18 21:23:58 - >>> New hand
2012-10-18 21:23:58 - >>> My turn, br=1
2012-10-18 21:23:58 - >>> Chair 0 () raised to $1.00
2012-10-18 21:23:58 -
*************************************************************
HAND RESET (num: dealer: 5 cards: 9h7h): Poker Academy Pro
*************************************************************
2012-10-18 21:23:58 - ROUND 1
2012-10-18 21:23:58 - >>> New hand
2012-10-18 21:23:58 - >>> My turn, br=1
2012-10-18 21:23:58 - >>> Chair 0 () raised to $1.00
2012-10-18 21:24:00 - >>> My turn, br=1
2012-10-18 21:24:00 - >>> Chair 3 () called
2012-10-18 21:24:00 - >>> Chair 0 () called
2012-10-18 21:24:02 - 6 9h7h .......... 78 hcard 322 648 30 2 1000 Fold/Check - CHEC 1.00 1.00 4.00 558.94 - FCKRA F... 0.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=0.00 [Line: 13, Col: 1]
f$srai=0.00 [Line: 2, Col: 19]
f$preflop_raise=0.00 [Line: 8, Col: 3]
f$Preflop_React_To_Reraise=0.00 [Line: 1, Col: 56]
f$BettingAction_Raisers_Behind_Us=0.00 [Line: 1, Col: 2]
f$BettingAction_Hero_Did_Already_Act=0.00 [Line: 1, Col: 35]
didrais=0.00
didcall=0.00
didchec=0.00
didswag=0.00
f$Preflop_Multiple_Raisers=0.00 [Line: 1, Col: 42]
nopponentsraising=1.00
f$Preflop_Raiser_And_Callers_In_Front_Of_Me=0.00 [Line: 1, Col: 76]
f$BettingAction_One_Raiser_And_Callers_In_Front_Of_Us=0.00 [Line: 1, Col: 48]
f$BettingAction_Number_Of_Raisers_Preflop=0.00 [Line: 1, Col: 3]
f$Bits_Players_Truely_Raising_Preflop=0.00 [Line: 1, Col: 14]
f$Bits_Players_With_More_Than_One_Bet=0.00 [Line: 11, Col: 35]
bet=1.00
currentbet9=0.00
currentbet8=0.00
currentbet7=0.00
currentbet6=0.00
currentbet5=0.00
currentbet4=0.00
currentbet3=1.00
currentbet2=0.00
currentbet1=0.00
currentbet0=1.00
raisbits1=1.00
f$Preflop_Raiser_In_Front_Of_Me=0.00 [Line: 2, Col: 23]
f$BettingAction_Single_Raiser_Before_Us=0.00 [Line: 1, Col: 45]
f$BettingAction_Number_Of_Raisers_Preflop=0.00 [Cached]
$AA=0.00
$KK=0.00
$QQ=0.00
f$Preflop_Raise_After_Three_Limpers=0.00 [Line: 1, Col: 71]
f$BettingAction_Three_Limpers_Or_More=0.00 [Line: 1, Col: 23]
nopponentscalling=1.00
f$Preflop_Raise_After_Two_Limpers=0.00 [Line: 1, Col: 59]
f$BettingAction_Two_Limpers=0.00 [Line: 1, Col: 23]
nopponentscalling=1.00
f$Preflop_Raise_After_One_Limper=0.00 [Line: 1, Col: 57]
f$BettingAction_One_Limper=1.00 [Line: 1, Col: 39]
nopponentscalling=1.00
ncallbets=1.00
f$Chart_OneLimper=0.00 [Line: 6, Col: 22]
f$dealposition=2.00 [Cached]
islist01=0.00
f$Preflop_First_In=0.00 [Line: 1, Col: 55]
f$BettingAction_First_In=0.00 [Line: 1, Col: 53]
f$BettingAction_Unraised_Pot=1.00 [Line: 1, Col: 13]
ncallbets=1.00
nopponentscalling=1.00
betround=1.00
call=1.00
f$rais=0.00 [Line: 1, Col: 1]
f$call=0.00 [Line: 11, Col: 19]
f$srai=0.00 [Cached]
f$preflop_call=0.00 [Line: 9, Col: 90]
$AA=0.00
$KK=0.00
didswag=0.00
ncallbets=1.00
nopponentscalling=1.00
islist301=0.00
dealposition=2.00
prwin=0.32
call=1.00
br=1.00
$AA=0.00
$KK=0.00
betround=1.00
***********************
2012-10-18 21:24:04 - ROUND 2
2012-10-18 21:24:05 - >>> My turn, br=2
2012-10-18 21:24:05 - >>> Chair 0 () raised to $1.00
2012-10-18 21:24:07 - 6 9h7h 6h7sAs.... 78 1pair 479 492 29 2 1000 Call/Check - CALL 1.00 1.00 4.00 558.94 - FCKRA .C.. 0.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=0.00 [Line: 13, Col: 1]
f$srai=0.00 [Line: 6, Col: 19]
f$flop_raise=0.00 [Line: 3, Col: 28]
f$Initiative_Hero=0.00 [Line: 3, Col: 48]
br=2.00
nbetsround1=1.00
f$Initiative_Villian=0.00 [Line: 1, Col: 9]
br=2.00
didcallround1=0.00
f$Initiative_Nobody=1.00 [Line: 1, Col: 22]
br=2.00
nbetsround1=1.00
f$flop_raise_noaction=0.00 [Line: 40, Col: 38]
f$Position_Early=0.00 [Line: 1, Col: 14]
betposition=2.00
f$Position_Middle=1.00 [Line: 1, Col: 23]
f$Position_Early=0.00 [Cached]
f$Position_Late=0.00 [Line: 1, Col: 14]
nplayersplaying=4.00
betposition=2.00
f$actionpostflop_1=0.00 [Line: 1, Col: 9]
call=1.00
f$actionpostflop_2=1.00 [Line: 1, Col: 34]
didswag=0.00
call=1.00
bblind=1.00
f$prwin=0.49 [Line: 1, Col: 23]
f$threat=0.00 [Line: 1, Col: 51]
f$reducewinchance_when_have_twopair=0.00 [Line: 1, Col: 94]
nrankedcommon=1.00
f$villiantakeover=0.00 [Line: 37, Col: 1]
br=2.00
f$foldequity=0.00 [Line: 88, Col: 1]
f$Initiative_Nobody=1.00 [Cached]
nplayersplaying=4.00
f$AF_flop=0.00 [Line: 18, Col: 1]
call=1.00
pt_rhands=0.00
br=2.00
prtie=0.03
prwin=0.48
betround=2.00
br=2.00
isthreeofakind=0.00
call=1.00
f$rais=0.00 [Line: 1, Col: 1]
f$call=1.00 [Line: 12, Col: 19]
f$srai=0.00 [Cached]
f$committed=0.00 [Line: 8, Col: 27]
f$prwin=0.49 [Cached]
pot=4.00
call=1.00
f$flop_call=1.00 [Line: 1, Col: 32]
f$Odds_and_Outs=1.00 [Line: 1, Col: 25]
f$PotOdds=0.15 [Line: 2, Col: 24]
f$ImpliedOdds=2.88 [Line: 1, Col: 97]
br=2.00
bet4=2.00
nplayersplaying=4.00
nopponentsbetting=1.00
call=1.00
pot=4.00
f$OutOdds=0.11 [Line: 1, Col: 3]
f$nOuts=5.00 [Line: 40, Col: 108]
f$safeboard=1.00 [Line: 1, Col: 60]
nrankedcommon=1.00
nsuitedcommon=2.00
nstraightcommon=2.00
br=2.00
nstraightfill=2.00
nsuited=3.00
nsuitedcommon=2.00
nrankedcommon=1.00
srankhiplayer=9.00
isthreeofakind=0.00
istwopair=0.00
isonepair=1.00
ispair=0.00
nstraightfillcommon=3.00
nstraightcommon=2.00
nstraight=2.00
rankhicommon=14.00
rankhiplayer=9.00
rankloplayer=7.00
br=2.00
prwin=0.48
call=1.00
br=2.00
bblind=1.00
nbetsround1=1.00
pot=4.00
betround=2.00
***********************
2012-10-18 21:24:09 - ROUND 3
2012-10-18 21:24:10 - >>> My turn, br=3
2012-10-18 21:24:10 - >>> Chair 0 () raised to $1.00
2012-10-18 21:24:14 - 6 9h7h 6h7sAs7c.. 78 3kind 878 87 35 2 1000 $4.20 - SWAG 1.00 2.00 6.00 558.94 - FC.RA .C.. 4.20
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=4.20 [Line: 11, Col: 153]
f$srai=1.00 [Line: 7, Col: 19]
f$turn_raise=1.00 [Line: 2, Col: 30]
f$Initiative_Hero=0.00 [Line: 3, Col: 48]
br=3.00
nbetsround2=1.00
didcallround2=1.00
f$Initiative_Villian=1.00 [Line: 2, Col: 56]
br=3.00
didswaground2=0.00
didcallround2=1.00
nbetsround2=1.00
f$turn_raise_noinitiative=1.00 [Line: 32, Col: 38]
f$Position_Early=0.00 [Line: 1, Col: 14]
betposition=2.00
f$Position_Middle=1.00 [Line: 1, Col: 23]
f$Position_Early=0.00 [Cached]
f$Position_Late=0.00 [Line: 1, Col: 14]
nplayersplaying=4.00
betposition=2.00
f$actionpostflop_1=0.00 [Line: 1, Col: 9]
call=1.00
f$actionpostflop_2=1.00 [Line: 1, Col: 34]
didswag=0.00
call=1.00
bblind=1.00
f$prwin=0.90 [Line: 1, Col: 23]
f$threat=0.00 [Line: 2, Col: 51]
f$reducewinchance_when_have_twopair=0.00 [Line: 1, Col: 94]
nrankedcommon=2.00
nplayersround2=4.00
istwopair=0.00
f$villiantakeover=0.00 [Line: 37, Col: 1]
br=3.00
didcallround1=0.00
nbetsround1=1.00
f$foldequity=0.00 [Line: 88, Col: 1]
f$Initiative_Nobody=0.00 [Line: 2, Col: 22]
br=3.00
nbetsround2=1.00
f$AF_turn=0.00 [Line: 60, Col: 1]
call=1.00
pt_rhands=0.00
br=3.00
prtie=0.04
prwin=0.88
betround=3.00
br=3.00
isthreeofakind=1.00
ispair=0.00
f$stackraiser=151.40 [Line: 2, Col: 18]
raischair=0.00
balance0=151.40
f$currentbet_raischair=1.00 [Line: 1, Col: 17]
raischair=0.00
currentbet0=1.00
f$Betsize_Adjusted=4.20 [Line: 97, Col: 34]
br=3.00
nplayersplaying=4.00
bblind=1.00
call=1.00
pot=6.00
call=1.00
bblind=1.00
balance=558.94
f$rais=0.00 [Line: 1, Col: 1]
f$call=1.00 [Line: 4, Col: 19]
f$srai=1.00 [Cached]
prwin=0.88
call=1.00
***********************
2012-10-18 21:24:17 - >>> My turn, br=3
2012-10-18 21:24:17 - >>> Chair 3 () re-raised to $9.50
2012-10-18 21:24:17 - >>> Chair 5 () folded
2012-10-18 21:24:17 - >>> Chair 0 () folded
2012-10-18 21:24:19 - 6 9h7h 6h7sAs7c.. 78 3kind 878 87 35 2 1000 Fold/Check - FOLD 9.50 2.00 27.90 552.74 - FC.RA F... 0.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=0.00 [Line: 13, Col: 1]
f$srai=0.00 [Line: 7, Col: 19]
f$turn_raise=0.00 [Line: 2, Col: 30]
f$Initiative_Hero=0.00 [Line: 3, Col: 48]
br=3.00
nbetsround2=1.00
didcallround2=1.00
f$Initiative_Villian=1.00 [Line: 2, Col: 56]
br=3.00
didswaground2=0.00
didcallround2=1.00
nbetsround2=1.00
f$turn_raise_noinitiative=0.00 [Line: 12, Col: 42]
f$Position_Early=1.00 [Line: 1, Col: 14]
betposition=1.00
f$actionpostflop_1=0.00 [Line: 1, Col: 9]
call=9.50
f$actionpostflop_2=0.00 [Line: 1, Col: 4]
didswag=1.00
f$actionpostflop_3=0.00 [Line: 1, Col: 4]
didswag=1.00
f$actionpostflop_4=0.00 [Line: 1, Col: 4]
didswag=1.00
f$actionpostflop_5=0.00 [Line: 1, Col: 4]
didswag=1.00
f$actionpostflop_6=0.00 [Line: 1, Col: 60]
f$mycurrentbet=0.00 [Line: 3, Col: 17]
userchair=2.00
currentbet2=0.00
didswag=1.00
potcommon=17.40
call=9.50
f$actionpostflop_7=0.00 [Line: 1, Col: 104]
f$mycurrentbet=0.00 [Cached]
didswag=1.00
potcommon=17.40
call=9.50
f$actionpostflop_8=1.00 [Line: 1, Col: 78]
f$mycurrentbet=0.00 [Cached]
didswag=1.00
potcommon=17.40
call=9.50
f$prwin=0.90 [Line: 1, Col: 23]
f$threat=0.00 [Line: 2, Col: 51]
f$reducewinchance_when_have_twopair=0.00 [Line: 1, Col: 94]
nrankedcommon=2.00
nplayersround2=4.00
istwopair=0.00
f$villiantakeover=0.00 [Line: 37, Col: 1]
br=3.00
didcallround1=0.00
nbetsround1=1.00
f$foldequity=0.00 [Line: 88, Col: 1]
f$Initiative_Nobody=0.00 [Line: 2, Col: 22]
br=3.00
nbetsround2=1.00
f$AF_turn=0.00 [Line: 60, Col: 1]
call=9.50
pt_rhands=0.00
br=3.00
prtie=0.04
prwin=0.88
nplayersplaying=2.00
betround=3.00
br=3.00
isthreeofakind=1.00
ispair=0.00
call=9.50
f$rais=0.00 [Line: 1, Col: 1]
f$call=0.00 [Line: 13, Col: 19]
f$srai=0.00 [Cached]
f$committed=0.00 [Line: 17, Col: 52]
f$prwin=0.90 [Cached]
pot=27.90
call=9.50
nplayersplaying=2.00
balance=552.74
f$turn_call=0.00 [Line: 4, Col: 32]
f$Odds_and_Outs=0.00 [Line: 2, Col: 25]
f$PotOdds=0.32 [Line: 2, Col: 24]
f$ImpliedOdds=1.45 [Line: 2, Col: 88]
br=3.00
bet4=2.00
nplayersplaying=2.00
nopponentsbetting=2.00
call=9.50
pot=27.90
f$OutOdds=0.20 [Line: 1, Col: 3]
f$nOuts=9.00 [Line: 40, Col: 108]
f$safeboard=0.00 [Line: 1, Col: 18]
nrankedcommon=2.00
br=3.00
isthreeofakind=1.00
nrankedcommon=2.00
istwopair=0.00
nstraightcommon=2.00
nstraight=2.00
rankhicommon=14.00
rankloplayer=7.00
nsuited=3.00
nsuitedcommon=2.00
br=3.00
f$Initiative_Hero=0.00 [Cached]
f$Initiative_Villian=1.00 [Cached]
f$turn_call_noinitiative=0.00 [Line: 9, Col: 39]
f$Position_Early=1.00 [Cached]
f$actionpostflop_2=0.00 [Cached]
f$actionpostflop_3=0.00 [Cached]
f$actionpostflop_4=0.00 [Cached]
f$actionpostflop_5=0.00 [Cached]
f$actionpostflop_6=0.00 [Cached]
f$actionpostflop_7=0.00 [Cached]
f$actionpostflop_8=1.00 [Cached]
f$prwin1=0.90 [Line: 1, Col: 23]
f$threat=0.00 [Cached]
prtie=0.04
prwin=0.88
prwin=0.88
call=9.50
br=3.00
bblind=1.00
betround=3.00
***********************
2012-10-18 21:24:22 - ROUND 1
2012-10-18 21:24:22 -
*************************************************************
HAND RESET (num: dealer: 5 cards: Qh9s): Poker Academy Pro
*************************************************************
2012-10-18 21:24:22 - ROUND 1
2012-10-18 21:24:22 - >>> New hand
2012-10-18 21:24:22 - >>> My turn, br=1
2012-10-18 21:24:22 - >>> Chair 2 () posted the sb: $0.50
2012-10-18 21:24:22 - >>> Chair 3 () posted the bb: $1.00
2012-10-18 21:24:22 - >>> Chair 4 () called
2012-10-18 21:24:22 - >>> Chair 0 () called
2012-10-18 21:24:24 - >>> My turn, br=1
2012-10-18 21:24:24 - >>> Chair 3 () called
2012-10-18 21:24:24 - >>> Chair 4 () called
2012-10-18 21:24:24 - >>> Chair 5 () folded
2012-10-18 21:24:24 - >>> Chair 0 () called
2012-10-18 21:24:26 - 6 Qh9s .......... 52 hcard 355 613 32 2 1000 Fold/Check - FOLD 1.00 1.00 7.00 552.24 - FC.RA F... 0.00
***** Autoplayer Trace ****
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$play=-1.00 [Line: 1, Col: 2]
f$prefold=0.00 [Line: 6, Col: 48]
f$dealposition=2.00 [Line: 3, Col: 19]
dealposition=2.00
islist07=1.00
f$rebuy=0.00 [Line: 1, Col: 1]
f$delay=0.00 [Line: 1, Col: 1]
f$alli=0.00 [Line: 1, Col: 1]
f$swag=0.00 [Line: 13, Col: 1]
f$srai=0.00 [Line: 2, Col: 19]
f$preflop_raise=0.00 [Line: 8, Col: 3]
f$Preflop_React_To_Reraise=0.00 [Line: 1, Col: 56]
f$BettingAction_Raisers_Behind_Us=0.00 [Line: 1, Col: 2]
f$BettingAction_Hero_Did_Already_Act=0.00 [Line: 1, Col: 35]
didrais=0.00
didcall=0.00
didchec=0.00
didswag=0.00
f$Preflop_Multiple_Raisers=0.00 [Line: 1, Col: 42]
nopponentsraising=1.00
f$Preflop_Raiser_And_Callers_In_Front_Of_Me=0.00 [Line: 1, Col: 76]
f$BettingAction_One_Raiser_And_Callers_In_Front_Of_Us=0.00 [Line: 1, Col: 48]
f$BettingAction_Number_Of_Raisers_Preflop=0.00 [Line: 1, Col: 3]
f$Bits_Players_Truely_Raising_Preflop=0.00 [Line: 1, Col: 14]
f$Bits_Players_With_More_Than_One_Bet=0.00 [Line: 11, Col: 35]
bet=1.00
currentbet9=0.00
currentbet8=0.00
currentbet7=0.00
currentbet6=0.00
currentbet5=0.00
currentbet4=1.00
currentbet3=1.00
currentbet2=0.00
currentbet1=0.00
currentbet0=1.00
raisbits1=1.00
f$Preflop_Raiser_In_Front_Of_Me=0.00 [Line: 2, Col: 23]
f$BettingAction_Single_Raiser_Before_Us=0.00 [Line: 1, Col: 45]
f$BettingAction_Number_Of_Raisers_Preflop=0.00 [Cached]
$AA=0.00
$KK=0.00
$QQ=0.00
f$Preflop_Raise_After_Three_Limpers=0.00 [Line: 1, Col: 71]
f$BettingAction_Three_Limpers_Or_More=0.00 [Line: 1, Col: 23]
nopponentscalling=2.00
f$Preflop_Raise_After_Two_Limpers=0.00 [Line: 1, Col: 59]
f$BettingAction_Two_Limpers=1.00 [Line: 1, Col: 39]
nopponentscalling=2.00
ncallbets=1.00
f$Chart_TwoLimpers=0.00 [Line: 6, Col: 30]
f$Position_UTG1=1.00 [Line: 1, Col: 22]
nchairsdealtleft=3.00
f$Position_UTG2=0.00 [Line: 1, Col: 22]
nchairsdealtleft=3.00
f$Position_CutOff=0.00 [Line: 1, Col: 22]
nchairsdealtleft=3.00
f$Position_Button=0.00 [Line: 1, Col: 22]
nchairsdealtleft=3.00
f$Position_SmallBlind=0.00 [Line: 1, Col: 23]
nchairsdealtright=1.00
f$Position_BigBlind=1.00 [Line: 1, Col: 23]
nchairsdealtright=1.00
islist01=0.00
f$Preflop_Raise_After_One_Limper=0.00 [Line: 1, Col: 57]
f$BettingAction_One_Limper=0.00 [Line: 1, Col: 23]
nopponentscalling=2.00
f$Preflop_First_In=0.00 [Line: 1, Col: 55]
f$BettingAction_First_In=0.00 [Line: 1, Col: 53]
f$BettingAction_Unraised_Pot=1.00 [Line: 1, Col: 13]
ncallbets=1.00
nopponentscalling=2.00
betround=1.00
call=1.00
f$rais=0.00 [Line: 1, Col: 1]
f$call=0.00 [Line: 11, Col: 19]
f$srai=0.00 [Cached]
f$preflop_call=0.00 [Line: 9, Col: 90]
$AA=0.00
$KK=0.00
didswag=0.00
ncallbets=1.00
nopponentscalling=2.00
islist300=0.00
dealposition=2.00
prwin=0.35
call=1.00
br=1.00
$AA=0.00
$KK=0.00
betround=1.00
***********************
2012-10-18 21:24:27 - Gecko_NL6max.ohf - academy(NOT ATTACHED)
2012-10-18 21:24:27 - TABLE RESET
*************************************************************
2012-10-18 21:24:27 - ! log file closed
BOTTER
BOTTER
Admin

Messages : 755
Date d'inscription : 07/04/2012
Localisation : Canada

https://openholdem.forumcanada.org

Revenir en haut Aller en bas

Probleme de fold apres convertion Empty Re: Probleme de fold apres convertion

Message par Contenu sponsorisé


Contenu sponsorisé


Revenir en haut Aller en bas

Revenir en haut

- Sujets similaires

 
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum