• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Flight master map is instantly closing when interact with flight master

    Discussion in 'Honorbuddy Support' started by engl, Mar 23, 2013.

    1. engl

      engl New Member

      Joined:
      Feb 13, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      my cc-routine is only a supporting one, without movement and casting (combat mode)
      When i click on a flight master, the map is opening and then honorbuddy closing it instantlly.

      Even when i use CodenameG's blank.cs (its a naked CC-routine) honorbuddy will always close the flight map.
      i tried several honorbuddy settings. no success.

      Is there any property or method to turn of this behavior?

      thanks in advance
       
    2. chinajade

      chinajade Well-Known Member Moderator Buddy Core Dev

      Joined:
      Jul 20, 2010
      Messages:
      17,540
      Likes Received:
      172
      Trophy Points:
      63
      Hi, Engl,

      When its running, Honorbuddy will close any dialog frames it doesn't expect to be present. If you want to click on the flightmaster manually, you must stop Honorbuddy first.

      This might seem like "a bug" to you, but this behavior prevents many other problems.

      cheers,
      chinajade
       
    3. engl

      engl New Member

      Joined:
      Feb 13, 2011
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      Pity my threads was moved to a wrong forum. I found a workaround:

      if (TaxiMap.IsVisible)
      {

      Thread.Sleep(4000);
      }
       
    4. veka

      veka New Member

      Joined:
      Oct 28, 2014
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      Where did you insert this code?
       

    Share This Page