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
  #1321  
Old 08-10-2007, 10:19 AM
Sylexe Sylexe is offline
Junior Member
 
Join Date: Aug 2007
Posts: 1
Default Re: Stars Bet Pot AHK ?

Hello,

I want the betpot script to work with keyboard buttons, not the mouse buttons, however changing

~MButton::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return

to

F1::
Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)
return

doesn't produce any results... is it fixeble or i have to buy a mouse?) thanks in advance
Reply With Quote
  #1322  
Old 08-10-2007, 01:11 PM
grinder_jyms grinder_jyms is offline
Junior Member
 
Join Date: Sep 2006
Posts: 10
Default Re: Stars Bet Pot AHK ?

'm having a problem with setting this thing up at all. When I run debug I get this when I right click.

It runs through the scans and finds everything ok. But when running the script I cannot get anything to click or change. Would having a 5 button trackball make the difference? I've read the whole thread and can't find anything about it.I still want to use this mouse and just use the other buttons instead of the scroll wheel. Is the problem that I don't even have a scroll wheel? I can't even get right click to do anything when running the script normally.
Reply With Quote
  #1323  
Old 08-10-2007, 05:48 PM
CheapFlop CheapFlop is offline
Senior Member
 
Join Date: Jul 2006
Location: NYC
Posts: 120
Default Re: Stars Bet Pot AHK ?

I'm a relative newb with these autohotkeys

Betpot works for me on Stars regarding the scroll wheel of my mouse moving raising my amount in BB increments.

However, none of the auto-functions work such as 3/4 pot, etc.

How do I set these up? Ideally I'd like to have the right mouseclick automatically input a pot-sized bet to the screen which then I could adjust or send to the table.

Can someone tutor me on this....

Thanks.

CF
Reply With Quote
  #1324  
Old 08-10-2007, 05:58 PM
pariah pariah is offline
Senior Member
 
Join Date: Apr 2006
Location: Ohio
Posts: 134
Default Re: Stars Bet Pot AHK ?

I don't know what I'm doing wrong now... I've been using previous versions for a while, but updating Stars &amp; using v2.0r does nothing for me (not even scroll like others mentioned). I have the latest version of AHK and I'm using the default Stars skin, what am I missing? BetPot loads to my tray but then does nothing... Possible causes?
Reply With Quote
  #1325  
Old 08-11-2007, 07:55 AM
terance terance is offline
Senior Member
 
Join Date: Jul 2007
Location: fapfapfap
Posts: 100
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I don't know what I'm doing wrong now... I've been using previous versions for a while, but updating Stars &amp; using v2.0r does nothing for me (not even scroll like others mentioned). I have the latest version of AHK and I'm using the default Stars skin, what am I missing? BetPot loads to my tray but then does nothing... Possible causes?

[/ QUOTE ]

Same problem here, worked fine a little while ago. Now it's all dead.
Reply With Quote
  #1326  
Old 08-11-2007, 12:46 PM
a nonymous a nonymous is offline
Senior Member
 
Join Date: Apr 2007
Posts: 815
Default Re: Stars Bet Pot AHK ?

Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.
Reply With Quote
  #1327  
Old 08-12-2007, 06:47 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

<font color="blue">BetPot v-0.2s Update</font>

iPoker
<ul type="square">[*]No more chat box spam when trying to bet out of turn.
Basically did the same thing betafemale did, checking if the bet size box is visible. If your iPoker skin doesn't have a white background for the bet size box, you need to change the variable 'Ipoker_BetBoxColor'. To find out what to set it to, set 'Ipoker_ShowBetBoxColor' to 1, wait until the bet box is visible and use the script to make a bet. This will pop up a message box with the value that 'Ipoker_BetBoxColor' needs to be set to.[*]More reliable bet amount writing.
Instead of using MouseClickDrag to highlight the old text in the bet box, send {home}+{end}. Hopefully it'll write the correct amount every time now. When auto-bet is used the script reads the bet from the box to confirm that it's correct before making the bet.[/list]
http://www.overcards.com/wiki/moin.cgi/BetPot
Reply With Quote
  #1328  
Old 08-12-2007, 06:48 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
Not working for me either. Downloaded BetPot-v0.2r, when I run the BetPot-v0.2r.ahk it doesn't work. When I run betpot_default_hotkeys.ahk (which I'm not sure if I'm supposed to run?) I get the following error:

Error: Call to nonexistent function.

Specifically: Pot(getid(),"1 1 1 1", "smallblind", "ssnl", 0)

Line#
003: Return
--- &gt; 004: Pot(getid(),"1 1 1 1", "smallblind," "ssnl", 0)
005: Return
008: Pot(getid(),"1 0.8 0.8 0.8", "smalllblind", 0, 0)
009: Return
012: Pot(getid(),"1", "smallblind", 0, 0)
013: Return
016: (Pot(getid(), "999", 1, 0, 0)
017: Return

The program will exit.

--

If anyone knows what I'm doing wrong, I'd really appreciate some advice.

[/ QUOTE ]Run the other file, BetPot-vXXX.ahk.
Reply With Quote
  #1329  
Old 08-12-2007, 09:41 AM
betafemale betafemale is offline
Senior Member
 
Join Date: Jan 2007
Posts: 194
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
<font color="blue">BetPot v-0.2s Update</font>

iPoker
<ul type="square">[*]No more chat box spam when trying to bet out of turn.
Basically did the same thing betafemale did, checking if the bet size box is visible.

[/ QUOTE ][/list]Glad I could contribute some way [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #1330  
Old 08-12-2007, 11:37 AM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

Don't pop the champagne just yet, there seems to be some issues in the new version. Sometimes the script just refuses to try and read the chat box, no matter how many times you rightclick. Using the scroll wheel makes this go away so that one can rightclick again and get the correct amount. This seems to happen randomly, but it never occured while single-tabling on the computer I tested it on. It's very annoying, so you might wanna stick to 0.2r until I get it tracked down.
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 03:09 PM.


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