View Single Post
  #10  
Old 05-19-2006, 03:56 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

[ QUOTE ]
Excellent idea..tried it...need some help..I want to join 6max 10/20 NL table with 5..my changed code below...pushed F1..program pulled up correct table with open seat but --could not buy-in --then timed out and searched for another but couldn't buyin...what am I missing?
Also, it sometimes finds a table that Party Lobby says has 5 players but it really has full table..what to do?

[/ QUOTE ]

I just tried with your settings, and no trouble buying in for me. At times (but not that often for me) dialogs can get stuck though. I think it's because of the mouse pointer getting moved around at random. Sometimes Party positions the pointer at center of the waitlist dialog, sometimes it doesn't, and if you do stuff on your own (and thus moving the mouse), it can get stuck.

Best practice would be to let the script work and sit back until all tables are up, but even I don't live by that rule. Second best is to interfer yourself, click the buyin dialog manually when it seems to have got stuck. Third best is to restart the script, close down all dialogs and rejoin.

As for getting joined at full tables, that is because Party don't let you join 6-max only. What the seat setting does is to select a 6-max table and click Join. The only practical purpose with this is to avoid joining 6-max tables when you want to join full tables.

Another solution for you might be to not use the Min Players feature, and join every 6-max table instead. This can be done with a new script feature I'll add soon.

Adde
Reply With Quote