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
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
Pity my threads was moved to a wrong forum. I found a workaround: if (TaxiMap.IsVisible) { Thread.Sleep(4000); }