View Single Post
  #36  
Old 08-20-2007, 07:56 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Show potsize on Party tool

[ QUOTE ]
@ prima on vista, when i add this line and hit F12 the 1 does appear. however, no pot size or pot odds ever appear when i hit CTRL. everything is running as admin and i'm running basic scheme, etc. any ideas?

[/ QUOTE ]I don't have any Vista experience at all, but my first thought is that the coordinates might be off. To check that the "call"-button is visible before getting the amounts, the script uses the color of a specific pixel (the black border around the button ). This is done to avoid drawing the HUD on misclicks etc, and it's possible that this is failing.

To disable this check, search for this <font class="small">Code:</font><hr /><pre>if (col != 0x000000)
return</pre><hr />
and comment it out. It's in the PotOddsPrima function. Note that by disabling this, the script will try to draw the odds whenever you hit ctrl, also when it's not your turn to act. Should be no big deal though.
Reply With Quote