AHK HUD - Enjoy

General discussion of PokerTracker 3.

Moderator: Moderators

Re: One players stat is not on wondow

Postby _dave_ » Tue Jun 10, 2008 9:41 pm

SoreNuts wrote:Great proggy! I may have messed up a players stat window. It does not appear in the table window. I know it's available because when I resize I find it. Question is what it the easiest way to get these stats back to seat 9 where they belong?


resize then drag it right over the appropriate player's name?

If it all gets horribly mesed up, delete the ahk_hud.ini file - that resets all stats to their default positions (all on top of each other, where the player name box is on stars)
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby _dave_ » Tue Jun 10, 2008 9:41 pm

stretch_68 wrote:hey Dave the hud stopped working but it left a error log, how can i send it to you to look at? thanks


PM the contents (or last few tens of lines) to me on here or 2p2.
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby stretch_68 » Wed Jun 11, 2008 11:10 pm

Hey
dave just wondering if u got that error file, I didnt know if I sent the right way or not, thanks.
stretch_68
 
Posts: 15
Joined: Fri Apr 11, 2008 11:10 pm

Re: AHK HUD - Enjoy

Postby mofo » Thu Jun 12, 2008 3:27 pm

crt32 wrote:I use a 3.5 mio hands database, so the HUD (the PT3 HUD aswell) is way too slow.
After playing around with the database, I found out the following:

You are using SQL Queries like that:
SELECT player_name,SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player)
FROM holdem_hand_player_statistics hhps, player p, holdem_hand_summary hhs
WHERE hhs.id_hand = hhps.id_hand AND hhps.id_player = p.id_player
AND p.player_name_search = 'PLAYERNAME' GROUP BY player_name

On my 3.5 mio hands database this query takes about eight minutes!

However, executing a query like the following takes only 1-2 seconds:
SELECT SUM(case when (hhps.flg_vpip) then 1 else 0 end) || ''/'' || count (hhps.id_player)
FROM holdem_hand_player_statistics hhps, holdem_hand_summary hhs
WHERE hhs.id_hand = hhps.id_hand AND hhps.id_player = PLAYER_ID

So, what I want to suggest (and I would be very pleased, if you could implement this) is to get the player's IDs out of the database with an extra query and then use that IDs instead of the players' names to get the stats.


I'm not getting results like this at all. Maybe when you run the other query first there are some data in DB's internal cache that is used in the second query?
mofo
 
Posts: 31
Joined: Tue Feb 19, 2008 6:49 am

Re: AHK HUD - Enjoy

Postby Uiko » Wed Jun 18, 2008 5:05 am

Just wanted to bump saying I still use and love this Hud. :)

I now use it together with PT3-hud.
Uiko
 
Posts: 50
Joined: Sat Jan 26, 2008 7:22 pm

Re: AHK HUD - Enjoy

Postby DesrAw » Wed Jun 18, 2008 10:02 am

_dave_ wrote:There is a massive to-do list I am slowly working through - both these features are on it for sure.


how far along is this?

Edit: oops. you were referring to adding support for ipoker miniview
DesrAw
 
Posts: 62
Joined: Sun Feb 17, 2008 11:39 am

Re: AHK HUD - Enjoy

Postby animeishon » Fri Jun 20, 2008 1:24 pm

Would this AHK HUD work through crossover for mac on pokerstars or fulltilt?
animeishon
 
Posts: 4
Joined: Sat Apr 26, 2008 12:22 am

Re: AHK HUD - Enjoy

Postby _dave_ » Fri Jun 20, 2008 5:50 pm

animeishon wrote:Would this AHK HUD work through crossover for mac on pokerstars or fulltilt?


It should I think - if not with crossover, with wine. Autohotkey is listed as "platinum" on wine appdb: http://appdb.winehq.org/objectManager.p ... n&iId=8043

It is likely you'd have to use the windows versions of Stars / FTP running under wine too.
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby digs » Wed Jun 25, 2008 12:23 am

running vista, have latest version of stars and tilt

got the hud on the table with stats showing on tilt but nothing on stars.

also tables are sometimes showing up in the ahk window, sometimes not lol.

weird eh? I'll keep working on it obv, but if anyone has experienced stuff like this any help would be much appreciated :P
digs
 
Posts: 1
Joined: Fri Jun 20, 2008 1:23 am

Re: AHK HUD - Enjoy

Postby six4withafro » Fri Jul 04, 2008 12:57 am

_dave_ wrote:I've been 12-tabling with it for the last 5K hands :) - I didn't want to post until I could at least do that! I had some troubles before then with maxing CPU usage, but those are now much less of an issue - who'd have thought transactions would make such a difference lol :)


Hi,

what changes did you make to your config file to reduce cpu usage?

Thank you for responding.
six4withafro
 
Posts: 199
Joined: Fri Mar 07, 2008 3:33 pm

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 12 guests

cron
highfalutin