+ Reply to Thread
Page 4 of 9 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 83
  1. #31

    Join Date
    Mar 2017
    Location
    Beirut
    Posts
    48
    Credits
    50
    Quote Originally Posted by gds View Post
    didn't say I was mad said I was confused as he dropped the wrong girl.. thats why i asked them to check the drop priority not said something like you stupid beep beep beeps fix your game. see the difernce?
    last event it happened with me I remember being confused and happy later on i won the event girl
    after all it is a random drop
    ahmad-sama


  2. #32
    gds Guest
    Quote Originally Posted by ahmadsama View Post
    last event it happened with me I remember being confused and happy later on i won the event girl
    after all it is a random drop
    it maybe a random drop but you would think the girl they are giving away for the event would have the priority to drop before his other random girls drop? i mean we only have 2 weeks to farm them last thing I want is to be not getting the 1 girl i cant get any other time after the event god knows i have already hit grunt over 150 times now i havnt even start on the dark lord yet.

    It would make no sence to have a event and make the limited time event girl not the priority to drop first right?

  3. #33

    Join Date
    Mar 2017
    Location
    Beirut
    Posts
    48
    Credits
    50
    Quote Originally Posted by gds View Post
    it maybe a random drop but you would think the girl they are giving away for the event would have the priority to drop before his other random girls drop? i mean we only have 2 weeks to farm them last thing I want is to be not getting the 1 girl i cant get any other time after the event god knows i have already hit grunt over 150 times now i havnt even start on the dark lord yet.

    It would make no sence to have a event and make the limited time event girl not the priority to drop first right?
    you have a point and hopefully you'll get them soon
    ahmad-sama

  4. #34

    Join Date
    Jul 2016
    Location
    Harem Heroes Wiki Hero
    Posts
    503
    Credits
    471
    The drop rate of event girls is a bit higher then the normal girls. That doesn't mean you're not able to pull the other regular girls before the event

  5. #35
    gds Guest
    Quote Originally Posted by Greetingz View Post
    The drop rate of event girls is a bit higher then the normal girls. That doesn't mean you're not able to pull the other regular girls before the event
    that seems a bit dumb to me.. its not very hard to set the code to make the event girl top priority. I mean the code is already there to not give you the same girl over again so making it say you get the event girl first then the other girl if you have her already is just a mater of some very simple coding.

    i mean there is some very simple ways it could be coded.

    roll % = girl pull list
    only event girl listed
    check flag does player have girl number id?
    if yes pull default girl list
    roll
    id number
    does player have id number?
    if yes reroll new id number
    if yes to all id pull list 2

    and so on now of course this is just desk code not real code but it proves a point

  6. #36
    You seem to be missing something. Each girl is a drop of it's own with it's own roll. It doesn't roll 1 time to determine if you get a girl and then choose the girl, it rolls one time for each girl you can still get and then if you had a successful roll it will give you the girl you had a successful roll on. If you didn't get any girls from Grunt (as an example), then there are currently 4 rolls for girls, one of which is the higher chance event girl. You can get any of them at any time, but only if the roll for a specific girl is successful.

    If they made the girl drop always be the event girl if one is available, it would create more issues than it would solve. For instance, the event girl drop chance would be much higher for someone with no girl drops compared to someone who had all 3 normal ones already if every successful roll gave the event girl. If we simplify the situation and make the odds for the event girls and normal girls equal at 1/1000 and use simplified calculations, then this should explain the issue with it:
    1/1000 * 4 = 4/1000 = 1/250 chance to get the event girl with 0 girls obtained from grunt/dark lord, 3/1000 = 1/~333 chance with 1 girl obtained, 1/500 with 2 girls obtained, 1/1000 with 3 girls obtained.

    The odds are only an example though (we don't know the real odds), and it's not fully accurate, but it's close enough.

  7. #37
    Unregistered Guest
    Quote Originally Posted by soviras View Post
    You seem to be missing something. Each girl is a drop of it's own with it's own roll. It doesn't roll 1 time to determine if you get a girl and then choose the girl, it rolls one time for each girl you can still get and then if you had a successful roll it will give you the girl you had a successful roll on. If you didn't get any girls from Grunt (as an example), then there are currently 4 rolls for girls, one of which is the higher chance event girl. You can get any of them at any time, but only if the roll for a specific girl is successful.

    If they made the girl drop always be the event girl if one is available, it would create more issues than it would solve. For instance, the event girl drop chance would be much higher for someone with no girl drops compared to someone who had all 3 normal ones already if every successful roll gave the event girl. If we simplify the situation and make the odds for the event girls and normal girls equal at 1/1000 and use simplified calculations, then this should explain the issue with it:
    1/1000 * 4 = 4/1000 = 1/250 chance to get the event girl with 0 girls obtained from grunt/dark lord, 3/1000 = 1/~333 chance with 1 girl obtained, 1/500 with 2 girls obtained, 1/1000 with 3 girls obtained.

    The odds are only an example though (we don't know the real odds), and it's not fully accurate, but it's close enough.
    acually no what i said is when a event was running and you did happen to roll a girl drop and didnt have the event girl then the only option would be to drop the event girl.

    if you already had it you would be flagged for it so it would defaukt to normal programing for his normal girls the then normal gear if the person had those to basicly the only change to the code would be making the event girl the only one that could drop to someone who didnt have the flag for it yet

    id love to give the exact code for it but cant when i cant see what the current code is or even if i know what lang the code was written in

  8. #38
    gds Guest
    Quote Originally Posted by soviras View Post
    You seem to be missing something. Each girl is a drop of it's own with it's own roll. It doesn't roll 1 time to determine if you get a girl and then choose the girl, it rolls one time for each girl you can still get and then if you had a successful roll it will give you the girl you had a successful roll on. If you didn't get any girls from Grunt (as an example), then there are currently 4 rolls for girls, one of which is the higher chance event girl. You can get any of them at any time, but only if the roll for a specific girl is successful.

    If they made the girl drop always be the event girl if one is available, it would create more issues than it would solve. For instance, the event girl drop chance would be much higher for someone with no girl drops compared to someone who had all 3 normal ones already if every successful roll gave the event girl. If we simplify the situation and make the odds for the event girls and normal girls equal at 1/1000 and use simplified calculations, then this should explain the issue with it:
    1/1000 * 4 = 4/1000 = 1/250 chance to get the event girl with 0 girls obtained from grunt/dark lord, 3/1000 = 1/~333 chance with 1 girl obtained, 1/500 with 2 girls obtained, 1/1000 with 3 girls obtained.

    The odds are only an example though (we don't know the real odds), and it's not fully accurate, but it's close enough.
    acually no what i said is when a event was running and you did happen to roll a girl drop and didnt have the event girl then the only option would be to drop the event girl.

    if you already had it you would be flagged for it so it would defaukt to normal programing for his normal girls the then normal gear if the person had those to basicly the only change to the code would be making the event girl the only one that could drop to someone who didnt have the flag for it yet

    id love to give the exact code for it but cant when i cant see what the current code is or even if i know what lang the code was written in

    - - - Updated - - -

    Quote Originally Posted by gds View Post
    can one of you dev check the event girl drop priority?

    I have gotten 2 drops from him in 5 days now none of them the event girl i got miss spook and Jeanne am just a little confused I would have thought the even girl be the priority to drop first?

    - - - Updated - - -



    sorry wrong boss i ment grunt and it was only miss spook i got from him today

    and now i have gotten the house maid from him still not the event girl

  9. #39

    Join Date
    May 2016
    Posts
    1,206
    Credits
    954
    Count yourself lucky I've hit grunt far to many times before the event during the event, I'm probably on 200+ hits no girl

  10. #40
    Quote Originally Posted by gds View Post
    acually no what i said is when a event was running and you did happen to roll a girl drop and didnt have the event girl then the only option would be to drop the event girl.
    It does not choose the girl after rolling to see if you get a girl drop, so if you were to just disable the other girls while an event one is available then you would lower the chance of getting anything, which would be a stupid thing to want. There are only two ways to make it give the event girl first, and one lowers your chance of getting anything while the other increases the chance of getting the specific girl, both are bad.

+ Reply to Thread
Page 4 of 9 FirstFirst ... 23456 ... LastLast

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •