888/Party/StarsCaption
This is the support thread for 888/Party/StarsCaption, multi-purpose utilities for the 888, bwin.party, Poker Stars sites/networks.
Hi
You don't need StarsCapiton for this
You can find several custom notes here, for example
This works but seems to prevent stars updates which isn't ideal. Would it be possible to incorporate this into stars caption?
Hi
Try to check #1 and #6
Thanks. Yes 1 and 4 are all fine. Everything seems to be working as expected though with the new update today.
Hi
Do you need it for openraise/isolate or for 3bet/squeeze?
And in which of Captions? (WianamaxCaption and 888Caption have nc variable and StarsCaption doesn't, therefore, it is possible to do this only indirectly and not in all situations there)
I want for 3bet/squeeze and I use StarsCaption.. I try with some formulas but I don't have the result that I expected
I want for 3bet/squeeze and I use StarsCaption.. I try with some formulas but I don't have the result that I expected
You can't get the number of callers directly, but this value (pot-bb-sb-antes-raise) is a part of the pot that the calls added, so you can divide it to raise and get their number (it won't work quite right if one of them is on sb or bb)
Next you need to multiply this amount by bb, so the result is
12bb+(pot-bb-sb-antes-raise)/raise*bb
Next, in the bet settings, you can set up rounding up to 1bb, this should compensate for the inaccuracy of calculating the number of callers.
Let me know if it works
There isn't a way to do a hotkey for like multiple limpers right for preflop raise on stars right? Example, for every limper, you want to make it 2.1x + limper? So say 3 limpers. You want it to make it 5.1x.
I believe you said stars no longer allowed this function anymore with starscaption? I believe on 888caption, that still works?
There isn't a way to do a hotkey for like multiple limpers right for preflop raise on stars right? Example, for every limper, you want to make it 2.1x + limper? So say 3 limpers. You want it to make it 5.1x.
I believe you said stars no longer allowed this function anymore with starscaption? I believe on 888caption, that still works?
In 888Caption or WinamaxCaption you can use a direct formula like
2.1bb+nc*bb
or
(2.1+nc)*bb
There is no nc variable in StarsCaption (you are right here), but you can use some indirect ways with calculations from the size of the pot, like this:
2.1bb+pot-bb-sb-antes
They won't always give an accurate result, but for most cases this is good enough.