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
  #11  
Old 11-06-2006, 02:25 PM
MYNAMEIZGREG MYNAMEIZGREG is offline
Senior Member
 
Join Date: Jun 2005
Location: LeggoPoker
Posts: 2,022
Default Re: Stars Buddy List AHK Script

Can someone get the tables/limits on here?
Reply With Quote
  #12  
Old 11-06-2006, 03:23 PM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
Can someone get the tables/limits on here?

[/ QUOTE ]

You're all welcome to try it out, AHK documentation is avalable at www.autohotkey.com. It's not too difficult and I'm sure someone with a little more time on their hands than I have at the moment could get something like this up pretty quick.
Reply With Quote
  #13  
Old 11-06-2006, 10:20 PM
TheIrishThug TheIrishThug is offline
Senior Member
 
Join Date: Jan 2005
Location: Belligerent and numerous
Posts: 1,819
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
How do I save as a .ahk file? I keep getting .ahk.txt every time.

[/ QUOTE ]

When you are at the save menu, Make sure "Save as type:" is set to "All Files". The default is "Text Documents" and will tack on the .txt if the name you enter does not already end with one.
Reply With Quote
  #14  
Old 11-13-2006, 10:58 PM
schwza schwza is offline
Senior Member
 
Join Date: Apr 2003
Location: get more chips than chips ahoy
Posts: 10,485
Default Re: Stars Buddy List AHK Script

this is an awesome program, but i've started having some problems. sometimes the "find a tournament" choice gets picked instead of "find a player." sometimes it doesn't cause any problems, but sometimes every player after the incident gets written to the onlinebuddies.txt file. i have ~100 players in my buddy list. thanks!
Reply With Quote
  #15  
Old 11-16-2006, 10:53 PM
schwza schwza is offline
Senior Member
 
Join Date: Apr 2003
Location: get more chips than chips ahoy
Posts: 10,485
Default Re: Stars Buddy List AHK Script

[ QUOTE ]
this is an awesome program, but i've started having some problems. sometimes the "find a tournament" choice gets picked instead of "find a player." sometimes it doesn't cause any problems, but sometimes every player after the incident gets written to the onlinebuddies.txt file. i have ~100 players in my buddy list. thanks!

[/ QUOTE ]

bump. thanks!
Reply With Quote
  #16  
Old 11-17-2006, 03:46 AM
wildzer0 wildzer0 is offline
Senior Member
 
Join Date: May 2005
Location: Balmer, hon
Posts: 2,211
Default Re: Stars Buddy List AHK Script

I've been playing a little bit with stuff like this, getting better incident handling in the script - because I've had pretty simliar problems. Right now the only advice I can offer is to monitor and click out of any unexpected windows asap. This weekend, I have a long plane ride, so I'll mess with the script some more and try to make some improvements. I guess there's a pretty awesome full tilt buddy list right now, so I'll try to steal some ideas from it [img]/images/graemlins/smile.gif[/img]
Reply With Quote
  #17  
Old 11-17-2006, 02:14 PM
Reef Reef is offline
Senior Member
 
Join Date: Jul 2004
Location: PCPforums
Posts: 13,198
Default Re: Stars Buddy List AHK Script

ran stars, ran the script, compiled the buddylist correctly, but could not find : "c:\onlinebuddies.txt" and searched for "onlinebuddies" but comp came up with nothing

help is appreciated
Reply With Quote
  #18  
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
  #19  
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
  #20  
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
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 03:16 AM.


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