Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > Internet Gambling > Software

Reply
 
Thread Tools Display Modes
  #1  
Old 11-20-2006, 05:58 PM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

Hey, didn't see your post for a few days, Reef. I'm a little confused - did you run the script before you made your buddy list? 2 possible explanations are that the script didn't find any buddies online (would happen if your buddies.txt file was empty when you ran the script or none of them were on and result in the file not being written) or your c:\ drive is named something different? You can edit the script to put the file anywhere you would like, so check the path and make sure it's ok.
Reply With Quote
  #2  
Old 11-20-2006, 08:12 PM
Reef Reef is offline
Senior Member
 
Join Date: Jul 2004
Location: PCPforums
Posts: 13,198
Default Re: Stars Buddy List AHK Script

made the buddy list with about 100 names. Ran the script afterwards. I'll try it again and check the path. thx
Reply With Quote
  #3  
Old 11-29-2006, 12:45 PM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

I was just messing around with my PT database this morning and came up with this query to generate a buddy list automatically. Here it is if anyone wants to use it - works on postgres. You can change the values in the HAVING clause - the first line is number of hands, then, VP%IP, then WTSD

[ QUOTE ]

select players.screen_name as screenName
FROM (game INNER JOIN game_players ON game.game_id = game_players.game_id
INNER JOIN players ON game_players.real_player_id = players.player_id)
GROUP BY players.screen_name
HAVING (COUNT(game_players.game_id) > 100)
AND (AVG(game_players.vol_put_money_in_pot) > .5)
and (SUM (game_players.went_to_showdown_n) * 100 / SUM (game_players.saw_flop_n) > 33)
ORDER BY (AVG(game_players.vol_put_money_in_pot));



[/ QUOTE ]
Reply With Quote
  #4  
Old 11-29-2006, 01:09 PM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default Re: Stars Buddy List AHK Script

How do u run a query on PT database?
Reply With Quote
  #5  
Old 11-29-2006, 01:42 PM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

http://www.pokertracker.com/forum/viewforum.php?f=11
Reply With Quote
  #6  
Old 11-30-2006, 02:27 AM
NoahSD NoahSD is offline
Senior Member
 
Join Date: Aug 2005
Posts: 8,925
Default Re: Stars Buddy List AHK Script

God, it would be amazing if this were slightly more sophisticated... i.e., showed which tables the fish were at, maybe even gave you a screen to open them.
Reply With Quote
  #7  
Old 12-01-2006, 11:51 AM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
God, it would be amazing if this were slightly more sophisticated... i.e., showed which tables the fish were at, maybe even gave you a screen to open them.

[/ QUOTE ]

It would be, but unfortunately there is no way to read the "found player" box in autohotkey as far as I know. So I believe we're stuck with this pretty much the way it is.
Reply With Quote
  #8  
Old 03-11-2007, 05:03 PM
TheMetetron TheMetetron is offline
Senior Member
 
Join Date: Oct 2004
Location: Blog Updated Dec 1st
Posts: 6,839
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
How do u run a query on PT database?

[/ QUOTE ]

That link to the PT forum was useless. Anyone want to cliff notes this for me?
Reply With Quote
Reply

Thread Tools
Display Modes

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 01:24 AM.


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