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
  #1  
Old 11-04-2007, 05:27 PM
Pokerpun Pokerpun is offline
Member
 
Join Date: Aug 2006
Posts: 93
Default PAHUD in tournaments

My PAHUD + PT works fine at cash but not in tournaments- does PAHUD only work on cash tables?, or am I not setting it up correctly?
Reply With Quote
  #2  
Old 11-04-2007, 06:32 PM
Verde Verde is offline
Senior Member
 
Join Date: May 2006
Posts: 272
Default Re: PAHUD in tournaments

It should work, for some sites it's more complicated though.

Look if PT importing your hands or if you have "Minimum Hands Required" so high that the stats don't have time to show.
Reply With Quote
  #3  
Old 11-04-2007, 06:44 PM
KittyLiquor KittyLiquor is offline
Senior Member
 
Join Date: Feb 2005
Location: Desert
Posts: 578
Default Re: PAHUD in tournaments

Had the same problem yesterday. Was running 3 cash tables, all had stats, the 1 tourney table didn't have stats for a while, then the showed up. ??? I have min hands set at 1. Checked PT, hands were importing.

-----------Kitty
Reply With Quote
  #4  
Old 11-04-2007, 06:47 PM
PokerAce PokerAce is offline
Senior Member
 
Join Date: Jan 2005
Posts: 2,582
Default Re: PAHUD in tournaments

What site are you playing?
Reply With Quote
  #5  
Old 11-04-2007, 06:52 PM
MicroBob MicroBob is offline
Senior Member
 
Join Date: Sep 2003
Location: The cat is back by popular demand.
Posts: 29,344
Default Re: PAHUD in tournaments

I always have the issue on Stars where I get moved to a new table but PAHud leaves the stats from the old table up there.
Reply With Quote
  #6  
Old 11-04-2007, 07:45 PM
Pokerpun Pokerpun is offline
Member
 
Join Date: Aug 2006
Posts: 93
Default Re: PAHUD in tournaments

I have had the problem with Ipoker and Crypto sites
Reply With Quote
  #7  
Old 11-04-2007, 07:49 PM
thac thac is offline
Senior Member
 
Join Date: Apr 2006
Location: Go Buckeyes imo
Posts: 9,941
Default Re: PAHUD in tournaments

[ QUOTE ]
I always have the issue on Stars where I get moved to a new table but PAHud leaves the stats from the old table up there.

[/ QUOTE ]

Me too and I stopped playing tournaments because of it.
Reply With Quote
  #8  
Old 11-04-2007, 08:36 PM
_dave_ _dave_ is offline
Senior Member
 
Join Date: Feb 2005
Location: UK
Posts: 2,628
Default Re: PAHUD in tournaments

I posted this a while back to fix this issue:


Stars_MTT_PAHUD_Fix.ahk
;-----------------------------------------------------------------------------

#Persistent
#SingleInstance, Force
SetTitleMatchMode, 2
SetTimer, checktables, 60000 ; <-- CHANGE HERE FOR CHECK INTERVAL (Ms)
Gosub, checktables
return

checktables:
ps_tables := ""
WinGet, pslist, list, Logged In as, , PokerStars Lobby
WinGet, pa_id, id, PokerAce Hud
ControlGet, hudlist, List, Col3, SysListView321, ahk_id%pa_id%`n"

ps_tables := ""
Loop, %pslist%
{
ps_id := pslist%A_Index%
WinGetTitle, title, ahk_id%ps_id%
StringTrimRight, title, title, StrLen(title) - InStr(title, " - ")+1
ps_tables := ps_tables . "," . title
}

Loop, Parse, hudlist, `n
{
if (!InStr(ps_tables, A_LoopField))
{
;MsgBox, %A_LoopField% no longer open
WinClose, ahk_id%pa_id%
WinWaitClose, ahk_id%pa_id%
Run, C:\Program Files\PokerAce Hud\PAHud.exe, C:\Program Files\PokerAce Hud
}
}

return

;-----------------------------------------------------------------------------



It should still work [img]/images/graemlins/smile.gif[/img]

dave.
Reply With Quote
  #9  
Old 11-04-2007, 08:47 PM
KittyLiquor KittyLiquor is offline
Senior Member
 
Join Date: Feb 2005
Location: Desert
Posts: 578
Default Re: PAHUD in tournaments

[ QUOTE ]
Had the same problem yesterday. Was running 3 cash tables, all had stats, the 1 tourney table didn't have stats for a while, then the showed up. ??? I have min hands set at 1. Checked PT, hands were importing.

-----------Kitty

[/ QUOTE ]

My play is at PokerStars. I was at the same table for about 2 hours until I busted out. (Lost w/KK -vs- AK rigged ;-) It didn't work for about the first 45 minutes, then came up for about 30 seconds or so, then was off for another 15 minutes, then worked perfectly until I busted. Cash games were fine the entire time.

I only play 1 tourney a week, so if it's only me, no biggie. Could be something in my setup. Thx!

----------Kitty
Reply With Quote
  #10  
Old 11-04-2007, 09:29 PM
PokerAce PokerAce is offline
Senior Member
 
Join Date: Jan 2005
Posts: 2,582
Default Re: PAHUD in tournaments

[ QUOTE ]
I always have the issue on Stars where I get moved to a new table but PAHud leaves the stats from the old table up there.

[/ QUOTE ]

I believe this is a separate issue from what the OP is experiencing.
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 08:13 AM.


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