[MTT PKO] Show Bounty Factor in HUD
Posted: Thu Sep 19, 2024 4:10 am
Hello,
I'm working on this project with the help of gpt 4 because i don't have enough knwoledge on the SQL/coding side.
Unfortunately the code that GPT suggests is not working due to different reasons.
First of all some colums names in PT4 are different.
Eg: player_id is id_player in PT4.
Apart this i suspect there are also differences in the sintax of the espression.
The goal here is to get the bounty factor displayed on HUD for each player.
BOUNTY FACTOR: Ratio between Starting Bounty units and starting stack units. This is very inportant to determine the weight of the bounty and the ability to widen our calling range to capture it.
First of all i need to be able to extract from the very first hand of the tourney the stack of hero (this will properly extract the data even if late registrating).
This allows to have the data of the starting stack.
The same needs to be done for the starting bounty.
With this data i can then make a stat that will do a ratio between units of starting bounties and units of starting stack.
Yesterday i was trying to extract the starting stack of hero but even if i corrected the gpt code with the right column names in PT4 the expression was not valid.
I will provide what GPT suggested me if anyine likes to examine it.
Is anyone able to determine if this is something we can do and help me on the coding side?
Thanks
I'm working on this project with the help of gpt 4 because i don't have enough knwoledge on the SQL/coding side.
Unfortunately the code that GPT suggests is not working due to different reasons.
First of all some colums names in PT4 are different.
Eg: player_id is id_player in PT4.
Apart this i suspect there are also differences in the sintax of the espression.
The goal here is to get the bounty factor displayed on HUD for each player.
BOUNTY FACTOR: Ratio between Starting Bounty units and starting stack units. This is very inportant to determine the weight of the bounty and the ability to widen our calling range to capture it.
First of all i need to be able to extract from the very first hand of the tourney the stack of hero (this will properly extract the data even if late registrating).
This allows to have the data of the starting stack.
The same needs to be done for the starting bounty.
With this data i can then make a stat that will do a ratio between units of starting bounties and units of starting stack.
Yesterday i was trying to extract the starting stack of hero but even if i corrected the gpt code with the right column names in PT4 the expression was not valid.
I will provide what GPT suggested me if anyine likes to examine it.
Is anyone able to determine if this is something we can do and help me on the coding side?
Thanks