Two Plus Two Newer Archives  

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

View Poll Results: poll
< 1K 24 28.57%
1-10K 18 21.43%
10-100K 11 13.10%
100-500K 6 7.14%
500-1000K 3 3.57%
> 1000K 22 26.19%
Voters: 84. You may not vote on this poll

Reply
 
Thread Tools Display Modes
  #1  
Old 06-23-2007, 02:35 AM
vixticator vixticator is offline
Senior Member
 
Join Date: Jan 2006
Posts: 3,639
Default Re: Stars Bet Pot AHK ?

Q: Do I put the files in stars folder after d/l? This is probably obvious.
Reply With Quote
  #2  
Old 06-27-2007, 12:01 AM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Q: Do I put the files in stars folder after d/l? This is probably obvious.

[/ QUOTE ]

No.


Just right click -&gt; extract the zip file to for example "Desktop", open the created folder, run (double-click) BetPot-0.2#.AHK from there - all should be well [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #3  
Old 07-06-2007, 07:42 AM
gmac gmac is offline
Senior Member
 
Join Date: Jan 2006
Location: Scotland, UK
Posts: 180
Default Re: Stars Bet Pot AHK ?

I'm guessing this doesn't work with people using Windows 2000 (don't ask)? On Stars when I right click to get it to bet pot, it just resets the slider to '0'.

Any help is appreciated.
Reply With Quote
  #4  
Old 07-15-2007, 01:42 PM
yli yli is offline
Senior Member
 
Join Date: Jan 2007
Posts: 164
Default Re: Stars Bet Pot AHK ?

May I suggest simplifying the rounding code so that rounding to any arbitrary precision would be possible.

This is what I replaced the existing rounding code in the Pot function with:

<font class="small">Code:</font><hr /><pre>
if (round_bet = "smallblind")
{
round_value := sb
}
else if (round_bet = "bigblind")
{
round_value := bb
}
else
{
round_value := round_bet
}

pot := Round(Round(pot / round_value) * round_value, 2)
</pre><hr />

Note that the previous functionality of round_bet being less than zero changes after this, rounding to two decimals should be specified by 0.01 (instead of 0.2) and so on.
Reply With Quote
  #5  
Old 07-22-2007, 03:02 PM
lmw43 lmw43 is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default Stars Bet Pot AHK ?

Dave,

Vista is still giving me problems. I have been trying to get the script to work for 3 days and still can't. No button works when the script is running (on pokerstars, 1-2 nl cash) and when I hit the wheel, it turns into a double sided arrow which normally allows you to drag yourself around the page (which is clearly not what I want to do). And what exactly is and how might I disable the UAC? Can someone please give me a step by step instruction to make this thing work it is killing me.
Reply With Quote
  #6  
Old 07-22-2007, 03:48 PM
a nonymous a nonymous is offline
Senior Member
 
Join Date: Apr 2007
Posts: 815
Default Re: Stars Bet Pot AHK ?

I am trying to set up Bet Pot for the first time and am a little confused. I want XButton1 to put in .67% of the pot whenever I press it. Could someone please show me what code I would need to add to do this?

Thanks a lot.
Reply With Quote
  #7  
Old 07-22-2007, 06:28 PM
BigCummins BigCummins is offline
Senior Member
 
Join Date: Nov 2006
Location: Davenport
Posts: 528
Default Re: Stars Bet Pot AHK ?

FFS why do my raise amounts keep setting it to zero? I had it working fine before but I deleted and redownloaded it and i cant get it working.
Reply With Quote
  #8  
Old 07-22-2007, 10:07 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
FFS why do my raise amounts keep setting it to zero? I had it working fine before but I deleted and redownloaded it and i cant get it working.

[/ QUOTE ]

Enable the debug mode and see what info BetPot is missing / finding... this should give you some idea what is going wrong.

Must be missing something... u had it working previously.... why would you delete / reinstall if it was working OK? formatted computer?

dave.
Reply With Quote
  #9  
Old 07-22-2007, 10:04 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I am trying to set up Bet Pot for the first time and am a little confused. I want XButton1 to put in .67% of the pot whenever I press it. Could someone please show me what code I would need to add to do this?

Thanks a lot.

[/ QUOTE ]
<font class="small">Code:</font><hr /><pre>
XButton1::
Pot(getid(), "0.67")
return
</pre><hr />

will do the job.

<font class="small">Code:</font><hr /><pre>
XButton1::
Pot(getid(), "0.67", "smallblind", 0, 1)
return
</pre><hr />

If you want it to round to SB and autobet [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #10  
Old 07-23-2007, 02:26 PM
a nonymous a nonymous is offline
Senior Member
 
Join Date: Apr 2007
Posts: 815
Default Re: Stars Bet Pot AHK ?

_dave_,

Thank you so much.
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 08:57 AM.


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