Page 1 of 1

Player Name/Color Ranges

PostPosted: Sat Mar 02, 2013 1:02 am
by SeBiX7
Hi
Is there any way to change 'color ranges'' of 'player name' stat?
I would like to color "player name" stat by the "Live Amt BB" values
How can i do that?
Regards
SeBiX7

Re: Player Name/Color Ranges

PostPosted: Sat Mar 02, 2013 5:40 am
by WhiteRider
Yes - you can do this by applying colours to the statistic directly, rather than in the Hud.
Go to Configure > Statistics and click the green question mark icon in the bottom corner to watch the tutorial video for more information - there is a brief overview in this tutorial too. You can colour by any stat or column, not just the selected stat.

Re: Player Name/Color Ranges

PostPosted: Sat Mar 02, 2013 2:12 pm
by SeBiX7
Ok,
so this is how it looks before changes:

Image
First stat is 'Live Amt BB', second is a name stat

then i made stg like that
Image

result
Image

if i put any color stat in 'color' tab for 'player name' stat all stats disappear from HUD except 'Live Amt BB' stat
only removing all colors from 'color' tab fix the problem, but still it doesnt answer for my question in the first place


any solutions?

regards
SeBiX7

Re: Player Name/Color Ranges

PostPosted: Sat Mar 02, 2013 3:41 pm
by WhiteRider
Apologies - I missed that you wanted to colour by a live stat. I would expect that to work but I'm seeing the same thing.
Please open a Support Ticket with a link to this thread and I'll put this on my list to investigate further and report to the development team to be fixed.

Re: Player Name/Color Ranges

PostPosted: Sun Mar 03, 2013 5:52 am
by WhiteRider
Again, apologies - I'm told that colouring by live stats won't work.

Re: Player Name/Color Ranges

PostPosted: Sun Mar 03, 2013 8:49 am
by SeBiX7
That's a shame.
Well, thanks for info.

Re: Player Name/Color Ranges

PostPosted: Tue Apr 09, 2013 7:37 am
by oracle3001
Again, apologies - I'm told that colouring by live stats won't work.


I have just come across this thread, as I want to colour code the player name by stack size.

I am slightly confused by this, as I am able to colour code other stats by stack size and can colour code a player name like this..

Player (colour coded) (trimmed to 10 characters)

Value Expression:- format_number((live_amt_stack / live_amt_bb), 0, false, false)

Format Type:- ignore_formatting(trim(str_player_name,10))

Condition:- (live_amt_stack / live_amt_bb) < 20

so logically (and technically) why shouldn't you be able to do it directly?

Re: Player Name/Color Ranges

PostPosted: Tue Apr 09, 2013 8:11 am
by kraada
Live stats use different queries against a different database table which doesn't join to the rest (the live_ tables don't join to cash_hand_player_statistics for example), and when the single stat is loaded it wants all of its data to be gotten from one query which can't happen since there's no way to join those two tables. As such, it you can't combine these two types of data into one stat.

Re: Player Name/Color Ranges

PostPosted: Wed Oct 30, 2013 9:26 pm
by deLuxy
This is such a bummer :(

highfalutin