![]() |
|
|
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
|||
|
|||
|
[ 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? |
|
#3
|
|||
|
|||
|
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?
|
|
#4
|
|||
|
|||
|
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 /> |
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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]
|
|
#7
|
|||
|
|||
|
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. |
|
#8
|
|||
|
|||
|
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 ] |
|
#9
|
|||
|
|||
|
[ 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 /> |
|
#10
|
|||
|
|||
|
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.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|