Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 12-17-2006, 04:04 AM
corsakh corsakh is offline
Senior Member
 
Join Date: Aug 2006
Location: Kitty said what?
Posts: 3,991
Default Pot Size Bets

A few questions:

1) The "pot size bet" function, I have it bound to numpad, seems to freeze the system on Party Poker. Not like a complete crash freezeout, the system still operates and displays no errors, but becomes soooooo slow.. like a 286 with 512kb ram on win95 slow. The header highlight on the tables dissappears too. And obviously the function itslef doesnt work. It LOOKS like a CPU overload, about 99% is consumed by AutoHotKey process.

2) Is it possible to increase the increments in the slider function to a BB instead of a default SB?

3) Sometimes the "check/call" function does not work when I am the first to act on flop.
Reply With Quote
  #2  
Old 01-14-2007, 10:45 PM
cseavers cseavers is offline
Junior Member
 
Join Date: May 2005
Posts: 15
Default Re: TableNavigator

The preaction buttons don't work on Full Tilt for me (i.e check/fold, check...etc). Is anyone having the same issue?
Reply With Quote
  #3  
Old 01-15-2007, 01:48 AM
canta canta is offline
Member
 
Join Date: Sep 2006
Posts: 95
Default Re: TableNavigator

I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script:
FoldFullTilt(id): Change FTCButton21 to FTCButton22

CallFullTilt(id): Change FTCButton23 to FTCButton24

RaiseFullTilt(id): Change FTCButton25 to FTCButton26

PostFullTilt(id): Change FTCButton29 to FTCButton30

FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28

PotFullTilt(id): Change FTCButton17 to FTCButton18

This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney.
Reply With Quote
  #4  
Old 01-17-2007, 01:08 AM
cseavers cseavers is offline
Junior Member
 
Join Date: May 2005
Posts: 15
Default Re: TableNavigator

[ QUOTE ]
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script:
FoldFullTilt(id): Change FTCButton21 to FTCButton22

CallFullTilt(id): Change FTCButton23 to FTCButton24

RaiseFullTilt(id): Change FTCButton25 to FTCButton26

PostFullTilt(id): Change FTCButton29 to FTCButton30

FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28

PotFullTilt(id): Change FTCButton17 to FTCButton18

This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney.

[/ QUOTE ]

Thanks! This worked. Do you know how to fix the PSBs betting the incorrect percentages on Full Tilt?
Reply With Quote
  #5  
Old 01-17-2007, 04:32 AM
canta canta is offline
Member
 
Join Date: Sep 2006
Posts: 95
Default Re: TableNavigator

My PSB's are working correctly, have you tried this after changing PotFullTilt(id) to FTCButton18? I cant remember changing anything else.
Reply With Quote
  #6  
Old 01-17-2007, 11:32 PM
cseavers cseavers is offline
Junior Member
 
Join Date: May 2005
Posts: 15
Default Re: TableNavigator

[ QUOTE ]
My PSB's are working correctly, have you tried this after changing PotFullTilt(id) to FTCButton18? I cant remember changing anything else.

[/ QUOTE ]

I'm still getting weird results using PSBs on FTP. i.e. PSB is set up for 75% and 100%. The pot was $300 and the 75% was 375 while the 100% was $500.
Reply With Quote
  #7  
Old 01-25-2007, 08:14 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: TableNavigator

[ QUOTE ]
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script:
FoldFullTilt(id): Change FTCButton21 to FTCButton22

CallFullTilt(id): Change FTCButton23 to FTCButton24

RaiseFullTilt(id): Change FTCButton25 to FTCButton26

PostFullTilt(id): Change FTCButton29 to FTCButton30

FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28

PotFullTilt(id): Change FTCButton17 to FTCButton18

This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney.

[/ QUOTE ]

Today's change:

FoldFullTilt(id): Change to string_list = FTCButton11|FTCButton25

CallFullTilt(id): Change to string_list = FTCButton12|FTCButton27|FTCButton9

RaiseFullTilt(id): string_list = FTCButton13|FTCButton26
Reply With Quote
  #8  
Old 01-25-2007, 10:48 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: TableNavigator

[ QUOTE ]
[ QUOTE ]
I still hope for a update on Overcards, but this is what i did to make it work for FullTilt. You have to edit these functions manually in the script:
FoldFullTilt(id): Change FTCButton21 to FTCButton22

CallFullTilt(id): Change FTCButton23 to FTCButton24

RaiseFullTilt(id): Change FTCButton25 to FTCButton26

PostFullTilt(id): Change FTCButton29 to FTCButton30

FoldToAnyBetFullTilt(id): Change FTCButton27 to FTCButton28

PotFullTilt(id): Change FTCButton17 to FTCButton18

This was what i changed, but it may be more that i havent noticed. I dont take any responsebility for mistakes, try it on playmoney before realmoney.

[/ QUOTE ]

Today's change:

FoldFullTilt(id): Change to string_list = FTCButton11|FTCButton25

CallFullTilt(id): Change to string_list = FTCButton12|FTCButton27|FTCButton9

RaiseFullTilt(id): string_list = FTCButton13|FTCButton26

[/ QUOTE ]

An update to the update:
<font class="small">Code:</font><hr /><pre>
FoldFullTilt(id) {
string_list = FTCButton11|FTCButton25
match_list = 3|3
clickList(string_list, match_list, id)
}

CallFullTilt(id) {
string_list = FTCButton12|FTCButton27|FTCButton11
match_list = 3|3|3
clickList(string_list, match_list, id)
}

RaiseFullTilt(id) {
string_list = FTCButton13|FTCButton26
match_list = 3|3
clickList(string_list, match_list, id)
}

IsTableWaitingFullTilt(id) {
return ( IsVisCtrl("FTCButton11", id) )
}
</pre><hr />
Reply With Quote
  #9  
Old 01-25-2007, 10:51 PM
Don Key E37 Don Key E37 is offline
Senior Member
 
Join Date: Jan 2006
Location: bluff pushing into the nuts
Posts: 724
Default Re: TableNavigator

I am terrible with computers but I loved this program. It stopped working a while ago when Full Tilt got updated for the bet pot buttons but now after todays new update it is all screwed up. I'm not even sure if I could figure out how I got it to work in the first place but any help is appreciated. This program was saving my wrist and just awesome. Would be a shame to see it go down. Also willing to contribute to whoever wrote/is able to fix it.
Reply With Quote
  #10  
Old 01-27-2007, 10:18 AM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: TableNavigator

Pot Size Bet Fix for FullTilt
<font class="small">Code:</font><hr /><pre>
PotFullTilt(id) {
ControlClick, FTCButton21, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />
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:39 PM.


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