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
  #861  
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
  #862  
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
  #863  
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
  #864  
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
  #865  
Old 03-28-2007, 07:10 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: v3.01

[ QUOTE ]
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.

[/ QUOTE ]
Hey! Welcome back, long time no see! [img]/images/graemlins/smile.gif[/img]

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #866  
Old 03-28-2007, 07:15 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: v3.01

[ QUOTE ]
Hey! Welcome back, long time no see!

[/ QUOTE ]

Thanks Juk. Hope things are well in Leeds.
Reply With Quote
  #867  
Old 03-28-2007, 07:19 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: v3.01

[ QUOTE ]
[ QUOTE ]
Hey! Welcome back, long time no see!

[/ QUOTE ]

Thanks Juk. Hope things are well in Leeds.

[/ QUOTE ]
Thanks, same as always here... Hope Uni going ok for you (easter hols atm?).

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #868  
Old 03-28-2007, 07:26 PM
Roland Roland is offline
Senior Member
 
Join Date: Mar 2005
Location: Norwich, UK
Posts: 2,703
Default Re: v3.01

[ QUOTE ]
Hope Uni going ok for you (easter hols atm?).

[/ QUOTE ]

Yeah, uni's going fine, cheers. On break till 15th April... already halfway through... time just disappears [img]/images/graemlins/shocked.gif[/img]
Reply With Quote
  #869  
Old 03-28-2007, 10:45 PM
MantridNinja MantridNinja is offline
Junior Member
 
Join Date: Aug 2006
Posts: 23
Default Re: v3.01

sucks that you removed "NL support", really liked slider control + bet1/2/3 options, compared to this, "betpot" is very annoying to use..

Oh well, there is always older version [img]/images/graemlins/frown.gif[/img]
Reply With Quote
  #870  
Old 03-28-2007, 11:55 PM
canta canta is offline
Member
 
Join Date: Sep 2006
Posts: 95
Default Re: v3.01

I tested it on Stars and it worked good. Its a pity that NL support is gone,
I know that Betpot has a "slider up and "slider down" function, is it possible to attach this to the gamepad slider and not the buttons?
The Casino plugins is a nice idea, makes it easy to update. Anyone want to make a Primapoker plugin?
You mentioned writing a short guide to this on Overcards, that would be very nice.
When playing on Stars i needed to have the mouse ontop of the window to make Betpot work. How can this be fixed?
Anyways, great job Roland. This is the best pokertool i've ever used.
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 11:41 AM.


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