public override Boolean Execute(Profile ExecuteFrom) { if (!ExecuteFrom.InteractBySNO(this.SNO_ID)) { ExecuteFrom.Message("[" + DateTime.Now.ToString("dd.MM HH:mm:ss") + "] Actor not found..."); } return(true); }
public override Boolean Execute(Profile ExecuteFrom) { if (ExecuteFrom.InteractBySNO(0x192A) || ExecuteFrom.InteractBySNO(0x2EEA4) || ExecuteFrom.InteractBySNO(0x36A0D)) { ExecuteFrom.D3Cmd(IPlugin.COMMANDS.D3_UseWaypoint, this.Index); Thread.Sleep(1500); } else { ExecuteFrom.Message("Waypoint not found. (" + ExecuteFrom.Name + ")"); } return(true); }
public override Boolean Execute(Profile ExecuteFrom) { if (ExecuteFrom.InteractBySNO(0x192A) || ExecuteFrom.InteractBySNO(0x2EEA4) || ExecuteFrom.InteractBySNO(0x36A0D)) { ExecuteFrom.D3Cmd(IPlugin.COMMANDS.D3_UseWaypoint, this.Index); Thread.Sleep(1500); } else { ExecuteFrom.Message("Waypoint not found. (" + ExecuteFrom.Name + ")"); } return true; }
public override Boolean Execute(Profile ExecuteFrom) { if (!ExecuteFrom.InteractBySNO(this.SNO_ID)) { ExecuteFrom.Message("[" + DateTime.Now.ToString("dd.MM HH:mm:ss") + "] Actor not found..."); } return true; }