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
  #31  
Old 06-05-2006, 08:02 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

I would test PST without MTH. I'm not using MTH myself, but I think I read about it crashing the Party client recently. Perhaps that was caused by MTH and AHK both tampering with the Party software at the same time.

As for "Wait for BB", WindowGuard can automatically click that button too. If you don't figure out the settings file entry for this yourself, I can post it later, but now I'm in a hurry to leave. [img]/images/graemlins/smile.gif[/img]

Adde
Reply With Quote
  #32  
Old 06-19-2006, 07:43 PM
kurosh kurosh is offline
Senior Member
 
Join Date: Aug 2004
Location: mackin the bitches, smackin the hoes
Posts: 5,963
Default Re: Poker Seat Taker (New AHK Script)

This isn't working for me. I have the newest version of AHK and the code.
[ QUOTE ]
; 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 = 1

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

pst_min_tables = 1
pst_mid_tables = 6
pst_max_tables = 12

; 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 = No-Limit Hold'em
pst_game_blinds = $10/$20
pst_min_players = 5

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

pst_seats = 10

; 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 = 0

; 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

[/ QUOTE ]

Here are my settings. It will open one table and keep changing focus from the lobby to the table and back again. It won't buy-in or join a waitlist. If I close the table, it just opens it up again.

Do I need to use the standard background or something?
Reply With Quote
  #33  
Old 06-19-2006, 08:05 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 ]
Here are my settings. It will open one table and keep changing focus from the lobby to the table and back again. It won't buy-in or join a waitlist. If I close the table, it just opens it up again.

Do I need to use the standard background or something?

[/ QUOTE ]

Try selecting a table, leave the mouse pointer within Party client, press F2 to join 6 tables, and not doing anything (with mouse and keyboard) while the script is working. Same error?

Try same when mouse pointer is outside Party client. Same error?

Restart Party and PST, close all other poker apps, and try again. Same error?

Adde
Reply With Quote
  #34  
Old 06-20-2006, 08:13 AM
kurosh kurosh is offline
Senior Member
 
Join Date: Aug 2004
Location: mackin the bitches, smackin the hoes
Posts: 5,963
Default Re: Poker Seat Taker (New AHK Script)

Yes, yes, yes. I only get one table total still and it does nothing but switch back and forth.
Reply With Quote
  #35  
Old 06-20-2006, 05:50 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 ]
Yes, yes, yes. I only get one table total still and it does nothing but switch back and forth.

[/ QUOTE ]

I've thought about this now, and can't think of an obvious reason for the failure. The table that does open, has it got any open seats, or does it show the red colored "Seat Reserved"?

Adde
Reply With Quote
  #36  
Old 06-30-2006, 06:46 AM
supersub supersub is offline
Member
 
Join Date: Nov 2004
Location: sweden
Posts: 80
Default Re: Poker Seat Taker (New AHK Script)

i have the exact same error as kurosh. is there any chance you could make a script like the old version (partyseattaker)? that one worked for me until a few days ago but not anymore.
Reply With Quote
  #37  
Old 06-30-2006, 05:44 PM
EvanJC EvanJC is offline
Senior Member
 
Join Date: Jul 2004
Location: way down deep
Posts: 4,175
Default Re: Poker Seat Taker (New AHK Script)

same problem here =)
Reply With Quote
  #38  
Old 07-04-2006, 01:06 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 ]
same problem here =)

[/ QUOTE ]

You still have this problem after trying the latest update?

I'm a little lost in the chronology of PST posts, and I brought back a cold from Tour de France, so my head is a little tired right now... [img]/images/graemlins/tongue.gif[/img]

Adde
Reply With Quote
  #39  
Old 07-04-2006, 01:45 PM
EvanJC EvanJC is offline
Senior Member
 
Join Date: Jul 2004
Location: way down deep
Posts: 4,175
Default Re: Poker Seat Taker (New AHK Script)

now i can get it to open tables and sit down using the join any table with min players setting (1) but not while using the 0 setting for 6-max. this is what my script looks like. where did i screw up?

;_________________________________________________ _______________________________________________
;
; 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 = 6
pst_max_tables = 12

; 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 = $2/$4
pst_min_players = 4

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

pst_seats = 6

thanks!
Reply With Quote
  #40  
Old 07-05-2006, 09:30 AM
Adde Adde is offline
Senior Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 2,453
Default Re: Poker Seat Taker (New AHK Script)

It seems the latest Party update screw things up. It could be that I'm tired, but I am almost positive that the client changed button names for Open and Join when I restarted the client a couple of times. The Join button changed from AfxWnd4216 to AfxWnd4214, and I got the same error as you. Now I can't replicate that behaviour though, and the script works ok.

Try using exactly the same settings below as I did and see if things work.

Adde

;_________________________________________________ _______________________________________________
;
; 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 = 6
pst_max_tables = 12

; 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 = 0

; 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
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 09:56 AM.


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