Mafia requests 50

GREE

DECAGAMES Forum - Powered by vBulletin
Results 1 to 9 of 9

Thread: Mafia requests 50

  1. #1
    Verbose Veteran Feng1234's Avatar
    Member Since
    Apr 2012
    Post Count
    628

    Mafia requests 50

    Anyone know why mafia requests only shows 50. Support seems to have no idea and can't fix it which is stupid.

    CCM or anyone knows what's going on? It's been like this for ages and I need to know how many so I can plan for my NC.
    Join The Politicians - An active and diverse group of players from around the world. Come and join the family and see the difference for yourself!

    Syndicate code: 613832871

    My personal invite code: 111765313

  2. #2
    Prominent Poet PawnXIIX's Avatar
    Member Since
    May 2012
    Post Count
    2,363
    Quote Originally Posted by Feng1234 View Post
    Anyone know why mafia requests only shows 50. Support seems to have no idea and can't fix it which is stupid.

    CCM or anyone knows what's going on? It's been like this for ages and I need to know how many so I can plan for my NC.
    My guess is that they limited it to 50 so people will stop flooding their offices with tickets about how if you add more than 50 they all get wiped. So they said no more, you can only get 50 requests so if you tap "add all" you don't get them wiped out.
    Level: 238 - Mafia: 500
    Fights Won/Lost: 42,695/7,013
    Robberies Won/Lost: 22,601/587
    Attack: 53,285,488
    Defense: 42,211,410
    IPH: $14,972,834
    Syndicate: HTC White
    Updated: 5/21/14 11:21 PM EST
    Add me! - 544754891
    Add me! - 113853218

    .:|Twitter: https://twitter.com/Saw_JaD |:.
    .:|Help me get a partnership! - www.youtube.com/user/eQXIIX |:.

  3. #3
    Lord of the Hood Art Tissues's Avatar
    Member Since
    Mar 2012
    Location
    Central London..
    Post Count
    252
    I read although it shows 50 it actually stacks up which you cant see..
    But like Pawn said dont hit all at once or they get wiped..

  4. #4
    Verbose Veteran Feng1234's Avatar
    Member Since
    Apr 2012
    Post Count
    628
    Hrmmm. So which is it, can we add all now for 50 at a time or is it still a bug that will wipe all your mafia?

    Do you guys only see 50 as well?
    Join The Politicians - An active and diverse group of players from around the world. Come and join the family and see the difference for yourself!

    Syndicate code: 613832871

    My personal invite code: 111765313

  5. #5
    Verbose Veteran kitzune's Avatar
    Member Since
    Aug 2012
    Location
    Lurking in various hoods, Now it's up to you to decide if this is good or bad.
    Post Count
    299
    last boss event I hit the add all with 50 showing figuring it would add 50 and then show the remaining over 50 but I had close 90 added. As a test you can add or remove 5 from your list and if you had 55 or more on the list you will still show 50.
    MQ-927-954-127 send PM So I can keep track which allies are forum members.
    army dependent on amount of fusing lately
    level 23 6.2k+ IPH Still haven't saved over 100k in game yet while spending gold in game besides upgrades, monsters, fusion and expansion

    CC-699-766-326
    Level 78 attack defense depends on mafia size atm, 144.0K+ IPH

    Game ON!
    last updated 20121820

  6. #6
    Verbose Veteran Feng1234's Avatar
    Member Since
    Apr 2012
    Post Count
    628
    Quote Originally Posted by kitzune View Post
    last boss event I hit the add all with 50 showing figuring it would add 50 and then show the remaining over 50 but I had close 90 added. As a test you can add or remove 5 from your list and if you had 55 or more on the list you will still show 50.
    Yeah, that sounds about right. I added one and still had 50 so pretty sure I have more than that. Before they changed, I had over 600 requests but no idea how many now so it really sucks... They need to add a tally because it affects gameplay and strategy. Otherwise, how the heck am I gonna plan for my NC builds.
    Join The Politicians - An active and diverse group of players from around the world. Come and join the family and see the difference for yourself!

    Syndicate code: 613832871

    My personal invite code: 111765313

  7. #7
    Prominent Poet PawnXIIX's Avatar
    Member Since
    May 2012
    Post Count
    2,363
    Quote Originally Posted by Feng1234 View Post
    Yeah, that sounds about right. I added one and still had 50 so pretty sure I have more than that. Before they changed, I had over 600 requests but no idea how many now so it really sucks... They need to add a tally because it affects gameplay and strategy. Otherwise, how the heck am I gonna plan for my NC builds.
    Code:
    int addAmount = 1;
    if(playerHitsAcceptAll)
    {
    	if(totalRequests > 50)
    		addAmount = 50;
    	else
    		addAmount = totalRequests;
    }
    mafiaCount += addAmount;
    I assume this would be part of a longer section of code, so addAmount is probably a variable previously defined, but for our purposes lets just define it with a default value of 1. It is a purpose built method, so no matter what it is going to add at least one. It should only be called when a mafia member is attempting to be added.

    This gives them the flexibility to allow us to see the true count on the mafia request image, and at the same time it doesn't cause the massive loss of mafia from the bug that seems to be eluding them.
    Level: 238 - Mafia: 500
    Fights Won/Lost: 42,695/7,013
    Robberies Won/Lost: 22,601/587
    Attack: 53,285,488
    Defense: 42,211,410
    IPH: $14,972,834
    Syndicate: HTC White
    Updated: 5/21/14 11:21 PM EST
    Add me! - 544754891
    Add me! - 113853218

    .:|Twitter: https://twitter.com/Saw_JaD |:.
    .:|Help me get a partnership! - www.youtube.com/user/eQXIIX |:.

  8. #8
    Verbose Veteran Feng1234's Avatar
    Member Since
    Apr 2012
    Post Count
    628
    Very interesting. Support is escalating to developers for a resolution to fix it I think. That's what I've been told at least.
    Join The Politicians - An active and diverse group of players from around the world. Come and join the family and see the difference for yourself!

    Syndicate code: 613832871

    My personal invite code: 111765313

  9. #9
    Verbose Veteran Coldjoey's Avatar
    Member Since
    May 2012
    Location
    Crack City
    Post Count
    555
    This has always been the case in KA, I figured they just unified it so all games were the same
    []

Posting Permissions

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