View Single Post
  #537  
Old 12-09-2006, 07:46 PM
mockturtle mockturtle is offline
Member
 
Join Date: Feb 2006
Posts: 59
Default Re: Stars Bet Pot AHK ?

Hey..

Haven't used the Multi-site script yet (but used party/prima ones extensively in past)... trying to get it set up with FTP and running into the following problem (I'm using racetrack view no avatar if it matters)

using this:

~MButton::
Pot(getid(),".500", .2, "1", 0)
return


pot is 4.75 with rake taken out, 5 total, and I hit that button and it bets 3.50
the debug says Pot: 1, Call: 2, Hero_bet: 0, Blinds: $1.00/$2, Street: flop

it works perfectly whenever I am raising someone who has already bet, but always incorrectly comes up with the pot size when I am the first bettor.

on another attempt the pot is 12 not counting rake, it says Pot: 8 in the popup, Call: 2, and ultimately chooses to bet 7...

so since im playing 1-2 im gathering that it';s overall calculating the pot size as 1BB higher than it actually is [edit: specifically, it's calculating it as 2BB less but also calculating a nonexistant 1BB bet, so overall making the final bet the % decided multiplied by pot size + 1 BB]
Reply With Quote