Since there definitely was something wrong with the drop rate (with all these people complaining, including me) I hope we'll get a free event girl as compensation.*wink wink*
Since there definitely was something wrong with the drop rate (with all these people complaining, including me) I hope we'll get a free event girl as compensation.*wink wink*
There was nothing wrong, A 0.1% X 3 = 0.3% it's still minimal. 3‰ means 3 in 1000. But that resets per each fight. It doesn't increase the more you fight. It's a dice roll to basicly roll 1000 6's in a row. Anyway, it's complete rng and people that didn't obtain the girls are just mad duo their lack of luck. No compensation![]()
It is funny to read all the comments.
The last two events i have been Luck God, since i have obtained all girls. However, for instance, i obtained nothing in Valentine and Spring event.
Luck is luck and random is radom.
And although it is something frustating, if they x3 the drop rate you have three times more possibilities to get a girl.
On the other hand, and a suggestion, i think that they could increase the drop rate such as the player is playing until a maximum. For instance, i do not know the exact drop rate, but if the drop rate is 1% they could increase it until 5% given X games. Although it keeps being random, the player is rewarded.
Well it must be super frustrating for completionist, or people who spend Kobans to refill stamina. Pay so much, give it time so much, get nothing in return.
Personally, I'm fine with it. Get girls? cool. Can't get? okay. HH is more of a time killing game while waiting for other games stamina anyway. And with me recently start with Girl Symphony on DMM. I think I'll give up on HH entirely. The stamina stack on level up is very high that you can play continuously and you will level up again in no time. So technically it's infinite stamina for at least first 50 levels by my calculation.
FKG ID
DMM ID: 561075604 (106/107)
IGN: Dusk
[Just a guy with bad self control and blow his gems for more salt and sodium chloride]
I want the evolved Tatiana......I only got 3 event girls
All of you probably got at least Geekette...so everyone got 1 event girl.
Last edited by kruliaco; 05-15-2017 at 12:35 PM.
Yeah, the RNG is absolute bullshit. Here's the thing - if a girl drop is actually 0.1% like people are saying, that means that, if you don't pay koban for it, you will get a new girl once every two weeks - if you fight the trolls every twenty minutes, 24/7. A 3x boost should in theory make that every five days - again, assuming you do not sleep. I'd give you more numbers but I need to go.
- - - Updated - - -
Yeah, the RNG is absolute bullshit. Here's the thing - if a girl drop is actually 0.1% like people are saying, that means that, if you don't pay koban for it, you will get a new girl once every two weeks - if you fight the trolls every twenty minutes, 24/7. A 3x boost should in theory make that every five days - again, assuming you do not sleep. I'd give you more numbers but I need to go.
- - - Updated - - -
Same as last guy, got time to math.
So, let's say you actually do sleep, because you are actually human. And let's say you get 8 hours a night, and that you spend all day everyday playing this game. On a typical day - as opposed to a festival event - you spend 16 hours farming trolls. That's 48 fights a day, not counting the runoff fights you get because you actually have to sleep and are a loser because you aren't a mindless robot/the dev team's ATM.
At that rate, with a 0.1% drop rate, you will get a girl once every THREE weeks, based on probability alone. With a 3x modifier, that might actually give you a chance at both girls - you should get one a week at that rate - but that assumes that 1) you actually are able to keep attacking trolls every 20 minutes, and 2) that the RNG biases out used numbers. It does not.
That's why a 3x multiplier is useless - the rates are too low for the average player to actually get anything. It's not "Oh, you didn't get both girls? How unfortunate for you, sucker." If you got both girls and it wasn't by the skin of your ballsack, you are a statistical anomaly.
- - - Updated - - -
Yeah, the RNG is absolute bullshit. Here's the thing - if a girl drop is actually 0.1% like people are saying, that means that, if you don't pay koban for it, you will get a new girl once every two weeks - if you fight the trolls every twenty minutes, 24/7. A 3x boost should in theory make that every five days - again, assuming you do not sleep. I'd give you more numbers but I need to go.
- - - Updated - - -
Got time to math.
So, let's say you actually do sleep, because you are actually human. And let's say you get 8 hours a night, and that you spend all day everyday playing this game. On a typical day - as opposed to a festival event - you spend 16 hours farming trolls. That's 48 fights a day, not counting the runoff fights you get because you actually have to sleep and are a loser because you aren't a mindless robot/the dev team's ATM.
At that rate, with a 0.1% drop rate, you will get a girl once every THREE weeks, based on probability alone. With a 3x modifier, that might actually give you a chance at both girls - you should get one a week at that rate - but that assumes that 1) you actually are able to keep attacking trolls every 20 minutes, and 2) that the RNG biases out used numbers. It does not.
That's why a 3x multiplier is useless - the rates are too low for the average player to actually get anything. It's not "Oh, you didn't get both girls? How unfortunate for you, sucker." If you got both girls and it wasn't by the skin of your ballsack, you are a statistical anomaly.
- - - Updated - - -
Fuck it, I give up trying to edit this shit.
So I guess it's not 0.1% then. Every event I get both event girls and one or two regulars, and I probably get 16 "hours" of play in per day (I check in every hour or two and blast through whatever saved fight points I've got).
What does this even mean? It makes no sense.
That's not how it works. Say for the sake of argument there's a 0.1% chance of a drop, and mt_getrandmax() is 2147483647. You call mt_rand() and if the result is < (2147483647/1000) then a girl drops. If you want to increase the chance of a drop you don't go "oh mt_rand() returned 9823625 I'll remember that number and if mt_rand() returns that again I'll get a new random number instead" you just increase the probability.
It isn't something this game does, but it's quite a common thing. In systems that do use that, a 0.1% chance would be guaranteed to happen within every full set (assuming the sets size is 1000, then it would happen exactly once), but it would be at a random place in the set. This also has a very different effect compared to just increasing the probability, as it also limits the max amount of something you can have in a row. It's very important to have that kind of behavior in certain cases, like when simulating a deck of cards on the go. Also, both me and the other guy said the game doesn't do that, so I don't know why you're trying to argue that it doesn't do that...
Last edited by soviras; 05-17-2017 at 07:39 PM.