Re: Poker Seat Taker (New AHK Script)
Hi Adde,
Thanks for replying.
Yes it helped in that it seems to work better but all is still not completely well.
The script seems to:-
Scan down the list in the lobby (it is filtered for the limit and number of seats that I want) and either try and take a seat or puts me on the wait list for that table.
I got the same error as before when it "saw" that 5/6 seats were taken but when it got to the table the "spare" seat was actually occupied. PST left the table but at that point the error dialog appeared. However, I am sure that the dialog is NOT related to the full table being visited because on other trials it happily opened and closed many tables without the error appearing.
I played and tested for quite some time and I saw the dialog only twice. Strangely on both occasoions, I clicked OK and PST continued as if nothing had happened. Expected?
I tested it with a full 12 tables and it happily sat down and took the 12 seats. However, it ignored the min seat request
pst_min_players = 5
but as I chose the
pst_method_is_any_table = 0
pst_current_table_list = 1
pst_join_nonfull = 1
options perhaps it does not "see" the min 5 players option.
This worked correctly for min; mid and max settings.
However, once it had joined the required number of tables, I was still on some waiting lists. It seems as if PST just leaves me on the lists but says "take me off" when the dialog saying a seat is avilable appears. Is this what it is supposed to do?
When I used the old version before on full tables, I used to press the hotkey for "1 table" and I got a reassuring beep. When the table was seated and bought in, I got a reassuring double beep and I could then request another table by pressing the hotkey again.
The beeps seem to have disappeared - I would like 'em back please [img]/images/graemlins/smile.gif[/img]
The only time I noticed them was when each individual table had been seated and when I used the hotkey stop key shown below. There was no indication that a "mid" request of say 4 tables had ALL been fulfilled.
pst_hotkey_stop = F9
e.g. if I selected the minimum tables, PST would put me on lists/grab tables until the requirement was filled. OK - job done but no beep beep to tell me that it was over (I think)If I pressed the same key again - nothing happens. However, if I press the hotkey-stop key then I get the double beep and it has now picked up the previous keypress (keyboard queue??) and finds another minimum number of tables.
Hope this helps.
trevor
PS - if you want more please ask
PPS - even as it is this script is very useful. I just seated 9 tables via max(4); hotkeystop; mid(2);hotkeystop; mid(2); hotkeystop; min(1) with no problem at all. Thanks.
cheers
nice program
|