Open Side Menu Go to the Top
Register
PokerTracker 3 PokerTracker 3

05-20-2008 , 07:52 AM
Quote:
Originally Posted by ncboiler
Care to tell me how? Apparently it's not as easy and putting "hands" in the report stats box and then filtering for amt_rake>=0.40 AND amt_rake<=3.00. Not sure how you would get the hands with a rake of 3.00 using the same report.

This report thing kind of sucks imo and the documentation is REALLY bad. I would love to be able to use it but I just fingure it out and I am usaully good at figuring out this kind of ****.

Quote:
Originally Posted by pokerace
Make sure you are using the "Holdem Cash Hand" section for your report. The filter you mention should work fine.

We're aware that the documentation is lacking. We'll get better documentation out, it's just going to take some time.
There is nothing to count. I tired grouping by hole cards and counting hole cards and filtering for rake >=0.40 and <3.00 or rake >=3.00 and only get an error. When I try to run the report using only "Hands" it lists the hole cards filtered by my above rake filter. It doesn't count anything however.
05-20-2008 , 08:11 AM
Hi there, I'm experiencing a problem with PT3Hud. First time I ran it looked like it was working properly but now it's showing stats of players that are not even sat at my table. How can I solve that?
05-20-2008 , 08:23 AM
i don't understand how a product can go commercial without all poker rooms being supported. i don't know if it's been addressed, have to leave soon but wanted to post that UB hands are not being imported
05-20-2008 , 08:39 AM
Quote:
Originally Posted by meleader2
i don't understand how a product can go commercial without all poker rooms being supported. i don't know if it's been addressed, have to leave soon but wanted to post that UB hands are not being imported
That, and fixing known bugs I believe are their top priorities.
05-20-2008 , 09:58 AM
Quote:
Originally Posted by vilemerchant
You know i'm starting to realise, damn near everything works fine with PT2 and PAHUD..
Everything, except that for a No Limit player, PT2 is pretty much useless for self-analysis or villain analysis. Also, not having 3 bet type stats in a HUD is a huge detriment.

Guys (not directed at you vilemerchant btw), a lot of you weren't around when PT2 first came out. When it was commerically released, it had all sorts of problems. It took a LOT of time to get it to be the stable product it is today, and even today, it has some problems (such as a lack of multithreading). Josh is running a business. You don't have to purchase PT3 now and you should identify bugs/problems if you want to, but Josh and his team have provided a free beta of a useful program for a long time and I think a little bit of patience is warranted. And really the bottom line is that you have the right to try out the program with no obligation to buy it.

Just my thoughts.
05-20-2008 , 10:08 AM
just started messing around with PT3, tried to set an alias and got this message:

"Unable to execute query: UPDATE tourney_holdem_results SET id_player = 1054 WHERE id_player_real = 8176; Reason: Fatal Error ()"

the original name has one sng in the database, and the alias doesn't have any tourney info, if that helps. also, both names are on ftp - using a combination of the original from ftp and an alias from pokerstars does work, though.
05-20-2008 , 10:20 AM
Quote:
Originally Posted by meleader2
i don't understand how a product can go commercial without all poker rooms being supported.
Because 3/4 networks covers 90%+ of their customers?
05-20-2008 , 11:19 AM
Have they posted a time frame of how long it will be before UB/AP hands are supported?
05-20-2008 , 11:37 AM
Quote:
Originally Posted by ClutchCity
Can you explain where to input that code please. And if it's not too much trouble, how to? It sounds like I'll have to do some messing around with the command prompt or something. I really wanna make use of the fold to 3bet PRE, as it seems like the only fold to whatever stat that matters. I could also use a fold to 4bet pre.

Hey I tried Dave's code for the Fold to 3bet stat and it says "Expression is not valid", anyone has any idea why is that ? :

(SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end)) / (SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end))

Edit: Do I write it under the Statistics tab or under the Columns tab, or anywhere else ? I am a noob at this stuff

Last edited by Greg29; 05-20-2008 at 11:43 AM.
05-20-2008 , 12:47 PM
Ok I tried something for the Fold to 3bet stat, can someone confirm that it's correct:

F3b = (cnt_f_3bet_after_raise / cnt_f_3bet_after_raise_opp) * 100

where cnt_f_3bet_after_raise = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.enum_p_3bet_action = 'F'),1,0])

and

cnt_f_3bet_after_raise_opp = sum(if[(holdem_hand_player_statistics.flg_p_first_raise) AND (holdem_hand_player_statistics.flg_p_3bet_def_opp) ,1,0])


Thank you
05-20-2008 , 01:30 PM
Quote:
Originally Posted by Stosh
When will it be possible for us to import HUD layouts from PAHUD? Also when will you be implementing templates similar to PAHUD's "Layout Manager" so we can work on HUD layouts without having active tables open?
My only question too. Used the beta and what not but would rather just have something like the old version instead of programming the stuff in myself.
05-20-2008 , 02:49 PM
I really hope you've fixed the problem of importing large files taking a long time for the next release
05-20-2008 , 04:37 PM
have an ridiculous problem with reports. I have a huge DB and a simple report take 30 minutes. When it is ready i wanna take a note over a x player, i did double click over player and report reload taking 30 minutes extra :S
My other problem is that HUD dont work Ipoker but in b10, and previous versions worked OK.
05-20-2008 , 05:11 PM
My databases have disappeared after installing 3.00.1. They don't show up in database management either. Everything was working fine with the last beta. How can I get them back?
05-20-2008 , 05:26 PM
Quote:
Originally Posted by Eddi
My databases have disappeared after installing 3.00.1. They don't show up in database management either. Everything was working fine with the last beta. How can I get them back?
PT3 > Database > Database Management > New > Browse Databases
05-20-2008 , 06:14 PM
Quote:
Originally Posted by Dazarath
PT3 > Database > Database Management > New > Browse Databases
Thanks
05-20-2008 , 06:31 PM
Please update. PT3 is decreasing my edge Crashed every 5 minutes ... and so on. beta 11 was better than final release lol
05-20-2008 , 06:36 PM
There's a pretty gigantic difference between the commercial release and the final release.
05-20-2008 , 07:17 PM
Quote:
Originally Posted by BetYourLife
Please update. PT3 is decreasing my edge Crashed every 5 minutes ... and so on. beta 11 was better than final release lol
Send the log files to PT3 support using a support ticket. It would be better if you could provide as many details as possible with regards to what you were doing that led up to the crash. Josh has said that they have a ton of support tickets to go through, so expect a little wait before you receive a response. I'm sure the turnaround time will be much better once the first flood of tickets is handled and everything settles down.
05-20-2008 , 07:45 PM
I'm so disappointed with this HUD. There is no way this product should have went gold in its current state. I work in the games industry and if we released a buggy piece of crap like this...we would be shut down instantly. The reason I went with PT3 was because of your past record with PT2 but man, this HUD is just brutal. I can't even play more then 3 tables without major lag. Whats even worse is the lack of features that other HUDS have + its a major pain in the ass to configure. It feels like a feature you literally threw out there without proper design/testing just so you could release PT3 and make some $. I finally had to break down and try out pokerobserver and all I have to say is you guys seriously have a lot of work left to do on your HUD and it better be quick because I bought PT3 to use it...not to use PT2 and PA as you recommend in your forums.
Signed a disgruntled customer who is regretting buying PT3
05-20-2008 , 08:03 PM
I am about to buy PT3, I want to move only a part of my PT2 database. I have way too many datamined hands and its taking like 2 days so I gave up on manually importing them. Is there a way to take only a certain group of hands from PT2 and import them into PT3. I am kinda newbish when it comes to stuff like this. I browsed every post in this thread as well at the PT3 site didnt really find out how.
05-20-2008 , 08:30 PM
Quote:
Originally Posted by xxrod17xx
I am about to buy PT3, I want to move only a part of my PT2 database. I have way too many datamined hands and its taking like 2 days so I gave up on manually importing them. Is there a way to take only a certain group of hands from PT2 and import them into PT3. I am kinda newbish when it comes to stuff like this. I browsed every post in this thread as well at the PT3 site didnt really find out how.
When you export hands from PT2, you can filter hands by date/stakes/site/etc.
05-20-2008 , 08:34 PM
Please make it so we can edit the pop up stats on the HUD!!! Thank you!
05-20-2008 , 08:35 PM
Quote:
Originally Posted by younggunz
I'm so disappointed with this HUD. There is no way this product should have went gold in its current state. I work in the games industry and if we released a buggy piece of crap like this...we would be shut down instantly. The reason I went with PT3 was because of your past record with PT2 but man, this HUD is just brutal. I can't even play more then 3 tables without major lag. Whats even worse is the lack of features that other HUDS have + its a major pain in the ass to configure. It feels like a feature you literally threw out there without proper design/testing just so you could release PT3 and make some $. I finally had to break down and try out pokerobserver and all I have to say is you guys seriously have a lot of work left to do on your HUD and it better be quick because I bought PT3 to use it...not to use PT2 and PA as you recommend in your forums.
Signed a disgruntled customer who is regretting buying PT3
+1 not being able to edit the pop up stats is a deal breaker.
05-20-2008 , 09:07 PM
say i have a 6 million hand databse and like 1/3 of that is NL100 and the rest is 200NL.
is there anyway to purge the 200NL hands from the database so its not so damn huge anymore...cuz i moved down


also is there anyway to purge hands that are older than say 6 months etc?

NOT filter...GET rid off

      
m