Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #171  
Old 08-20-2006, 01:12 AM
CASSHERN CASSHERN is offline
Senior Member
 
Join Date: Jun 2005
Location: Montreal
Posts: 459
Default Re: NL Software/AHK request (+ reward)

Is there a function for "call BB in turn" preflop ?

There is a button on party for that, but the "call" function in TN doesn't activate it ?!
Reply With Quote
  #172  
Old 08-20-2006, 02:01 AM
CASSHERN CASSHERN is offline
Senior Member
 
Join Date: Jun 2005
Location: Montreal
Posts: 459
Default Re: NL Software/AHK request (+ reward)

What do you guys when there a bets you want to raise ?

I'm trying to use only my gamepad ... it works fine ... but in the script there seem to be a lack of support for "raises".

For example, say on the flop the pot is 4$. Someone bets 1$ ... the pot is 5$. When I use the fraction, the amounts seems to be wrong. In the situation I just described, if I raise "1/2" of the pot, it should bet 3$. If I raise 100% of the pot, it should raise to 6$. Is that how the script works ? The few times I tried to raise with the script, the amounts seemed rather, random. How does it work exactly ?
Reply With Quote
  #173  
Old 08-20-2006, 03:06 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
What do you guys when there a bets you want to raise ?

I'm trying to use only my gamepad ... it works fine ... but in the script there seem to be a lack of support for "raises".

For example, say on the flop the pot is 4$. Someone bets 1$ ... the pot is 5$. When I use the fraction, the amounts seems to be wrong. In the situation I just described, if I raise "1/2" of the pot, it should bet 3$. If I raise 100% of the pot, it should raise to 6$. Is that how the script works ? The few times I tried to raise with the script, the amounts seemed rather, random. How does it work exactly ?

[/ QUOTE ]

What random amounts are you getting in these situations? please give examples (+hh if you can)

dave.
Reply With Quote
  #174  
Old 08-20-2006, 03:21 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
Can anyone add SNG support?

[/ QUOTE ]

Hmm, got it working perect for tourneys, but for some reason cash game raises are no longer working properly - always coming out a few cents less than they should [img]/images/graemlins/confused.gif[/img]

Gonna have to pend some time teting tommorrow, get this sorted.

dave.
Reply With Quote
  #175  
Old 08-20-2006, 10:32 AM
soma_ soma_ is offline
Senior Member
 
Join Date: Apr 2005
Posts: 1,341
Default Re: NL Software/AHK request (+ reward)

[ QUOTE ]
[ QUOTE ]
Can anyone add SNG support?

[/ QUOTE ]

Hmm, got it working perect for tourneys, but for some reason cash game raises are no longer working properly - always coming out a few cents less than they should [img]/images/graemlins/confused.gif[/img]

Gonna have to pend some time teting tommorrow, get this sorted.

dave.

[/ QUOTE ]

Cool. I'm waiting anxiously. [img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #176  
Old 08-20-2006, 01:30 PM
CASSHERN CASSHERN is offline
Senior Member
 
Join Date: Jun 2005
Location: Montreal
Posts: 459
Default Re: NL Software/AHK request (+ reward)

I think I figured out how the calculation is done ...

karcheman posts small blind [$0.10].
HERO posts big blind [$0.25].
karcheman calls [$0.15].
HERO checks.
** Dealing Flop ** [ Qc, 4s, 4c ] (pot 50¢)
karcheman bets [$0.25]. (pot75¢)
HERO raises [$1.25]. // I hit the"bet pot" hotkey

The only way I see it as correct is if the amount of the raise included the amount of your "call".
The pot is 75¢, I "call" his .25¢ bet (pot is now $1) and I raise to the amount fo the pot ... 1$. So, that dollar plus my "call" = $1.25
_______________________________

I01010 posts small blind [$0.10].
HERO posts big blind [$0.25].
g4me0n folds.
Freddy_Aces folds.
I01010 raises [$0.65].
HERO calls [$0.50].
** Dealing Flop ** [ Js, 8h, 9s ] (pot $1.30)
I01010 bets [$1]. (Pot $2.30)
HERO raises [$2.70].

I hit "50%" here.
So, the pot is $2.3. When I click on "bet 50% of the pot" I "call" his 1$. The pot is now 3.3. And I raise for 50% of the pot (1.70, rounded) ... so my total raise will be 2.70$.
_______________________________

Is that it ?

If the pot is $3. Someone bets 1$, if I raise the amount of the pot, wouldn't be more convenient if it raised to 4$ rather than 5$ ?! It's easier to calculate.

Why did you do the formula that way ?! Perhaps there are advantages I can't think of right now ...
Reply With Quote
  #177  
Old 08-20-2006, 04:14 PM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 9,815
Default Re: NL Software/AHK request (+ reward)

Yes, it is correct. The pot is 75c but he has put 25c into it. So you want to bet $1.25 so that the pot becomes $2, and for him to continue, he has to call $1. That's a pot bet, if you only bet 75c in the first example, that makes the pot $1.50 and he only has to call 50c, which is giving him far too good odds. It's the exact right way to implement it.
Reply With Quote
  #178  
Old 08-20-2006, 05:59 PM
CASSHERN CASSHERN is offline
Senior Member
 
Join Date: Jun 2005
Location: Montreal
Posts: 459
Default Re: NL Software/AHK request (+ reward)

Do you often use that feature after a bet, or do you mainly use it when you "open bet" ? Or, would you rather use the slider when raising ?

And wouldn't it be better it the amount of my call wasn't included twice in the total bet ?

ex: There is $10 in the pot preflop.
Vilain bets $5
Hero raise pot : (10+5)+(5 my call) = 20 ... 20 (size of the pot) + 5 (my call) = $25

Wouldn't be better if the calculation was done in a way that would only count the amount of my "call" once ?
Ex : Hero raise pot : (10+5) = 15 ... 15 (size of the pot) + 5 (my call) = $20

In this example, I'd rather bet $20 than $25. Even at $20 the vilain has to call $15 in a $35 pot ...
Reply With Quote
  #179  
Old 08-20-2006, 11:18 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: NL Software/AHK request (+ reward)

New version posted, PartyBetPot v0.6

SNG / MTT tables should be working now, cash games unchanged.

Please report any problems you may encounter,

dave.
Reply With Quote
  #180  
Old 08-21-2006, 01:14 AM
soma_ soma_ is offline
Senior Member
 
Join Date: Apr 2005
Posts: 1,341
Default Re: NL Software/AHK request (+ reward)

[img]/images/graemlins/heart.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:54 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.