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
  #1371  
Old 08-20-2007, 03:33 PM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

my regional XP settings are german, but i use the english client.

i saw the tip to change the line "StringReplace, currenthand, currenthand, `,,, All" to "StringReplace, currenthand, currenthand, .,, All"
somewhere here in the thread IIRC.

but i have to admit, that i don't know whether these changes affect the functionality from the script with Stars, FullTilt and the other rooms.
Reply With Quote
  #1372  
Old 08-20-2007, 03:38 PM
CheapFlop CheapFlop is offline
Senior Member
 
Join Date: Jul 2006
Location: NYC
Posts: 120
Default Re: Stars Bet Pot AHK ?

I posted a while back in this thread without any help response.

I'm looking to customize betpot AHK so that for example I can click the right mouse button and automatically have a 2/3 size bet appear.

Can someone post a tutorial on how to add command lines like this to the script? I think it would help everyone.
Reply With Quote
  #1373  
Old 08-20-2007, 04:06 PM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]

Quick fix is to change "party_uses_commas_for_decimals" back to 0, then set *all* you regional settings to UK or US English. (Is this not required for PokerTracker to work properly also?).

I think there may be an error or two in the commas_for_decimals section, I'll have a check.

[/ QUOTE ]

that works too. [img]/images/graemlins/wink.gif[/img]

cuz i sometimes only use PO, i havn't noticed that.
Reply With Quote
  #1374  
Old 08-20-2007, 08:33 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Bet Pot AHK ?

I'm getting a strange error that i have not seen in any of these 20+ pages.

#include file "betpot_default_hotkeys.ahk" cannot be opened

weird?
Reply With Quote
  #1375  
Old 08-20-2007, 08:38 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
I'm getting a strange error that i have not seen in any of these 20+ pages.

#include file "betpot_default_hotkeys.ahk" cannot be opened

weird?

[/ QUOTE ]

Weird. Are you running from a shortcut, or straight from the zip file (not extracted to folder)?
Reply With Quote
  #1376  
Old 08-21-2007, 08:46 AM
DonButtons DonButtons is offline
Senior Member
 
Join Date: Dec 2004
Posts: 2,041
Default Re: Stars Bet Pot AHK ?

thanks dave, that fixed it [img]/images/graemlins/wink.gif[/img]
Reply With Quote
  #1377  
Old 08-21-2007, 03:00 PM
effang effang is offline
Senior Member
 
Join Date: Jul 2006
Posts: 1,489
Default Re: Stars Bet Pot AHK ?

How do we implement the ctrl function in these things?


SPACE::
Fold(getid())
return

i want it to be ctrl+space
Reply With Quote
  #1378  
Old 08-21-2007, 03:13 PM
HalvSame HalvSame is offline
Senior Member
 
Join Date: May 2006
Posts: 391
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
How do we implement the ctrl function in these things?


SPACE::
Fold(getid())
return

i want it to be ctrl+space

[/ QUOTE ]
^SPACE::
Fold(getid())
return
Reply With Quote
  #1379  
Old 08-21-2007, 03:14 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: Stars Bet Pot AHK ?

EDIT: ^^^ Beat me to it [img]/images/graemlins/smile.gif[/img]

[ QUOTE ]
How do we implement the ctrl function in these things? i want it to be ctrl+space.


[/ QUOTE ]

Add a "hat" symbol in fromt of the hotkey name (shift 6 on my UK keyboard)

<font class="small">Code:</font><hr /><pre>
^SPACE::
Fold(getid())
return
</pre><hr />

similarly, you can add a ! for ALT, + for Shift, and a # for Win key.

For a full list see here: www.autohotkey.com/docs/Hotkeys.htm

dave.
Reply With Quote
  #1380  
Old 08-21-2007, 04:09 PM
steel108 steel108 is offline
Senior Member
 
Join Date: Feb 2006
Location: ^^^^ I\'m going to hell
Posts: 2,807
Default Re: Stars Bet Pot AHK ?

The only thing working on my Script is the scroll now. I have my mouse configured to bet pot with the web foward button, but nothing ever happens when i do that.
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:06 AM.


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