Forum Discussion

PetitEtreMalfai's avatar
4 years ago

Sim aat

Seems the game cant count

We have 44 GK at 7*
  • "Shiryu;c-2202072" wrote:
    welcome to billion dollar game where the devs halfway do everything.


    Yes. You are responsible for the other half, which includes logging in.
  • "PetitEtreMalfaisant;c-2202155" wrote:
    woooot? so a "billion dollar game" can't do a proper count?
    I'll give you the correct query for free.

    SELECT count(*) 
    FROM Guild
    INNER JOIN Player ON Guild.id = Player.guild_id
    INNER JOIN PlayerToon ON Player.id = PlayerToon.player_id
    WHERE PlayerToon.toon_id =


    Actually their code does it on purpose to not count ppl who are inactive for long time. So in the end yours is wrong ;)
  • Actually your point is wrong.
    Players inactive or not, have GK, it counts, the end.
    It would be like a company owns an hundred cars, and some are not in use and they can't count them as something they own.
  • "DarjeloSalas;c-2202186" wrote:
    "PetitEtreMalfaisant;c-2202178" wrote:
    Actually your point is wrong.
    Players inactive or not, have GK, it counts, the end.
    It would be like a company owns an hundred cars, and some are not in use and they can't count them as something they own.

    Here's how it works:

    Players need to login after the update for their GK to register towards the 35 count.

    Surely complaining about this is a waste of effort? It's a temporary problem that repairs itself naturally.

    It is the very definition of a non-issue.


    Making an issue of a non-issue is the very definition of the SWGOH forums.
  • woooot? so a "billion dollar game" can't do a proper count?
    I'll give you the correct query for free.

    SELECT count(*) 
    FROM Guild
    INNER JOIN Player ON Guild.id = Player.guild_id
    INNER JOIN PlayerToon ON Player.id = PlayerToon.player_id
    WHERE PlayerToon.toon_id =