Stop Showing A Ui From Eo(event Observer) Once It Has Done Its Purpose.?

Discussion in 'How Can I...?' started by Jaky1, Dec 5, 2016.

  1. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    I have a UI which will load once total of 200 coins are reached it works just fine with EO. But my problem is. After that UI has loaded and everything works great I go back and play again and boom I again come to this UI of 200 coins which I don't have. Now I want it to NOT appear until I have collected 200 coins again.?

    How do I achieve this.

    Any help appreciated.

    Thanks!
     
  2. playsgames6666

    playsgames6666 Miniboss Boxer

    Joined:
    Nov 13, 2015
    Messages:
    1,168
    Likes Received:
    745
    there is a bug with event observers. hopefully fixed soon
     
    Jaky1 likes this.
  3. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    So what till then? We can't use 'em?:(
     
  4. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    you made it using event observer if so there is a bug in this last
     
    Jaky1 likes this.
  5. wesam_badr

    wesam_badr Miniboss Boxer

    Joined:
    Oct 10, 2015
    Messages:
    1,065
    Likes Received:
    479
    already answered before me
     
  6. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    Damn..There is no other way?
     
  7. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    I just chatted today with Sean about this. The event observer doesn't recognize or "observe" the coins spent. So if you observe 100 coins and spend them, the event observer still thinks you have those 100 coins. I reported this bug several weeks back and Sean told me to make this a priority. Today he wasn't that sure anymore but he again told me that he tries to include this fix in 2.2.8. So lets hope it will be in this update. I need this urgently as well.

    There is another bug with coin event observer which I reported as well a few weeks back. If you have several worlds, like lets say in challenge mode. And you have an event observer of 100 total coins. If you collect in the first world 96 and in the next 4 coins, the event observer doesn't recognize your total of 100 coins because it only looks at the total of the underneath world. Which in fact is the same as current coins. Unfortunately, this won't be fixed in 2.2.8 like Sean told me today. This - by the way - doesn't let you use a total coin observer in the main menu for example. Very annoying too.

    There are several bugs related to the event observer with points as well. Actually if I remember well, only a very few are working from the drop down menu.
     
    playsgames6666 likes this.
  8. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    @Christoph Damn..We really need it. It is a necessary functionality for our game if we want it to be more engaing
     
  9. meremy

    meremy Avid Boxer

    Joined:
    Aug 26, 2016
    Messages:
    134
    Likes Received:
    66
    I rolled back my version to 2.2.5 just to skip this bug
     
  10. Jaky1

    Jaky1 Serious Boxer

    Joined:
    Aug 22, 2016
    Messages:
    523
    Likes Received:
    142
    I have 2.2.5 cuz its more stable and it has this bug..
     
    Christoph likes this.
  11. Christoph

    Christoph Miniboss Boxer

    Joined:
    Oct 4, 2015
    Messages:
    2,807
    Likes Received:
    2,309
    Yeah there is no version that doesn't suffer from this bug. They didn't finish to develop the event observer feature it seems.
     
    Jaky1 likes this.
  12. covmon

    covmon Boxer

    Joined:
    Nov 5, 2016
    Messages:
    27
    Likes Received:
    14
    This bug is still around in 2.3.5 as far as I can tell. Has you found a workaround @Christoph?

    Edit: just saw the latest update notes for 2.3.6. It appears they've fixed it, although I haven't actually downloaded the new version to test.
     
    Last edited: Jun 9, 2018

Share This Page