Welcome,
Guest
. Please
login
or
register
.
October 01, 2023, 08:56:09 PM
News:
Shanky Technologies Poker Bot Support Forum
|
General Category
|
PPL Support
(Moderator:
sngbot
) | Topic:
Bot calls when supposed to fold
0 Members and 1 Guest are viewing this topic.
Pages:
[
1
]
Author
Topic: Bot calls when supposed to fold (Read 2209 times)
55pockets
Wide-Eyed Newbie
Karma: 4
Posts: 36
Bot calls when supposed to fold
«
on:
May 06, 2015, 11:25:54 PM »
Can anyone help me out with my syntax here?
custom
preflop
When ( hand = A A ) raisemax force
When ( hand = K K ) raisemax force
When ( hand = Q Q ) raisemax force
When ( hand = J J ) raisemax force
When ( hand = T T ) raisemax force
When (hand = 9 9 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 8 8 )
When raises = 0 raise 6
When ( raises >= 1 ) call force
When (hand = 7 7 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 6 6 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 5 5 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 4 4 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 3 3 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When (hand = 2 2 )
When raises = 0 raise 6 force
When ( raises >= 1 ) call force
When ( hand = A K or hand = A Q or hand = A J or hand = A T )
When raises = 0 raise 4 force
When ( raises >= 1 ) call force
When ( hand = K J or hand = K Q or hand = Q J )
When raises = 0 Raise 2 force
When ( ( raises >= 1 ) or ( AmountToCall <= 2 ) ) call force
When ( ( raises >= 1 ) or ( AmountToCall > 2 ) ) fold force
When ( hand = K T or hand = Q T or hand = J T )
When raises = 0 Raise 1 force
When ( ( raises >= 1 ) or ( AmountToCall <= 1 ) ) call force
When ( ( raises >= 1 ) or ( AmountToCall > 1 ) ) fold force
When ( hand = A 9 or hand = A 8 or hand = A 7 or hand = A 6 or hand = A 5 or hand = A 4 or hand = A 3 or hand = A 2 )
When raises = 0 Raisemin force
When ( ( raises >= 1 ) or ( AmountToCall <= 2 ) ) call force
When ( ( raises >= 1 ) or ( AmountToCall > 2 ) ) fold force
When ( hand = K 9 suited or hand = Q 9 suited or hand = Q 8 suited or hand = J 9 suited or hand = J 8 suited or hand = J 7 suited or hand = T 9 suited or hand = T 8 suited or hand = T 7 suited or hand = T 6 suited or hand = 9 8 suited or hand = 9 7 suited or hand = 9 6 suited)
When raises = 0 call force
When ( ( raises >= 1 ) or ( AmountToCall <= 1 ) ) call force
When ( ( raises >= 1 ) or ( AmountToCall > 1 ) ) fold force
When Others
when others fold force
flop
When ( HaveStraightFlush or HaveFullHouse or HaveQuads ) call force
When ( HaveStraight ) call force
When ( HaveFlush ) call force
When ( HaveTopPair or haveoverpair )
when flushpossible fold force
when notflushpossible raisemax force
When ( HaveFlushDraw ) call force
When ( haveset or havetrips or havetwopair )
when flushpossible fold force
when twoofonesuitpresentonflop RaiseMax force
When not ( ( FlushPossible ) or ( TwoOfOneSuitPresentOnFlop ) ) call force
when others
when others fold force
turn
When ( HaveStraightFlush or HaveFullHouse or HaveQuads ) call force
When ( HaveTopPair or HaveOverPair) and not (hadtoppaironflop or hadoverpaironflop)
When not ( (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) ) Raisepot force
When ( HaveTopPair or HaveOverPair) and (hadtoppaironflop or hadoverpaironflop)
When not ( (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) ) Raisepot force
when opponentcalledonflop fold force
When ( (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) ) fold force
When ( HaveSet or HaveTrips or havetwopair )
When ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn) and opponentcalledonflop) fold force
When not (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) call force
When ( HaveFlush ) call force
When ( HaveStraight )
When (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) fold force
When not (((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and opponentcalledonflop) call force
When ( HaveFlushDraw ) call force
when others
when others fold force
river
When ( ( HaveStraightFlush or HaveFullHouse or HaveQuads ) ) RaiseMax force
When ( ( HaveTopPair or HaveOverPair ) )
When not ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or ( onecardstraightpossible) ) RaiseMax force
When ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or (onecardstraightpossible ) ) fold force
When ( ( HaveTopPair or HaveOverPair ) )
When not ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or ( onecardstraightpossible) ) RaiseMax force
When ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or (onecardstraightpossible ) ) fold force
When ( HaveSet or HaveTrips or havetwopair )
When not ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or not ( onecardstraightpossible )) RaiseMax force
When ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and ((opponentcalledonflop) or ( onecardstraightpossible )) fold force
When ( HaveStraight )
When ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and (opponentcalledonflop) fold force
When not ((twoofonesuitpresentonflop and flushpossible) or (flushpossibleonflop and fourof1suiteonturn)) and (opponentcalledonflop) RaiseMax force
When OpponentCalledOnTurn fold force
When raises = 0 RaisePot force
When bets = 1 fold force
When raises >= 1 fold force
When ( HaveFlush )
when twopaironboard fold force
when not twopaironboard RaiseMax force
when others
when others fold force
Logged
Egor
Forum Admin
Extreme Botter
Karma: 378
Posts: 35088
Re: Bot calls when supposed to fold
«
Reply #1 on:
May 07, 2015, 12:11:39 AM »
Please provide a bot-log example of an undesired action.
Logged
Please do not PM me about license issues or help stuff - email me or use the Help board. Thanks! -Egor
Pages:
[
1
]
Shanky Technologies Poker Bot Support Forum
|
General Category
|
PPL Support
(Moderator:
sngbot
) | Topic:
Bot calls when supposed to fold
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=>
Announcements
=>
Forum Access
=>
Discussion Board
=>
PPL Support
=>
Working Profiles
=>
Marketplace: Profiles
=>
Marketplace: Add-on Software and Services
=>
Gambling Theory
=>
Lounge
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Powered by SMF 1.1.21
|
SMF © 2006-2009, Simple Machines
Loading...