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
  #41  
Old 07-09-2006, 07:23 AM
real843 real843 is offline
Senior Member
 
Join Date: Feb 2004
Location: Stockholm, Sweden
Posts: 103
Default Re: Poker Seat Taker (New AHK Script)

Great script!

Is there a way to specify minimum potsize to join a waitlist?
Reply With Quote
  #42  
Old 08-22-2006, 09:23 PM
RGL RGL is offline
Senior Member
 
Join Date: Mar 2006
Posts: 231
Default Re: Poker Seat Taker (New AHK Script)

I have been using PokerSeatTaker successfully for weeks at Party. This morning, it keeps getting stuck on opening a table with no players. When I close it, it opens the same table. I have the options set for opening only tables with 7 players. Again, it has worked like a charm through last night. Has Party changed anything? Any ideas?

Also, another player had the same problem this morning as reported on a thread I started. So it appears to be systemic.

Love the program, hope the problem can be simply fixed.
Reply With Quote
  #43  
Old 08-23-2006, 08:40 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

Ok, I think I've fixed it now. Download new version v0.16 and try it out. Tell me if it is working ok.

http://overcards.com/wiki/moin.cgi/PokerSeatTaker

Adde
Reply With Quote
  #44  
Old 08-23-2006, 11:52 PM
SukitTrebek SukitTrebek is offline
Senior Member
 
Join Date: Feb 2006
Location: The day is mine!
Posts: 304
Default Re: Poker Seat Taker (New AHK Script)

I tried the new version but still had the same problem. It opens the first table in the list (such as 2000nl if nl is selected) and then blinks back and forth between the table and the lobby.

-Trebek
Reply With Quote
  #45  
Old 08-24-2006, 08:20 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 ]
I tried the new version but still had the same problem. It opens the first table in the list (such as 2000nl if nl is selected) and then blinks back and forth between the table and the lobby.

-Trebek

[/ QUOTE ]

Im drunk. Ill reply later.

Adde
Reply With Quote
  #46  
Old 08-26-2006, 09:21 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

[ QUOTE ]
I tried the new version but still had the same problem. It opens the first table in the list (such as 2000nl if nl is selected) and then blinks back and forth between the table and the lobby.

-Trebek

[/ QUOTE ]

Post you settings here (every thing between "EDIT THESE SETTINGS" and "DO NOT EDIT BELOW HERE") and I will try it out.

Adde
Reply With Quote
  #47  
Old 08-29-2006, 04:08 AM
SukitTrebek SukitTrebek is offline
Senior Member
 
Join Date: Feb 2006
Location: The day is mine!
Posts: 304
Default Re: Poker Seat Taker (New AHK Script)

In trying to just get it to work, I was using it with the default settings.

-Trebek
Reply With Quote
  #48  
Old 09-09-2006, 08:47 AM
Chip Galore Chip Galore is offline
Junior Member
 
Join Date: Dec 2005
Posts: 4
Default Re: Poker Seat Taker (New AHK Script)

Hi Adde,

I'm trying to get 0.16 to work for the first time today. My Party client version is "Build number: 96/98, August 21, 2006".

I have tried to configure it to join full 6-max tables in current table list. When I press F1 to join 1 table, it scrolls down to the first 6-max table and tries to join waiting list. But this fails with a "Table name can't be found in dialog. Restart script and try again." message box.

Here's my setup:

;_________________________________________________ _______________________________________________
;
; EDIT THESE SETTINGS
;_________________________________________________ _______________________________________________

; Set what hotkeys should join tables.
; Leave empty (=) if you don't want to use a hotkey for a specific function.
; List of available hotkeys: http://www.autohotkey.com/docs/KeyList.htm

pst_hotkey_join_min = F1
pst_hotkey_join_mid = F2
pst_hotkey_join_max = F3

; Set what hotkey should stop the script.

pst_hotkey_stop = F4

; Set if ANY table (with min players) should be joined (1) or not (0).
; If not, all full tables in current table list in lobby will be joined.
; Use this method to join only 6-max tables.

pst_method_is_any_table = 0

; Set how many tables should be joined for min/mid/max.

pst_min_tables = 1
pst_mid_tables = 2
pst_max_tables = 4

; THESE SETTINGS ONLY AFFECT JOINING "ANY" TABLE (NOT "FULL")
; Set what game type to join. MUST be exactly as shown in Partypoker lobby!
; Set blinds for level to join. MUST be exactly as shown in lobby table list.
; Set min players for tables to join.

pst_game_type = Limit Hold'em
pst_game_blinds = $5/$10
pst_min_players = 7

; Set num of seats for table to join. Should be 10 (full), 6 (short) or 2 (headsup).

pst_seats = 6

; Set how much, in percent, of default amount (as shown in Buy-in dialog) you should byuin for.
; If percentage buyin doesn't work, you can set an absoulte amount to buyin with instead.
; pst_buyin_amount is is used if greater than 0, otherwise percentage buyin will be used.

pst_buyin_percent = 100
pst_buyin_amount =

; Set if you should sitout (1) or not (0) when you join a new table.

pst_sitout = 1

; Set position where new tables should be moved to. Leave blank for no move.
; To position each new table at a different position, use setting (pst_dynamic_position) below.

pst_abs_position_x = 2395
pst_abs_position_y = 0

; Set if each new table should be positioned at a new location.
; Default setting below will position tables evenly across two monitors.
; NOTE: If you join 5 tables, they will be positioned according to the setting below, but if
; you later choose to join 5 new tables, the positioning will start over from the first
; coordinate given in this setting.

; pst_dynamic_position = 0.0/0.575/795.0/795.575/1600.0/1600.575/2395.0/2395.575/397.288/1997.288

; Set if tables should be joined from the current table list in lobby (1) or not (0).
; If not, script will navigate to tables according to game type and blinds settings.
; If script fails to navigate to chosen game type, set this to (1) and navigate
; to game type yourself before starting to join tables.

pst_current_table_list = 1

; Set how many full table waitlists that should be joined.
; This setting only tells how many waitlists should be joined for full tables, and not how
; many actual tables that will be joined.

pst_max_waitlists = 999

; Set if nonfull tables should be joined (1) or not (0) when joining waitlists for full tables.

pst_join_nonfull = 1

;_________________________________________________ _______________________________________________
;
; DO NOT EDIT BELOW HERE
;_________________________________________________ _______________________________________________
Reply With Quote
  #49  
Old 09-09-2006, 07:53 PM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

I'll have a look at this tomorrowish.

(BTW, I didn't have any success with Trebek's issue. Hard to fix any problems when I can't reproduce the error; it all works fine on my computer. Strange stuff.)

Adde
Reply With Quote
  #50  
Old 09-10-2006, 11:53 AM
Chip Galore Chip Galore is offline
Junior Member
 
Join Date: Dec 2005
Posts: 4
Default Re: Poker Seat Taker (New AHK Script)

It is this line from PST_JoinOneFullTable() that fails to pick up the table name:

ControlGetText, tableName, Button1, Join Wait List ahk_class #32770, First Available

The tableName variable is blank after the call. I have checked the "Join Wait List" window with window spy, and as far as I can see the parameters are correct.

I noticed from the comments in the script that you use AHK 1.0.44.01, while I was using 1.0.44.08. I have upgraded to the latest 1.0.44.11, but it does not solve the problem. I cannot test with 1.0.44.01 since I don't have that version.
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 08:34 AM.


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