PDA

View Full Version : MadeHandValue



nofolmholdm
01-30-2009, 02:29 PM
Is there a chart, table or reference that describes what each of the MadeHandValue values stands for? I've been able to pick bits and pieces out here and there, but haven't found a definitive reference yet.

Thanks much,
nfh

morny
02-01-2009, 03:58 PM
Escalated to Roy, hell respond asap

nofolmholdm
02-11-2009, 06:01 PM
I know he's busy and this isn't a high priority, but I was wondering if there is an ETA on Roy's response. Frankly, my other post on frequency is of more interest now, as I've been able to infer most of the MadeHandValues by now.

Thanks for your time,

-nfh

morny
02-11-2009, 06:58 PM
Sorry, sometimes a post here and there falls through the cracks, ill remind Roy again

Rvg72
02-12-2009, 02:52 PM
Here are all the values for made hands and draws.

//public enum MadeHandEnum
//{
// 160 TwoCardStraightFlush, 161 OneCardStraightFlush, 162 StraightFlushOnBoard,
// 140 FourOfAKindWithPocketPair, 141 FourOfAKindWithoutPocketPair, 142 FourOfAKindOnBoard,
// 120 FullHouseWithPocketPairNoTripsOnBoard, 121 FullHouseWithPocketPairTripsOnBoard, 122 TwoCardFullHouseWithoutPocketPair, 123 OneCardFullHouseTripsOnBoard, 124 OneCardFullHouseTopPair, 125 OneCardFullHouseBottomPair, 126 FullHouseOnBoard,
// 100 ThreeFlushBoardNutFlush, 101 ThreeFlushBoardHighFlush, 102 ThreeFlushBoardLowFlush, 103 FourFlushBoardNutFlush, 104 FourFlushBoardHighFlush, 105 FourFlushBoardLowFlush, 106 FlushBoardNutFlush, 107 FlushBoardHighFlush, 108 FlushBoardLowFlush,
// 80 TwoCardNutStraight, 81 OneCardNutStraight, 82 TwoCardStraight, 83 OneCardStraight, 84 StraightOnBoard,
// 60 HighSet, 61 SecondSet, 62 LowSet, 63 HighTripsHighKicker, 64 HighTripsLowKicker, 65 SecondTripsHighKicker, 66 SecondTripsLowKicker, 67 LowTripsHighKicker, 68 LowTripsLowKicker,69 TripsOnBoard,
// 40 TopTwoPair, 41 TopPairPlusPair, 42 NonTopTwoPair, 43 TopPairPlusPairedBoard, 44 SecondPairPlusPairedBoard, 45 LowPairPlusPairedBoard, 46 PocketPairOverPairPlusLowerPairedBoard, 47 PocketPairPlusHigherPairedBoard, 48 PocketPairPlusLowerPairedBoard, 49 TwoPairsOnBoard,
// 20 OverPair, 21 SecondPocketPair, 22 LowPocketPair, 23 TopPairTopKicker, 24 TopPairGoodKicker, 25 TopPairWeakKicker, 26 SecondPairAceKicker, 27 SecondPairNonAceKicker, 28 BottomPairAceKicker, 29 BottomPairNonAceKicker, 30 PairedBoardTwoOvercards, 31 PairedBoardOneOvercard, 32 PairedBoardNoOvercards,
// 10 TwoOvercards, 11 OneOvercard, 0 NoOvercards
//}

//public enum FlushDrawEnum
//{
// 1 TwoCardNutFlushDraw,2 TwoCardHighFlushDraw,3 TwoCardLowFlushDraw,
// 4 OneCardNutFlushDraw,5 OneCardHighFlushDraw,6 OneCardLowFlushDraw,
// 7 TwoCardBackdoorNutFlushDraw,8 TwoCardBackdoorFlushDraw,9 OneCardBackDoorNutFlushDraw,
// 0 NoFlushDraw
//}

//public enum StraightDrawEnum
//{
// 1 TwoCardOpenEndedStraightDraw, 2 TwoCardGutshotStraightDraw,
// 3 OneCardOpenEndedStraightDraw, 4 OneCardGutshotStraightDraw,
// 5 TwoCardBackdoorStraightDraw,
// 0 NoStraightDraw
//}

nofolmholdm
02-12-2009, 02:54 PM
You rock it. Thanks much.

kz282
05-12-2009, 11:05 AM
How did the draw values change with the Omaha integration? I see straightdrawvalues 6,7,8,9,10, and flushdrawvalues 10,11 as well.