Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

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 05-03-2007, 03:28 AM
2easy 2easy is offline
Senior Member
 
Join Date: Oct 2003
Location: Montana, USA
Posts: 801
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
[ QUOTE ]
_dave-,

Script works fine for me at Stars, Fulltilt, Prima, but I cant seem to get UB to work, just the wheel up/down.

Anything specific need to be done for UB?

[/ QUOTE ]

I think for UB needs "Windows Classic" XP theme, as did early versions for Stars - Same technique used, and I think I forgot to account for different sized title-bars in the UB code. It also does not work on mini-view, although the wheel should do.

This will be fixed in the next version.

dave.

[/ QUOTE ]


thanks dave.

not using windows classic, so that is probably my problem.

if this will be fixed with the next version, i will just wait for that.
Reply With Quote
  #2  
Old 05-05-2007, 04:47 PM
asdasdasd asdasdasd is offline
Junior Member
 
Join Date: Apr 2007
Posts: 2
Default Re: Party Bet Pot AHK ?

Hi.

This seems nice. But i get the following message when i try this script:

Party HHF reader

FPGH live file not found for game#xxxxx

Any ideas?
Reply With Quote
  #3  
Old 05-05-2007, 05:07 PM
TreyOfLight TreyOfLight is offline
Senior Member
 
Join Date: Sep 2004
Location: You have what I\'m repping
Posts: 545
Default simple table nav for Bet Pot AHK

Thanks for this AHK. I tried TableNavigator but it doesn't work very well with multimonitors and seems overgrown.

I added a function to BetPot to get basic table nav functionality. It only goes in one direction but you can alt-tab back one spot if you go too far.

(put these lines at the end of the hotkey section)

<font class="small">Code:</font><hr /><pre>
~^TAB::
Next(getid())
return



;-------------- END OF HOTKEY SETUP SETCTION --------------------
Next(id)
{
IfWinExist, ahk_id%id% ahk_group StarsTables
{
GroupActivate, StarsTables
}
Else IfWinExist, ahk_id%id% ahk_group FullTiltTables
{
GroupActivate, FullTiltTables
}
Else IfWinExist, ahk_id%id% ahk_group PartyTables
{
GroupActivate, PartyTables
}
Else IfWinExist, ahk_id%id% ahk_group CryptoTables
{
GroupActivate, CryptoTables
}
Else IfWinExist, ahk_id%id% ahk_group UBTables
{
GroupActivate, UBTables
}
}
</pre><hr />
Reply With Quote
  #4  
Old 05-06-2007, 01:53 PM
k3ys3r k3ys3r is offline
Senior Member
 
Join Date: Feb 2007
Location: Nite Owl
Posts: 142
Default Re: simple table nav for Bet Pot AHK

hi
i found a possibility how to change the preflop raise from 4bb+1 to 3.5bb+1 in the thread.

but how can i change the preflop raise from 4bb+1 to 3bb+1 ?

thx

edit:
pot - sb = 3bb + 1/limper ????
Reply With Quote
  #5  
Old 05-07-2007, 05:04 PM
ShariVegas ShariVegas is offline
Junior Member
 
Join Date: Nov 2006
Posts: 6
Default hm

worked like a charm until today's stars update. is it just me or anyone experiencing the same? when clicking the right mouse button it just goes to 0.00?

think you can fix that dave?

thx

btw: would like to donate a few bucks. what's your nick on stars?
Reply With Quote
  #6  
Old 05-07-2007, 05:31 PM
Archon_Wing Archon_Wing is offline
Senior Member
 
Join Date: Dec 2005
Location: Winamp\'s rigged RNG
Posts: 1,070
Default Re: hm

I think Dave put his sn in his profile. Try checking for it there.
Reply With Quote
  #7  
Old 05-08-2007, 09:20 PM
AliasMrJones AliasMrJones is offline
Senior Member
 
Join Date: Sep 2003
Location: Alias anything you want...
Posts: 2,809
Default Re: hm

Used to work. Now when I hit the wheel, the numbers in the bet box flash, but end up 0. I think the last time I downloaded a new version of betpot it fixed this problem, but I downloaded the newest version (m) and it's still happening. Standard Stars theme here -- no mods. Any ideas how to fix this?
Reply With Quote
  #8  
Old 05-08-2007, 10:02 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: hm

[ QUOTE ]

worked like a charm until today's stars update. is it just me or anyone experiencing the same? when clicking the right mouse button it just goes to 0.00?


[/ QUOTE ]

[ QUOTE ]

Used to work. Now when I hit the wheel, the numbers in the bet box flash, but end up 0. I think the last time I downloaded a new version of betpot it fixed this problem, but I downloaded the newest version (m) and it's still happening. Standard Stars theme here -- no mods. Any ideas how to fix this?


[/ QUOTE ]

Unfortunately, no idea at present [img]/images/graemlins/frown.gif[/img]

I downloaded Stars update yesterday, but everything continued to work fine.

Could you enable debug and screenshot / write down the pop up balloon please? and note the areas it is image-scanning, in the right place?

Standard Stars Checklist:
<ul type="square">[*]Use 32-bit colour, not 16-bit mode.[*]Start from real BetPot.AHK file next to StarsPics folder, not in zip file / not from shortcut[/list]
Need debug info, hopefully will reveal what is going on.

dave.
Reply With Quote
Reply

Thread Tools
Display Modes

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 12:53 PM.


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