Two Plus Two Newer Archives  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2007, 08:38 PM
golfinguy5 golfinguy5 is offline
Senior Member
 
Join Date: Feb 2005
Posts: 596
Default Re: TableNavigator

I play on stars and haven't used TN since early January, tried to fire it up today and most of my buttons arent working...check, fold, and raise seem to be but nothing else.. Any help is greatly appreciated.
Reply With Quote
  #2  
Old 03-03-2007, 01:39 AM
golfinguy5 golfinguy5 is offline
Senior Member
 
Join Date: Feb 2005
Posts: 596
Default Re: TableNavigator

[ QUOTE ]
I play on stars and haven't used TN since early January, tried to fire it up today and most of my buttons arent working...check, fold, and raise seem to be but nothing else.. Any help is greatly appreciated.

[/ QUOTE ]

Bump....anyone?
Reply With Quote
  #3  
Old 03-27-2007, 03:16 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

Doh!!! Full Tilt did the update thing again so tablenavigator is messed up again. New York Jet? You saved it last time like a champ. Any chance of helping us out again?
Reply With Quote
  #4  
Old 03-27-2007, 04:14 PM
Max Higley Max Higley is offline
Junior Member
 
Join Date: Oct 2006
Posts: 16
Default Re: TableNavigator

Give this a shot. It's because of the new "Layout" button that all the button numbers increased by one. You can figure this stuff out with the Window Spy utility that comes with AutoHotkey. You just launch it, mouse over whatever button you want to know the number of, and read the result out of the Window Spy window.

<font class="small">Code:</font><hr /><pre>
FoldFullTilt(id) {
string_list = FTCButton12|FTCButton26
match_list = 3|3
clickList(string_list, match_list, id)
}

CallFullTilt(id) {
string_list = FTCButton13|FTCButton28|FTCButton12
match_list = 3|3|3
clickList(string_list, match_list, id)
}

RaiseFullTilt(id) {
string_list = FTCButton14|FTCButton27
match_list = 3|3
clickList(string_list, match_list, id)
}

IsTableWaitingFullTilt(id) {
return ( IsVisCtrl("FTCButton12", id) )
}

PotFullTilt(id) {
ControlClick, FTCButton22, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />
Reply With Quote
  #5  
Old 03-27-2007, 05:02 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 tried those and they don't seem to be working right for me Max. Last time I fixed it I did the same thing, just had to change a couple numbers like you did at the end but these don't seem to be right for me. I appreciate the help a lot though. Not really sure what your talking about with the window spy thing. I am terrible with this stuff.


edit wait it might be right I think I did it wrong
Reply With Quote
  #6  
Old 03-27-2007, 05:12 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

AAAAAAAAAAAHHHHHHHHHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!! !!!!!!!!!!!!!!!!!!! MMMMAAAXXXXXXX!!!!!!!!!!! your the man buddy tytytytyytytytytytyytytytytty. My wrist is in your debt. You sir are a gentleman and a scholar. [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #7  
Old 03-28-2007, 06:50 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default v3.01

Okay, just uploaded it. Please use the download link at the bottom of the wiki page.
I tested Party, Stars and FullTilt. Let me know if any of the other sites don't work. Be careful in any case, and test on play money.
Take a look at 'A note on this version' on the wiki page if you're interested, and give me some feedback.
Reply With Quote
  #8  
Old 04-17-2007, 07:42 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

Full tilt did the update thing and its all messed up for me again. Last time Max helped me, before it was New York Jet I think. Does anyone understand/know how to do this? I know you just have to change the numbers but I don't know how to figure out what to change it to. Any help? God I'm so reliant on this thing now.



[ QUOTE ]
Give this a shot. It's because of the new "Layout" button that all the button numbers increased by one. You can figure this stuff out with the Window Spy utility that comes with AutoHotkey. You just launch it, mouse over whatever button you want to know the number of, and read the result out of the Window Spy window.

<font class="small">Code:</font><hr /><pre>
FoldFullTilt(id) {
string_list = FTCButton12|FTCButton26
match_list = 3|3
clickList(string_list, match_list, id)
}

CallFullTilt(id) {
string_list = FTCButton13|FTCButton28|FTCButton12
match_list = 3|3|3
clickList(string_list, match_list, id)
}

RaiseFullTilt(id) {
string_list = FTCButton14|FTCButton27
match_list = 3|3
clickList(string_list, match_list, id)
}

IsTableWaitingFullTilt(id) {
return ( IsVisCtrl("FTCButton12", id) )
}

PotFullTilt(id) {
ControlClick, FTCButton22, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />

[/ QUOTE ]
Reply With Quote
  #9  
Old 04-17-2007, 08:02 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: TableNavigator

[ QUOTE ]

I know you just have to change the numbers but I don't know how to figure out what to change it to.


[/ QUOTE ]

I'm doing the same for BetPot right now [img]/images/graemlins/frown.gif[/img]

There may be more for other game types and stuff, but for now on an normal NL table:

Fold: FTCButton11
Call: FTCButton12
Raise: FTCButton13
IsTableWaiting: FTCButton11 (fold button always present on waiting table)
Pot: FTCButton21

These are only the main action buttons, not the advance ones (not done those yet)

Best to remove the adv. ones for now until their new numbers are known - strange things might occur otherwise.

EDIT:

this one is unsafe - is it even in the newest TN code?
<font class="small">Code:</font><hr /><pre>
PotFullTilt(id) {
ControlClick, FTCButton22, ahk_id%id%
ControlGetText, Pot, Edit1, ahk_id%id%
return Pot
}
</pre><hr />
Reply With Quote
  #10  
Old 04-17-2007, 08:17 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 think you got it Dave. Just tried it out at .05 .1 NL and it seemed to be working. Gonna go try and play now and will check back and let you know. Thanks so so much. I just barely figured out how to install this in the first place. Was just guessing and got lucky. I'm terrible with computer stuff like this but I LOVE this program and being able to play with my gamepad. You guys are the best. Thanks again 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 03:25 AM.


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