You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AutoDuty/IPC/IPCSubscriber.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -662,6 +662,12 @@ public enum StateCommandType : byte
662
662
"\r\n Optionally: You can add the target type to the end of the command you want RSR to do. For example: /rotation Auto Big")]
663
663
Auto,
664
664
665
+
/// <summary>
666
+
/// Start the addon in Target-Only mode. RSR will auto-select targets per normal logic but will not perform any actions.
667
+
/// </summary>
668
+
[Description("Start in Target-Only mode. RSR will auto-select targets per normal logic but will not perform any actions.")]
669
+
TargetOnly,
670
+
665
671
/// <summary>
666
672
/// Start the addon in Manual mode. You need to choose the target manually. This will bypass any engage settings that you have set up and will start attacking immediately once something is targeted.
0 commit comments