public bool Update(System.Windows.Point Player, System.Windows.Point Additional = default(System.Windows.Point)) { if (_AcdID != Actor.x000_Id) { return(false); } try { var x = DiabloIII.FromD3toScreenCoords( GameManagerAccountHelper.Current.Player.Point(), Actor.Point()); X = x.X; Y = x.Y; } catch (Exception e) { DebugWriter.Write(e); } return(true); }
public ItemFinder(int processID) { d3 = new DiabloIII(processID); IgnoreList = new List <ACDActor>(); }
public ItemFinder() { d3 = new DiabloIII(); IgnoreList = new List <ACDActor>(); }
public ItemFinder(int processID) { d3 = new DiabloIII(processID); IgnoreList = new List<ACDActor>(); }
public ItemFinder() { d3 = new DiabloIII(); IgnoreList = new List<ACDActor>(); }