Forum Discussion

W1nterIsCom1ng5's avatar
7 years ago

I was downed by a mirage who was knocked already season 2 apex

I was just knocked by a mirage who I downed 15 seconds before. The mirage was knocked and killed 2 of my teammates while knocked because nobody could find the shooter. Nobody thought we would be getting shot by a knocked person. This was in ranked ....so ridiculous...isn't this a problem we had at game launch and we are now getting the same problem in season 2...what a joke I'm pissed and lost ranked points cause of it.......any info on this please?

9 Replies

  • @W1nterIsCom1ng5 Yes I had a teammate who was the last of my squad up and this was how he died, a mirage shot him while being knocked. Very frustrating way to die and this should be brought to dev attention again asap.
    My guess is when they buffed his invisibility the change brought back that old bug
  • Yes apex needs to fix this.....my gamertag is the same as on here if you guys want to see the video I made of it....clearly shows downed mirage killing me and trying to thirst me while I'm knocked. Be sure to leave a comment on the video ...thanks hope you guys fix this apex team

  • W1nterIsCom1ng5's avatar
    W1nterIsCom1ng5
    7 years ago

    I'm 100 percent sure EA is aware of this issue and trying to come up with a fix asap ......

  • PlugYourMudd's avatar
    PlugYourMudd
    7 years ago

    no its a known bug from the very start of the game. Certain Abilities when used the exact same time as being downed will reset your character model and makes you pull out your gun. Ive done it on Pathfinder,Wraith,LifeLine, and octane. Its triggered for me when using abilities or Ults while getting knocked. It actually looks really funny in third person because you can Jump while downed as well hahaha

  • Something like that they are deff working on  along with disconnecting from server .....but yes updates do seem a bit scarce but hopefully that changes in the future 

  • asukojo's avatar
    asukojo
    7 years ago

    @EA_Blueberry 

    I encountered myself once and this's the video.

    To QA : How to reproduce the bug ?

    1. Mirage is going to use ultimate

    2. Enemy knock him down during this process.

    3. After 5 seconds timer expired, he come out of cloack with his gun show up (bug).

    To Dev : How to fix the bug ?

    1. Put check on the code before exiting his ultimate, check if status = knock down, exit then disable gun.

        MirageUltimate ()

            If (status = knock down)              //Enhancement to fix the bug

                       gun = disable                    

                       passive ability                  //exiting ultimate and kick in passive ability.    

            If (timer not expired or user not exit early  & status = healthy)

                      cloak = enable

                      gun  = disable

            If (timer expired or user  exit early & status = healthy)

                      cloak = disable

                      delay = 1 sec

                      gun = enabled

            decrease timer 

    JIRA Summary:

    1. Bug : Currently, his passive doesn't kick when knock down during ultimate.

    2. After bug fix: if he got kill 2 seconds during his ultimate, his passive kick in and he will stay in cloak for another 5 seconds and once come out from passive, he will show up and his gun will be disable.