hello, i want to switch the current target, i have it in WoWUnit newtarget; what i do is: Code: BotPoi.Clear(); BotPoi.Current = new BotPoi(newtarget, BotPoi.Current.Type);//PoiType.None); // PoiType.Kill -- tried all Poi types newtarget.Target(); and honorbuddy changes the target, but not for long in singular i see code: Code: unit = BotPoi.Current.AsObject.ToUnit(); if (Unit.ValidUnit(unit, showReason: true )) { if (StyxWoW.Me.CurrentTargetGuid != unit.Guid) Logger.Write(targetColor, "Switching to BotPoi: " + unit.SafeName() + "!"); which switches back to the previous target help please and thanks in advance edit: i am using questing botbase, guess its setting the targets