diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index 5672acf..8018097 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -75,7 +75,6 @@ namespace GrasscutterTools.Forms
this.DTPBanEndTime = new System.Windows.Forms.DateTimePicker();
this.BtnUnban = new System.Windows.Forms.Button();
this.BtnBan = new System.Windows.Forms.Button();
- this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.NUDBanUID = new System.Windows.Forms.NumericUpDown();
this.LblBanUID = new System.Windows.Forms.Label();
this.GrpAccount = new System.Windows.Forms.GroupBox();
@@ -143,14 +142,18 @@ namespace GrasscutterTools.Forms
this.NUDStat = new System.Windows.Forms.NumericUpDown();
this.CmbStat = new System.Windows.Forms.ComboBox();
this.GrpTalentLevel = new System.Windows.Forms.GroupBox();
+ this.LnkTalentAll = new System.Windows.Forms.LinkLabel();
this.LnkTalentE = new System.Windows.Forms.LinkLabel();
this.LnkTalentQ = new System.Windows.Forms.LinkLabel();
this.LnkTalentNormalATK = new System.Windows.Forms.LinkLabel();
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
this.LblStatsDescription = new System.Windows.Forms.Label();
this.TPAvatar = new System.Windows.Forms.TabPage();
+ this.LblAvatarSkillLevelTip = new System.Windows.Forms.Label();
this.BtnGiveAllChar = new System.Windows.Forms.Button();
+ this.LblAvatarSkillLevelLabel = new System.Windows.Forms.Label();
this.LblAvatarConstellation = new System.Windows.Forms.Label();
+ this.NUDAvatarSkillLevel = new System.Windows.Forms.NumericUpDown();
this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
this.ImgAvatar = new System.Windows.Forms.PictureBox();
this.LblAvatar = new System.Windows.Forms.Label();
@@ -230,6 +233,7 @@ namespace GrasscutterTools.Forms
this.ChkIncludeUID = new System.Windows.Forms.CheckBox();
this.LblDefaultUid = new System.Windows.Forms.Label();
this.TCMain = new System.Windows.Forms.TabControl();
+ this.TxtBanReason = new GrasscutterTools.Controls.TextBoxXP();
this.GrpCommand.SuspendLayout();
this.TPRemoteCall.SuspendLayout();
this.GrpServerStatus.SuspendLayout();
@@ -266,6 +270,7 @@ namespace GrasscutterTools.Forms
this.GrpTalentLevel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit();
this.TPAvatar.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit();
@@ -326,7 +331,6 @@ namespace GrasscutterTools.Forms
//
// TPRemoteCall
//
- resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Controls.Add(this.LnkLinks);
this.TPRemoteCall.Controls.Add(this.LnkGOODHelp);
this.TPRemoteCall.Controls.Add(this.LnkInventoryKamera);
@@ -338,6 +342,7 @@ namespace GrasscutterTools.Forms
this.TPRemoteCall.Controls.Add(this.TxtHost);
this.TPRemoteCall.Controls.Add(this.BtnQueryServerStatus);
this.TPRemoteCall.Controls.Add(this.LblHost);
+ resources.ApplyResources(this.TPRemoteCall, "TPRemoteCall");
this.TPRemoteCall.Name = "TPRemoteCall";
this.TPRemoteCall.UseVisualStyleBackColor = true;
this.TPRemoteCall.Enter += new System.EventHandler(this.TPRemoteCall_Enter);
@@ -435,15 +440,14 @@ namespace GrasscutterTools.Forms
//
// TPOpenCommandCheck
//
- resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Controls.Add(this.TPPlayerCheck);
this.TPOpenCommandCheck.Controls.Add(this.TPConsoleCheck);
+ resources.ApplyResources(this.TPOpenCommandCheck, "TPOpenCommandCheck");
this.TPOpenCommandCheck.Name = "TPOpenCommandCheck";
this.TPOpenCommandCheck.SelectedIndex = 0;
//
// TPPlayerCheck
//
- resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Controls.Add(this.LnkRCHelp);
this.TPPlayerCheck.Controls.Add(this.NUDRemotePlayerId);
this.TPPlayerCheck.Controls.Add(this.BtnConnectOpenCommand);
@@ -451,6 +455,7 @@ namespace GrasscutterTools.Forms
this.TPPlayerCheck.Controls.Add(this.BtnSendVerificationCode);
this.TPPlayerCheck.Controls.Add(this.NUDVerificationCode);
this.TPPlayerCheck.Controls.Add(this.LblRemotePlayerId);
+ resources.ApplyResources(this.TPPlayerCheck, "TPPlayerCheck");
this.TPPlayerCheck.Name = "TPPlayerCheck";
this.TPPlayerCheck.UseVisualStyleBackColor = true;
//
@@ -522,11 +527,11 @@ namespace GrasscutterTools.Forms
//
// TPConsoleCheck
//
- resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Controls.Add(this.BtnConsoleConnect);
this.TPConsoleCheck.Controls.Add(this.TxtToken);
this.TPConsoleCheck.Controls.Add(this.LblToken);
this.TPConsoleCheck.Controls.Add(this.LblConsoleTip);
+ resources.ApplyResources(this.TPConsoleCheck, "TPConsoleCheck");
this.TPConsoleCheck.Name = "TPConsoleCheck";
this.TPConsoleCheck.UseVisualStyleBackColor = true;
//
@@ -571,10 +576,10 @@ namespace GrasscutterTools.Forms
//
// TPAbout
//
- resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
+ resources.ApplyResources(this.TPAbout, "TPAbout");
this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true;
//
@@ -599,10 +604,10 @@ namespace GrasscutterTools.Forms
//
// TPManage
//
- resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Controls.Add(this.GrpBanPlayer);
this.TPManage.Controls.Add(this.GrpAccount);
this.TPManage.Controls.Add(this.GrpPermission);
+ resources.ApplyResources(this.TPManage, "TPManage");
this.TPManage.Name = "TPManage";
this.TPManage.UseVisualStyleBackColor = true;
//
@@ -620,8 +625,8 @@ namespace GrasscutterTools.Forms
//
// DTPBanEndTime
//
- resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
+ resources.ApplyResources(this.DTPBanEndTime, "DTPBanEndTime");
this.DTPBanEndTime.MaxDate = new System.DateTime(2034, 12, 31, 0, 0, 0, 0);
this.DTPBanEndTime.MinDate = new System.DateTime(2022, 6, 28, 0, 0, 0, 0);
this.DTPBanEndTime.Name = "DTPBanEndTime";
@@ -641,14 +646,6 @@ namespace GrasscutterTools.Forms
this.BtnBan.UseVisualStyleBackColor = true;
this.BtnBan.Click += new System.EventHandler(this.BtnBan_Click);
//
- // TxtBanReason
- //
- resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
- this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.TxtBanReason.Maximum = 0F;
- this.TxtBanReason.Minimum = 0F;
- this.TxtBanReason.Name = "TxtBanReason";
- //
// NUDBanUID
//
resources.ApplyResources(this.NUDBanUID, "NUDBanUID");
@@ -744,10 +741,10 @@ namespace GrasscutterTools.Forms
//
// CmbPerm
//
- resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CmbPerm.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CmbPerm.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbPerm, "CmbPerm");
this.CmbPerm.Name = "CmbPerm";
//
// NUDPermUID
@@ -809,7 +806,6 @@ namespace GrasscutterTools.Forms
//
// TPScene
//
- resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Controls.Add(this.TxtSceneFilter);
this.TPScene.Controls.Add(this.ChkIncludeSceneId);
this.TPScene.Controls.Add(this.LblTpZ);
@@ -824,6 +820,7 @@ namespace GrasscutterTools.Forms
this.TPScene.Controls.Add(this.LblSceneDescription);
this.TPScene.Controls.Add(this.ListScenes);
this.TPScene.Controls.Add(this.LblTp);
+ resources.ApplyResources(this.TPScene, "TPScene");
this.TPScene.Name = "TPScene";
this.TPScene.UseVisualStyleBackColor = true;
//
@@ -958,7 +955,6 @@ namespace GrasscutterTools.Forms
//
// TPItem
//
- resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Controls.Add(this.LblClearGiveItemLogs);
this.TPItem.Controls.Add(this.BtnSaveGiveItemLog);
this.TPItem.Controls.Add(this.BtnRemoveGiveItemLog);
@@ -971,6 +967,7 @@ namespace GrasscutterTools.Forms
this.TPItem.Controls.Add(this.NUDGameItemAmout);
this.TPItem.Controls.Add(this.NUDGameItemLevel);
this.TPItem.Controls.Add(this.LblGiveCommandDescription);
+ resources.ApplyResources(this.TPItem, "TPItem");
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
@@ -1088,7 +1085,6 @@ namespace GrasscutterTools.Forms
//
// TPWeapon
//
- resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Controls.Add(this.BtnGiveAllWeapons);
this.TPWeapon.Controls.Add(this.TxtWeaponFilter);
this.TPWeapon.Controls.Add(this.LblWeaponDescription);
@@ -1099,6 +1095,7 @@ namespace GrasscutterTools.Forms
this.TPWeapon.Controls.Add(this.NUDWeaponAmout);
this.TPWeapon.Controls.Add(this.NUDWeaponLevel);
this.TPWeapon.Controls.Add(this.ListWeapons);
+ resources.ApplyResources(this.TPWeapon, "TPWeapon");
this.TPWeapon.Name = "TPWeapon";
this.TPWeapon.UseVisualStyleBackColor = true;
//
@@ -1202,10 +1199,10 @@ namespace GrasscutterTools.Forms
//
// TPStats
//
- resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Controls.Add(this.GrpSetStats);
this.TPStats.Controls.Add(this.GrpTalentLevel);
this.TPStats.Controls.Add(this.LblStatsDescription);
+ resources.ApplyResources(this.TPStats, "TPStats");
this.TPStats.Name = "TPStats";
this.TPStats.UseVisualStyleBackColor = true;
//
@@ -1237,9 +1234,9 @@ namespace GrasscutterTools.Forms
//
// LblStatTip
//
- resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.AutoEllipsis = true;
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ resources.ApplyResources(this.LblStatTip, "LblStatTip");
this.LblStatTip.Name = "LblStatTip";
//
// LblStatPercent
@@ -1265,15 +1262,16 @@ namespace GrasscutterTools.Forms
//
// CmbStat
//
- resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbStat.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbStat, "CmbStat");
this.CmbStat.Name = "CmbStat";
this.CmbStat.SelectedIndexChanged += new System.EventHandler(this.SetStatsInputChanged);
//
// GrpTalentLevel
//
resources.ApplyResources(this.GrpTalentLevel, "GrpTalentLevel");
+ this.GrpTalentLevel.Controls.Add(this.LnkTalentAll);
this.GrpTalentLevel.Controls.Add(this.LnkTalentE);
this.GrpTalentLevel.Controls.Add(this.LnkTalentQ);
this.GrpTalentLevel.Controls.Add(this.LnkTalentNormalATK);
@@ -1281,6 +1279,14 @@ namespace GrasscutterTools.Forms
this.GrpTalentLevel.Name = "GrpTalentLevel";
this.GrpTalentLevel.TabStop = false;
//
+ // LnkTalentAll
+ //
+ resources.ApplyResources(this.LnkTalentAll, "LnkTalentAll");
+ this.LnkTalentAll.Name = "LnkTalentAll";
+ this.LnkTalentAll.TabStop = true;
+ this.LnkTalentAll.Tag = "all";
+ this.LnkTalentAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkSetTalentClicked);
+ //
// LnkTalentE
//
resources.ApplyResources(this.LnkTalentE, "LnkTalentE");
@@ -1327,18 +1333,27 @@ namespace GrasscutterTools.Forms
//
// TPAvatar
//
- resources.ApplyResources(this.TPAvatar, "TPAvatar");
+ this.TPAvatar.Controls.Add(this.LblAvatarSkillLevelTip);
this.TPAvatar.Controls.Add(this.BtnGiveAllChar);
+ this.TPAvatar.Controls.Add(this.LblAvatarSkillLevelLabel);
this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
+ this.TPAvatar.Controls.Add(this.NUDAvatarSkillLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarConstellation);
this.TPAvatar.Controls.Add(this.ImgAvatar);
this.TPAvatar.Controls.Add(this.LblAvatar);
this.TPAvatar.Controls.Add(this.LblAvatarLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
this.TPAvatar.Controls.Add(this.CmbAvatar);
+ resources.ApplyResources(this.TPAvatar, "TPAvatar");
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
+ // LblAvatarSkillLevelTip
+ //
+ resources.ApplyResources(this.LblAvatarSkillLevelTip, "LblAvatarSkillLevelTip");
+ this.LblAvatarSkillLevelTip.ForeColor = System.Drawing.SystemColors.GrayText;
+ this.LblAvatarSkillLevelTip.Name = "LblAvatarSkillLevelTip";
+ //
// BtnGiveAllChar
//
resources.ApplyResources(this.BtnGiveAllChar, "BtnGiveAllChar");
@@ -1346,11 +1361,32 @@ namespace GrasscutterTools.Forms
this.BtnGiveAllChar.UseVisualStyleBackColor = true;
this.BtnGiveAllChar.Click += new System.EventHandler(this.BtnGiveAllChar_Click);
//
+ // LblAvatarSkillLevelLabel
+ //
+ resources.ApplyResources(this.LblAvatarSkillLevelLabel, "LblAvatarSkillLevelLabel");
+ this.LblAvatarSkillLevelLabel.Name = "LblAvatarSkillLevelLabel";
+ //
// LblAvatarConstellation
//
resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation");
this.LblAvatarConstellation.Name = "LblAvatarConstellation";
//
+ // NUDAvatarSkillLevel
+ //
+ resources.ApplyResources(this.NUDAvatarSkillLevel, "NUDAvatarSkillLevel");
+ this.NUDAvatarSkillLevel.Maximum = new decimal(new int[] {
+ 16,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarSkillLevel.Name = "NUDAvatarSkillLevel";
+ this.NUDAvatarSkillLevel.Value = new decimal(new int[] {
+ 10,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarSkillLevel.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
+ //
// NUDAvatarConstellation
//
resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation");
@@ -1415,7 +1451,6 @@ namespace GrasscutterTools.Forms
//
// TPSpawn
//
- resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Controls.Add(this.ChkInfiniteHP);
this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
@@ -1429,6 +1464,7 @@ namespace GrasscutterTools.Forms
this.TPSpawn.Controls.Add(this.NUDEntityLevel);
this.TPSpawn.Controls.Add(this.TxtEntityFilter);
this.TPSpawn.Controls.Add(this.ListEntity);
+ resources.ApplyResources(this.TPSpawn, "TPSpawn");
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
@@ -1568,13 +1604,13 @@ namespace GrasscutterTools.Forms
//
// TPQuest
//
- resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Controls.Add(this.GrpQuestFilters);
this.TPQuest.Controls.Add(this.BtnFinishQuest);
this.TPQuest.Controls.Add(this.BtnAddQuest);
this.TPQuest.Controls.Add(this.LblQuestDescription);
this.TPQuest.Controls.Add(this.TxtQuestFilter);
this.TPQuest.Controls.Add(this.ListQuest);
+ resources.ApplyResources(this.TPQuest, "TPQuest");
this.TPQuest.Name = "TPQuest";
this.TPQuest.UseVisualStyleBackColor = true;
//
@@ -1646,7 +1682,6 @@ namespace GrasscutterTools.Forms
//
// TPArtifact
//
- resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Controls.Add(this.LblArtifactLevelTip);
this.TPArtifact.Controls.Add(this.BtnAddSubAttr);
this.TPArtifact.Controls.Add(this.LblArtifactName);
@@ -1666,6 +1701,7 @@ namespace GrasscutterTools.Forms
this.TPArtifact.Controls.Add(this.NUDArtifactLevel);
this.TPArtifact.Controls.Add(this.LblArtifactStars);
this.TPArtifact.Controls.Add(this.NUDArtifactStars);
+ resources.ApplyResources(this.TPArtifact, "TPArtifact");
this.TPArtifact.Name = "TPArtifact";
this.TPArtifact.UseVisualStyleBackColor = true;
//
@@ -1831,7 +1867,6 @@ namespace GrasscutterTools.Forms
//
// TPCustom
//
- resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Controls.Add(this.BtnExportCustomCommands);
this.TPCustom.Controls.Add(this.BtnLoadCustomCommands);
this.TPCustom.Controls.Add(this.LblCustomName);
@@ -1839,6 +1874,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.Controls.Add(this.BtnRemoveCustomCommand);
this.TPCustom.Controls.Add(this.BtnSaveCustomCommand);
this.TPCustom.Controls.Add(this.TxtCustomName);
+ resources.ApplyResources(this.TPCustom, "TPCustom");
this.TPCustom.Name = "TPCustom";
this.TPCustom.UseVisualStyleBackColor = true;
//
@@ -1902,13 +1938,13 @@ namespace GrasscutterTools.Forms
//
// TPHome
//
- resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Controls.Add(this.LnkNewVersion);
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
+ resources.ApplyResources(this.TPHome, "TPHome");
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
//
@@ -1966,9 +2002,9 @@ namespace GrasscutterTools.Forms
//
// CmbGcVersions
//
- resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbGcVersions.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbGcVersions, "CmbGcVersions");
this.CmbGcVersions.Name = "CmbGcVersions";
//
// ChkTopMost
@@ -1979,9 +2015,9 @@ namespace GrasscutterTools.Forms
//
// CmbLanguage
//
- resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbLanguage.FormattingEnabled = true;
+ resources.ApplyResources(this.CmbLanguage, "CmbLanguage");
this.CmbLanguage.Name = "CmbLanguage";
//
// LblLanguage
@@ -2034,6 +2070,14 @@ namespace GrasscutterTools.Forms
this.TCMain.Name = "TCMain";
this.TCMain.SelectedIndex = 0;
//
+ // TxtBanReason
+ //
+ this.TxtBanReason.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ resources.ApplyResources(this.TxtBanReason, "TxtBanReason");
+ this.TxtBanReason.Maximum = 0F;
+ this.TxtBanReason.Minimum = 0F;
+ this.TxtBanReason.Name = "TxtBanReason";
+ //
// FormMain
//
resources.ApplyResources(this, "$this");
@@ -2097,6 +2141,7 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit();
this.TPAvatar.ResumeLayout(false);
this.TPAvatar.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarSkillLevel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit();
@@ -2334,5 +2379,9 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.LinkLabel LnkNewVersion;
private System.Windows.Forms.Button BtnGiveAllWeapons;
private System.Windows.Forms.CheckBox ChkInfiniteHP;
+ private System.Windows.Forms.LinkLabel LnkTalentAll;
+ private System.Windows.Forms.NumericUpDown NUDAvatarSkillLevel;
+ private System.Windows.Forms.Label LblAvatarSkillLevelLabel;
+ private System.Windows.Forms.Label LblAvatarSkillLevelTip;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index f1379bb..2fe82ab 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -985,16 +985,21 @@ namespace GrasscutterTools.Forms
private void AvatarInputChanged()
{
if (CmbAvatar.SelectedIndex >= 0)
- GenAvatar((int)NUDAvatarLevel.Value, (int)NUDAvatarConstellation.Value);
+ GenAvatar((int)NUDAvatarLevel.Value, (int)NUDAvatarConstellation.Value, (int)NUDAvatarSkillLevel.Value);
}
///
/// 获取角色命令
///
/// 等级
- private void GenAvatar(int level, int constellation)
+ private void GenAvatar(int level, int constellation, int skillLevel)
{
- if (Check(CommandVersion.V1_2_2))
+ if (Check(CommandVersion.V1_4_1))
+ {
+ int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
+ SetCommand("/give", $"{avatarId} lv{level} c{constellation} sl{skillLevel}");
+ }
+ else if (Check(CommandVersion.V1_2_2))
{
int avatarId = GameData.Avatars.Ids[CmbAvatar.SelectedIndex];
SetCommand("/give", $"{avatarId} lv{level} c{constellation}");
@@ -1015,7 +1020,11 @@ namespace GrasscutterTools.Forms
{
var level = NUDAvatarLevel.Value;
var constellation = NUDAvatarConstellation.Value;
- SetCommand("/give avatars", $"lv{level} c{constellation}");
+ var skillLevel = NUDAvatarSkillLevel.Value;
+ if (Check(CommandVersion.V1_4_1))
+ SetCommand("/give avatars", $"lv{level} c{constellation} sl{skillLevel}");
+ else
+ SetCommand("/give avatars", $"lv{level} c{constellation}");
}
#endregion - 角色 Avatars -
@@ -1479,7 +1488,10 @@ namespace GrasscutterTools.Forms
ShowTip(Resources.CommandContentCannotBeEmpty, TxtCommand);
return;
}
- await RunCommands(TxtCommand.Text);
+ if (TxtCommand.Text.IndexOf('|') == -1)
+ await RunCommands(TxtCommand.Text);
+ else
+ await RunCommands(TxtCommand.Text.Split('|').Select(it => it.Trim()).ToArray());
}
///
@@ -1509,7 +1521,7 @@ namespace GrasscutterTools.Forms
if (commands.Length > 1)
TxtCommandRunLog.AppendText($" ({++i}/{commands.Length})");
TxtCommandRunLog.AppendText(Environment.NewLine);
- var cmd = command.Substring(1);
+ var cmd = command.TrimStart('/');
try
{
var msg = await OC.Invoke(cmd);
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index 4256ab0..971a919 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -128,7 +128,7 @@
Auto
- Command (Press and hold Ctrl to run automatically)
+ Command - [Ctrl] Autorun - [|] Split multiple commands
Run(F5)
@@ -547,6 +547,15 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Talent Level
+
+ 146, 24
+
+
+ 22, 17
+
+
+ All
+
283, 24
@@ -575,7 +584,7 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
NormalATK
- 128, 23
+ 96, 23
179, 17
@@ -589,6 +598,12 @@ In the command, you can use ~ to indicate the current position, and ~N to indica
Give All Char
+
+ 61, 17
+
+
+ Skill level
+
44, 17
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 251bd68..4c7ef16 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -117,471 +117,1156 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
+
+
+ Top, Left, Right
-
- 283, 39
+
+ 87, 22
-
- 174, 67
+
+ 450, 23
-
- 6, 218
+
+
+ 0
-
- LblPlayerCountLabel
+
+ TxtCommand
-
-
- Top
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 70, 39
+
+ GrpCommand
-
- 265, 77
-
-
- Bottom, Left
-
-
- 391, 39
-
-
- 17
-
-
- TPArtifact
-
-
- True
-
-
- TPSpawn
-
-
- Top
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 5
-
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- NoControl
-
-
- 6
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- None
-
-
- 133, 21
-
-
- 25, 45
-
-
- NUDAvatarLevel
-
-
- 列表过滤
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 完成任务
-
-
- 3, 3, 3, 3
-
-
- 6
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- GrpSettings
-
-
- 44, 17
-
-
- None
-
-
- GrpSetStats
-
-
- 66, 22
-
-
- 7
-
-
- 8
-
-
- 42, 17
-
-
- 连接
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 255, 217
-
-
- 5
-
-
- 11
-
-
- 407, 51
-
-
- 12
-
-
- 1
-
-
- 1
-
-
- 1
-
-
+
3
-
- 44, 22
+
+ Top, Right
-
- 设置当前活跃角色数据
+
+ NoControl
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 543, 22
-
- 5
+
+ 50, 23
-
- TPWeapon
+
+ 1
-
- 6
+
+ 复制
-
+
+ BtnCopy
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 1
+
+
+ Top, Right
+
+
True
+
+ NoControl
+
+
+ 599, 24
+
+
+ 51, 21
+
+
+ 2
+
+
+ 自动
+
+
+ ChkAutoCopy
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
+ 2
+
+
+ Bottom, Left, Right
+
NoControl
-
- True
+
+ 6, 22
-
- TPAvatar
+
+ 75, 23
-
- TPAvatar
+
+ 3
-
- GOOD
+
+ 执行(F5)
-
+
+ BtnInvokeOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpCommand
+
+
0
-
- NoControl
+
+ 12, 293
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 610, 56
-
- 1
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
+
+ 660, 56
3
-
- 160, 156
+
+ 命令 - [Ctrl] 自动执行 - [|] 分割多条命令
-
- 99, 45
+
+ GrpCommand
-
- 8
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 51, 23
+
+ $this
-
- 6, 105
+
+ 1
-
- 6
+
+ None
-
+
+ True
+
+
+ NoControl
+
+
+ 444, 206
+
+
+ 37, 17
+
+
+ 14
+
+
+ Links
+
+
+ LnkLinks
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 392, 206
+
+
+ 46, 17
+
+
+ 13
+
+
+ GOOD
+
+
+ LnkGOODHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 1
+
+
+ None
+
+
+ NoControl
+
+
+ 486, 183
+
+
+ 107, 17
+
+
+ 12
+
+
+ 存档扫描开源工具
+
+
+ LnkInventoryKamera
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 2
+
+
+ None
+
+
+ NoControl
+
+
+ 388, 139
+
+
+ 205, 58
+
+
+ 11
+
+
+ 快来将你的官服存档导入GC吧!
+
+
+ LblGOODHelp
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 3
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 484, 203
+
+
+ 104, 23
+
+
+ 10
+
+
+ 导入GOOD存档
+
+
+ ButtonOpenGOODImport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 4
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 141, 16
+
+
+ 210, 17
+
+
+ 7
+
+
+ 请确保地址中包含 http:// 或 https://
+
+
+ LblHostTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 5
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 13, 62
+
+
+ 80, 17
+
+
+ 5
+
+
+ 远程执行插件
+
+
+ LnkOpenCommandLabel
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 62
+
+
+ 23, 17
+
+
+ 18
+
+
+ ---
+
+
+ LblOpenCommandSupport
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 1
+
+
+ True
+
+
NoControl
99, 28
-
+
+ 23, 17
+
+
+ 14
+
+
+ ---
+
+
+ LblServerVersion
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ GrpServerStatus
-
- 9
+
+ 2
-
- NoControl
-
-
- TPPlayerCheck
-
-
+
True
-
- 0
-
-
- 获得所有武器
-
-
- 37, 17
-
-
- LblStatPercent
-
-
- GrpBanPlayer
-
-
- NUDStat
-
-
- 60, 23
-
-
- LblGiveCommandDescription
-
-
- GrpTalentLevel
-
-
- LblMainAttribution
-
-
- TPScene
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 75, 23
-
-
- 9
-
-
- TPSpawn
-
-
- GrpQuestFilters
-
-
- BtnBan
-
-
- BtnUnlockStat
-
-
- 5
-
-
- 125, 25
-
-
- 210, 17
-
-
- 角色
-
-
+
NoControl
-
- 服务器状态
+
+ 99, 45
-
- NUDUid
+
+ 23, 17
-
- GrpPermission
+
+ 16
-
- 8
+
+ ---
-
- BtnRemoveSpawnLog
+
+ LblPlayerCount
-
- Top, Left, Right
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpServerStatus
+
+
3
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- BtnInvokeOpenCommand
+
+ NoControl
-
- 1
+
+ 37, 28
-
- 346, 31
+
+ 56, 17
-
- GrpPermission
+
+ 13
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 游戏版本
-
- TxtBanReason
+
+ LblServerVersionLabel
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 44, 17
+
+ GrpServerStatus
-
- 300, 23
-
-
- BtnQueryServerStatus
-
-
- 15
-
-
- 32, 17
-
-
+
4
-
- 10
-
-
- GrpCommand
-
-
- 3, 3, 3, 3
-
-
- 存档扫描开源工具
-
-
- ButtonOpenGOODImport
-
-
- 10
-
-
- NUDGameItemAmout
-
-
- TPScene
-
-
- TPWeapon
-
-
- 主词条
-
-
- 设置天气
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 200, 153
-
-
- 语言/Language/язык
-
-
- 20
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPSpawn
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 218, 161
-
True
-
+
+ NoControl
+
+
+ 25, 45
+
+
+ 68, 17
+
+
+ 15
+
+
+ 当前玩家数
+
+
+ LblPlayerCountLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpServerStatus
+
+
+ 5
+
+
+ 388, 36
+
+
+ 200, 100
+
+
+ 4
+
+
+ 服务器状态
+
+
+ GrpServerStatus
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 6
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 189, 15
+
+
+ 32, 17
+
+
+ 9
+
+
+ 帮助
+
+
+ LnkRCHelp
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 118, 23
+
+
+ 8
+
+
+ NUDRemotePlayerId
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 13
+
+
+ 连接
+
+
+ BtnConnectOpenCommand
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 44
+
+
+ 44, 17
+
+
+ 10
+
+
+ 验证码
+
+
+ LblVerificationCode
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 3
+
+
+ NoControl
+
+
+ 189, 42
+
+
+ 100, 23
+
+
+ 12
+
+
+ 发送验证码
+
+
+ BtnSendVerificationCode
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 4
+
+
+ False
+
+
+ 65, 42
+
+
+ 118, 23
+
+
+ 11
+
+
+ NUDVerificationCode
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 29, 15
+
+
+ 30, 17
+
+
+ 7
+
+
+ UID
+
+
+ LblRemotePlayerId
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPPlayerCheck
+
+
+ 6
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 0
+
+
+ 玩家验证
+
+
+ TPPlayerCheck
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPOpenCommandCheck
+
+
+ 0
+
+
+ NoControl
+
+
+ 92, 82
+
+
+ 100, 23
+
+
+ 2
+
+
+ 连接
+
+
+ BtnConsoleConnect
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 0
+
+
+ 65, 13
+
+
+ 182, 23
+
+
+ 1
+
+
+ TxtToken
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 15, 16
+
+
+ 44, 17
+
+
+ 0
+
+
+ Token
+
+
+ LblToken
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 2
+
+
+ Microsoft YaHei UI, 9pt, style=Italic
+
+
+ NoControl
+
+
+ 15, 39
+
+
+ 275, 40
+
+
+ 3
+
+
+ 请注意,控制台状态下普通命令必须指定目标
+(即设置包含UID)
+
+
+ LblConsoleTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPConsoleCheck
+
+
+ 3
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 296, 109
+
+
+ 1
+
+
+ 控制台
+
+
+ TPConsoleCheck
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPOpenCommandCheck
+
+
+ 1
+
+
+ Fill
+
+
+ 3, 19
+
+
+ 304, 139
+
+
+ 7
+
+
+ TPOpenCommandCheck
+
+
+ System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpRemoteCommand
+
+
+ 0
+
+
+ False
+
+
+ 72, 65
+
+
+ 310, 161
+
+
+ 6
+
+
+ 远程执行
+
+
+ GrpRemoteCommand
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 7
+
+
+ None
+
+
+ 144, 36
+
+
+ 182, 23
+
+
+ 2
+
+
+ TxtHost
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 8
+
+
+ None
+
+
+ NoControl
+
+
+ 332, 36
+
+
+ 50, 23
+
+
+ 3
+
+
+ 查询
+
+
+ BtnQueryServerStatus
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 9
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 70, 39
+
+
+ 68, 17
+
+
+ 1
+
+
+ 服务器地址
+
+
+ LblHost
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPRemoteCall
+
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 14
+
+
+ 远程
+
+
+ TPRemoteCall
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 12
+
+
+ Bottom, Right
+
+
+ NoControl
+
+
+ 506, 97
+
+
+ 280, 280
+
+
+ 140, 140
+
+
+ Zoom
+
+
+ 5
+
+
+ GrasscutterToolsSupport
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 220
+
+
+ 46, 17
+
+
+ 4
+
+
+ Github
+
+
+ LnkGithub
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAbout
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 23
+
+
+ 334, 102
+
+
+ 3
+
割草机工具箱
@@ -590,4058 +1275,1585 @@
如果愿意请我喝一杯奶茶,那就更好了 : )
指令生成有问题,或者有新的功能请求,都可以来Github提出
-
+
+ LblSupportDescription
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 50, 21
-
-
- GrasscutterToolsSupport
-
-
- 13
-
-
- 60, 23
-
-
- 一键获得所有角色
-
-
- GrpTalentLevel
-
-
- 10, 48
-
-
- GrpServerStatus
-
-
- 24
-
-
- 含场景ID
-
-
- 104, 17
-
-
- 16
-
-
- 189, 15
-
-
- NoControl
-
-
- 660, 56
-
-
- 44, 17
-
-
- TPHome
-
-
- 66, 22
-
-
- 652, 245
-
-
- 640, 204
-
-
- 121, 25
-
-
- 星级
-
-
- 设置
-
-
- 列出
-
-
- 3, 19
-
-
- 652, 245
-
-
- 添加或完成任务
-提示:许多任务需要服务端脚本支持
-因此任务可以接,可以完成,但是不一定可以做
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 26
-
-
- True
-
-
- TxtHost
-
-
- TPItem
-
-
- NUDTpY
-
-
- False
-
-
- True
-
-
- 50, 23
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 16, 220
-
-
- NoControl
-
-
- LblClearSpawnLogs
-
-
- 掉落
-
-
- CmbClimateType
-
-
+
TPAbout
-
- 0
+
+ 2
-
- 10
+
+ 4, 26
-
- 260, 24
-
-
- NoControl
-
-
- 1
-
-
- 44, 17
-
-
- 6, 161
-
-
- TPRemoteCall
-
-
- 7, 24
-
-
- Right
-
-
- 场景
-
-
- TxtCustomName
-
-
- NUDWeaponLevel
-
-
- TPHome
-
-
- LnkLinks
+
+ 3, 3, 3, 3
652, 245
-
- 11
+
+ 13
-
- X 清空
-
-
- TCMain
-
-
- True
-
-
- 182, 23
-
-
- Top, Left, Right
-
-
- $this
-
-
- 9
-
-
- 445, 192
-
-
- NoControl
-
-
- Bottom, Left
-
-
- True
-
-
- TPPlayerCheck
-
-
- 87, 22
-
-
- 1
-
-
- 167, 68
-
-
- 2
-
-
- 0
-
-
- 100, 218
-
-
- True
-
-
- CmbArtifactSet
-
-
- 1
-
-
- Bottom, Right
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 128, 17
-
-
- NoControl
-
-
- 10
-
-
- √ 记录
-
-
- 5
-
-
- 0
-
-
- GrpPermission
-
-
- True
-
-
- 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPermission
-
-
- 2
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- LnkRCHelp
-
-
- TPRemoteCall
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 7
-
-
- GrpSpawnRecord
-
-
- 命令(按住 Ctrl 自动执行)
+
+ 关于
TPAbout
-
- 45
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpAccount
+
+ TCMain
-
- 2
+
+ 11
-
- NoControl
+
+ None
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 154, 22
-
- 298, 11
+
+ 90, 23
-
- 16, 25
-
-
- 1
-
-
- 358, 31
-
-
- 205, 58
-
-
- 446, 31
-
-
- 5
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 未发布的任务
-
-
- 6
-
-
- 65, 23
-
-
- True
-
-
- 56, 72
-
-
- 99, 62
-
-
+
13
-
- 3, 3, 3, 3
+
+ DTPBanEndTime
-
- TPCustom
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- Bottom, Left
+
+ GrpBanPlayer
-
- Bottom, Left
-
-
- TPConsoleCheck
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 300, 208
-
-
- 1
-
-
- 2
-
-
- True
-
-
- UID
-
-
- GrpSettings
-
-
- True
-
-
- 358, 5
-
-
- Fill
-
-
- 4, 26
-
-
- LblPerm
-
-
- 54, 17
-
-
- 75, 23
-
-
- UID
-
-
+
0
-
- 2
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 51, 21
-
-
- Bottom, Left
-
-
+
NoControl
-
- TPWeapon
+
+ 473, 22
-
- LblQuestDescription
+
+ 60, 23
-
+
+ 12
+
+
+ 解封
+
+
+ BtnUnban
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 1
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 11
+
+
+ 封号
+
+
+ BtnBan
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 2
+
+
+ 250, 22
+
+
+ 150, 23
+
+
+ 8
+
+
+ 封禁理由
+
+
+ TxtBanReason
+
+
+ GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.7.0.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
+
+
+ GrpBanPlayer
+
+
3
-
- 265, 45
+
+ 66, 22
-
- 1
+
+ 82, 23
-
- Bottom, Left
+
+ 6
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NUDBanUID
-
- 1
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
GrpBanPlayer
-
- LblWeaponRefinement
-
-
- NUDRemotePlayerId
-
-
- 23, 17
-
-
- Bottom, Left
-
-
- Bottom, Left
-
-
- LblTpX
-
-
- 6, 79
-
-
- TPScene
-
-
- 14, 17
-
-
- 43
-
-
- Bottom, Left, Right
-
-
- TPAvatar
-
-
- TPCustom
-
-
- 3
-
-
- LblGameItemAmount
-
-
- TPPlayerCheck
-
-
- NoControl
-
-
- TPWeapon
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ListGameItems
-
-
- Bottom, Left
-
-
- NoControl
-
-
- 服务器地址
-
-
- 238, 159
-
-
+
4
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 29, 15
-
-
- GrpCommand
-
-
- NoControl
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtWeaponFilter
-
-
- 92, 82
-
-
- Bottom, Left
-
-
- NoControl
-
-
+
True
-
- TPOpenCommandCheck
+
+ NoControl
-
- Top, Bottom, Left, Right
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblBanUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBanPlayer
+
+
+ 5
+
+
+ 56, 158
+
+
+ 540, 60
+
+
+ 2
+
+
+ 封禁管理
+
+
+ GrpBanPlayer
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 215, 23
+
+
+ 73, 21
+
+
+ 2
+
+
+ 指定UID
+
+
+ ChkAccountSetUid
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 0
+
+
+ 294, 22
+
+
+ 106, 23
+
+
+ 3
+
+
+ NUDAccountUid
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 22
60, 23
-
- 7
+
+ 5
-
- 8
+
+ - 删除
-
+
+ BtnDeleteAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 2
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 创建
+
+
+ BtnCreateAccount
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 3
+
+
+ True
+
+
+ NoControl
+
+
+ 16, 25
+
+
+ 44, 17
+
+
+ 0
+
+
+ 用户名
+
+
+ LblAccountUserName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 4
+
+
+ 66, 22
+
+
+ 140, 23
+
+
1
-
- Top, Bottom, Left, Right
+
+ test
+
+
+ TxtAccountUserName
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpAccount
+
+
+ 5
+
+
+ 56, 6
+
+
+ 540, 60
+
+
+ 0
+
+
+ 账号管理
+
+
+ GrpAccount
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 1
+
+
+ None
+
+
+ 250, 21
+
+
+ 150, 25
+
+
+ 7
+
+
+ CmbPerm
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 0
+
+
+ 66, 22
+
+
+ 140, 23
+
+
+ 6
+
+
+ NUDPermUID
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 1
+
+
+ NoControl
+
+
+ 473, 51
+
+
+ 60, 23
+
+
+ 7
+
+
+ x 清空
+
+
+ BtnPermClear
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 2
+
+
+ NoControl
+
+
+ 473, 22
+
+
+ 60, 23
+
+
+ 5
+
+
+ - 移除
+
+
+ BtmPermRemove
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 3
+
+
+ NoControl
+
+
+ 407, 51
+
+
+ 60, 23
+
+
+ 6
+
+
+ 列出
+
+
+ BtnPermList
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 4
+
+
+ NoControl
+
+
+ 407, 22
+
+
+ 60, 23
+
+
+ 4
+
+
+ + 添加
+
+
+ BtnPermAdd
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 5
+
+
+ True
+
+
+ NoControl
+
+
+ 212, 25
+
+
+ 32, 17
+
+
+ 2
+
+
+ 权限
+
+
+ LblPerm
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 25
+
+
+ 54, 17
+
+
+ 0
+
+
+ 目标UID
+
+
+ LblPermUID
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpPermission
+
+
+ 7
+
+
+ 56, 72
+
+
+ 540, 80
+
+
+ 1
+
+
+ 权限管理
+
+
+ GrpPermission
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPManage
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 12
+
+
+ 管理
+
+
+ TPManage
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 10
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
+ 13
+
+
+ TxtSceneFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ True
+
+
+ False
+
+
+ NoControl
+
+
+ 90, 190
+
+
+ 76, 21
+
+
+ 12
+
+
+ 含场景ID
+
+
+ ChkIncludeSceneId
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 1
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 218, 161
+
+
+ 14, 17
+
+
+ 10
+
+
+ z
+
+
+ LblTpZ
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 2
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 161
+
+
+ 14, 17
+
+
+ 9
+
+
+ y
+
+
+ LblTpY
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 3
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 9, 188
+
+
+ 75, 23
+
+
+ 8
+
+
+ 传送
+
+
+ BtnTeleport
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 161
+
+
+ 14, 17
+
+
+ 7
+
+
+ x
+
+
+ LblTpX
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 238, 159
+
+
+ 80, 23
+
+
+ 6
+
+
+ NUDTpZ
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 132, 159
+
+
+ 80, 23
+
+
+ 5
+
+
+ NUDTpY
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 26, 159
+
+
+ 80, 23
+
+
+ 4
+
+
+ NUDTpX
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 68, 69
+
+
+ 121, 25
+
+
+ 3
+
+
+ CmbClimateType
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 72
+
+
+ 56, 17
+
+
+ 2
+
+
+ 设置天气
+
+
+ LblClimateType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPScene
+
+
+ 10
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 224, 51
+
+
+ 1
场景控制
提示:大部分场景没有作用,无法进入。
-
- BtnGiveAllChar
+
+ LblSceneDescription
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
-
-
- 标签
-
-
- BtnPermList
-
-
- Top
-
-
- GrpTalentLevel
-
-
- 12
-
-
- Bottom, Right
-
-
- 296, 111
+
+ TPScene
11
-
- NoControl
-
-
- 1
-
-
- 100, 23
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 9, 188
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 3
-
-
- CmbMainAttribution
-
-
- 2
-
-
- NoControl
-
-
- 3
-
-
- 12
-
-
- True
-
-
- True
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 6
-
-
- 请注意,控制台状态下普通命令必须指定目标
-(即设置包含UID)
-
-
- 1
-
-
- 3
-
-
- 32, 17
-
-
- 37
-
-
- 87, 87
-
-
- 动物
-
-
- 4
-
-
- True
-
-
- 26, 159
-
-
- 封号
-
-
- 角色属性
-
-
- 9
-
-
- NoControl
-
-
- 44, 216
-
-
- NoControl
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TxtQuestFilter
-
-
- 288, 23
-
-
- LblDefaultUid
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 14
-
-
- 5
-
-
- 150, 24
-
-
- NUDTpX
-
-
- 7
-
-
- LblToken
-
-
- 167, 8
-
-
- 100, 23
-
-
- 44, 17
-
-
- 数量
-
-
- 0
-
-
- 200, 208
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 23, 17
-
-
- TPPlayerCheck
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnSaveGiveItemLog
-
-
- LblHost
-
-
- 3, 19
-
-
- NoControl
-
-
- GrpSetStats
-
-
- 80, 23
-
-
- 1
-
-
- 玩家验证
-
-
- ---
-
-
- 4
-
Top, Bottom, Left, Right
-
- TPArtifact
+
+ 17
-
- 182, 23
+
+ 346, 31
-
- False
-
-
- 0
-
-
- None
-
-
- 163, 25
-
-
- 700, 400
-
-
- 552, -1
-
-
- Bottom, Left
-
-
- 6, 6
-
-
- 100, 23
-
-
- 26, 55
-
-
- x
-
-
- Bottom, Left
-
-
- ListSubAttributionChecked
-
-
- 18
-
-
- Top, Bottom, Right
-
-
- BtnRemoveGiveItemLog
-
-
- True
-
-
- 6
+
+ 300, 208
0
-
- GrpQuestFilters
+
+ ListScenes
-
- NoControl
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ TPScene
-
- TPItem
-
-
- 8
-
-
- True
-
-
- Bottom, Left
-
-
- 288, 208
-
-
- 9
-
-
- 3, 3, 3, 3
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 286, 17
-
-
- 189, 42
-
-
- X 清空
-
-
- 13
-
-
- Links
-
-
- 0
-
-
- 3
-
-
+
12
-
- Top, Bottom, Left, Right
-
-
- BtmPermRemove
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 125, 23
-
-
- 13
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpSetStats
-
-
- 普通攻击
-
-
- 54, 17
-
-
- True
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- TPCustom
-
-
- 32, 17
-
-
- 652, 245
-
-
- 99, 21
-
-
- True
-
-
- TPAbout
-
-
- TPManage
-
-
- TPSpawn
-
-
- 207, 37
-
-
+
Bottom, Left
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
NoControl
-
- LblTpZ
+
+ 6, 105
-
- 4
+
+ 296, 51
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 11
-
- 660, 275
+
+ 坐标传送
+提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
+命令中可以用~表示当前位置,~100表示相对当前100
-
- 2
+
+ LblTp
-
- 473, 22
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 2
+
+ TPScene
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 13
-
- Top, Bottom, Left
+
+ 4, 26
-
- CmbPerm
-
-
- 250, 184
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDSubAttributionTimes
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 304, 139
-
-
- Top, Right
-
-
- 6
-
-
- 465, 100
-
-
- 236, 34
-
-
- 0
-
-
- Bottom, Left
-
-
- 68, 69
-
-
- NoControl
-
-
- NUDAccountUid
-
-
- 2
-
-
- 294, 22
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 1
-
-
- 0
-
-
- 3
-
-
- TPOpenCommandCheck
-
-
- LblHostTip
-
-
- False
-
-
+
3, 3, 3, 3
-
- TPItem
+
+ 652, 245
-
- 100, 23
+
+ 9
-
- GrpQuestFilters
+
+ 场景
-
+
+ TPScene
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 9
+
+
+ Bottom, Left
+
+
True
+
+ NoControl
+
+
+ 262, 193
+
+
+ 44, 17
+
+
+ 16
+
+
+ X 清空
+
+
+ LblClearGiveItemLogs
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
0
-
- 6, 6
+
+ NoControl
-
- 50, 23
+
+ 265, 48
+
+
+ 75, 23
+
+
+ 7
+
+
+ √ 记录
+
+
+ BtnSaveGiveItemLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 1
+
+
+ False
+
+
+ NoControl
+
+
+ 265, 77
+
+
+ 75, 23
+
+
+ 8
+
+
+ × 删除
+
+
+ BtnRemoveGiveItemLog
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 243, 140
+
+
+ 6
ListGiveItemLogs
-
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpGiveItemRecord
+
+
0
-
- TPWeapon
+
+ 10, 48
-
- TPSpawn
+
+ 249, 162
-
- 652, 245
+
+ 5
-
- TCMain
+
+ 物品记录本
-
- NoControl
+
+ GrpGiveItemRecord
-
- 56, 158
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- NoControl
+
+ TPItem
-
- NoControl
+
+ 3
-
- TPCustom
+
+ Bottom, Left
-
- + 添加
-
-
- 物品
-
-
+
True
-
- 353, 41
+
+ NoControl
-
- LblConsoleTip
+
+ 255, 217
-
- 2
+
+ 51, 21
-
+
+ 4
+
+
+ 掉落
+
+
+ ChkDrop
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 4
+
+
+ Top, Left, Right
+
+
+ 346, 5
+
+
+ 300, 23
+
+
0
-
- 39, 17
+
+ TxtGameItemFilter
-
- 目标UID
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 13, 62
+
+ TPItem
-
- 11
+
+ 5
-
- BtnFinishQuest
+
+ Top, Bottom, Left, Right
-
- True
+
+ 17
-
- 17, 13
+
+ 346, 31
-
- 15
+
+ 300, 208
-
- 2
+
+ 1
-
- 0
+
+ ListGameItems
-
- 110, 23
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ TPItem
+
+
+ 6
+
+
+ Bottom, Left
True
-
+
NoControl
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 6, 218
-
+
+ 32, 17
+
+
+ 14
+
+
+ 数量
+
+
+ LblGameItemAmount
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpQuestFilters
+
+ TPItem
-
+
+ 7
+
+
+ Bottom, Left
+
+
True
-
+
+ NoControl
+
+
+ 150, 218
+
+
+ 32, 17
+
+
+ 15
+
+
+ 等级
+
+
+ LblGameItemLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 44, 216
+
+
+ 100, 23
+
+
+ 2
+
+
+ NUDGameItemAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ 188, 216
+
+
+ 50, 23
+
+
+ 3
+
+
+ NUDGameItemLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPItem
+
+
+ 10
+
+
True
-
- Top, Bottom, Left
+
+ NoControl
+
+
+ 6, 6
+
+
+ 236, 34
+
+
+ 1
给玩家指定物品
说明:可选择直接给到背包或者掉落到世界
-
- False
+
+ LblGiveCommandDescription
-
- True
-
-
- 358, 5
-
-
- 50, 23
-
-
- 远程
-
-
- 32, 17
-
-
- 6, 216
-
-
- ListSpawnLogs
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 8
-
-
- TPQuest
-
-
- 144, 36
-
-
- 5
-
-
- 23, 17
-
-
- 2
-
-
- Right
-
-
- 256, 216
-
-
- TPRemoteCall
-
-
- Top, Bottom, Left, Right
-
-
- 1
-
-
- 30, 17
-
-
- 4, 26
-
-
- LblSupportDescription
-
-
- 解封
-
-
- 1
-
-
- GrpBanPlayer
-
-
- 6, 72
-
-
- 1
-
-
- ListEntity
-
-
- √ 记录
-
-
- TPScene
-
-
- 权限管理
-
-
- LnkOpenCommandLabel
-
-
- 8
-
-
- TPArtifact
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 289, 106
-
-
- Bottom, Left
-
-
- 5
-
-
- 310, 161
-
-
- RbEntityMonster
-
-
- FormMain
-
-
- True
-
-
- BtnRemoveCustomCommand
-
-
- LblVerificationCode
-
-
- $this
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- 导出
-
-
- 40, 16
-
-
- 44, 17
-
-
- LblTpY
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- 6
-
-
- 188, 216
-
-
- 652, 245
-
-
- TPQuest
-
-
- 244, 162
-
-
- 在玩家附近召唤生物
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnPermClear
-
-
- 远程执行插件
-
-
- TPPlayerCheck
-
-
- Fill
-
-
- √ 保存
-
-
- 6
-
-
- ChkQuestFilterHIDDEN
-
-
- Bottom, Left
-
-
- 0
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 215, 23
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- Top, Right
-
-
- TxtAccountUserName
-
-
- 5, 218
-
-
- NoControl
-
-
- 8
-
-
- 212, 25
-
-
- Top, Bottom, Left, Right
-
-
- TPSpawn
-
-
- 32, 17
-
-
- TPScene
-
-
- 6, 6
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 125, 23
-
-
- 17
-
-
- 6, 219
-
-
- True
-
-
- ChkQuestFilterTEST
-
-
- NoControl
-
-
- GrpCommand
-
-
- False
-
-
- ChkInfiniteHP
-
-
- 243, 140
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- 4, 26
-
-
- GrpAccount
-
-
- 200, 100
-
-
- GrpBanPlayer
-
-
- 关于
-
-
- LblAccountUserName
-
-
- 44, 17
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpServerStatus
-
-
- 0
-
-
- TPSpawn
-
-
- 0
-
-
- NoControl
-
-
- 32, 17
-
-
- 50, 23
-
-
- 12
-
-
- TPSpawn
-
-
- Top
-
-
+
TPItem
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 462, 11
-
-
- TPConsoleCheck
-
-
- Microsoft YaHei UI, 10pt
-
-
- 9
-
-
- BtnAddSubAttr
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- 32, 17
-
-
- 13
-
-
- 336, 8
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 346, 31
-
-
- Top
-
-
- 473, 51
-
-
- 42
-
-
- Bottom, Left
-
-
- 3, 3, 3, 3
-
-
- 0, 17
-
-
- 5
-
-
- 技能等级
-
-
- 265, 120
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- True
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 22
-
-
- 0
-
-
- 6
-
-
- LblArtifactStars
-
-
- TPScene
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6, 6
-
-
- 68, 17
-
-
- 等级
-
-
- TPConsoleCheck
-
-
- GrpServerStatus
-
-
- 488, 92
-
-
- TPOpenCommandCheck
-
-
- 发送验证码
-
-
- True
-
-
- Microsoft YaHei UI, 10pt
-
-
- 17
-
-
- Top
-
-
- 4, 26
-
-
- GrpBanPlayer
-
-
- 465, 129
-
-
- FLPCustomCommands
-
-
- 56, 17
-
-
- × 删除
-
-
- NoControl
-
-
- 1
-
-
- 3, 3, 3, 3
-
-
- 0
-
-
- TPArtifact
-
-
- True
-
-
- TPSpawn
-
-
- 99, 218
-
-
- 32, 17
-
-
- ---
-
-
- 43, 36
-
-
- TPItem
-
-
- NUDArtifactStars
-
-
- 2
-
-
- NoControl
-
-
- 用户名
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 圣遗物
-
-
- TPStats
-
-
- GrpSetStats
-
-
- True
-
-
- TCMain
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 610, 275
-
-
- 3
-
-
- NoControl
-
-
- 120, 25
-
-
- LblCustomName
-
-
- TPWeapon
-
-
- 2
-
-
- 4
-
-
- 150, 218
-
-
- 250, 22
-
-
- 0
-
-
- BtnCopy
-
-
- 136, 24
-
-
- 150, 35
-
-
- 652, 245
-
-
- True
-
-
- 3, 3, 3, 3
-
-
- TCMain
-
-
- True
-
-
- GrpAccount
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- None
-
-
- Top, Bottom, Left, Right
-
-
- 0
-
-
- 生成
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- × 删除
-
-
- 等级
-
-
- GrpServerStatus
-
-
- 6
-
-
- NoControl
-
-
- Q技能
-
-
- 154, 22
-
-
- 56, 17
-
-
- 请确保地址中包含 http:// 或 https://
-
-
- 1
-
-
- 1
-
-
- NoControl
-
-
- GrpAccount
-
-
- Top
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 当前玩家数
-
-
- 407, 22
-
-
- GrpEntityType
-
-
- 301, 111
-
-
- 游戏版本
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NoControl
-
-
- TPAvatar
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblWeaponLevel
-
-
- 3
-
-
- TPSpawn
-
-
- 2
-
-
- BtnOpenGachaBannerEditor
-
-
- 92, 82
-
-
- LblEntityLevel
-
-
- 17
-
-
- 41, 22
-
-
- 4, 26
-
-
- LblArtifactLevel
-
-
- LblGameItemLevel
-
-
- 88, 36
-
-
- 8
-
-
- 137, 216
-
-
- 12
-
-
- 11
-
-
- 16, 23
-
-
- 权限
-
-
- TPRemoteCall
-
-
- NoControl
-
-
- 14, 17
-
-
- 管理
-
-
- 12
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDTpZ
-
-
- + 添加
-
-
- TCMain
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 50, 23
-
-
- 150, 35
-
-
- 文本浏览器
-
-
- 2
-
-
- 75, 21
-
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 1
-
-
- BtnPermAdd
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- New Version Tip
-
-
- 75, 23
-
-
- 1
-
-
- 4
-
-
- NoControl
-
-
- 429, 94
-
-
- 4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPAvatar
-
-
- NoControl
-
-
- NoControl
-
-
- 60, 23
-
-
- 14
-
-
- Top, Left, Right
-
-
- None
-
-
- 32, 17
-
-
- 等级
-
-
- LblSubAttribution
-
-
- BtnSendVerificationCode
-
-
- 65, 13
-
-
- ChkDrop
-
-
- GrpSettings
-
-
- 7
-
-
- 167, 39
-
-
- 3
-
-
- 117, 71
-
-
- 147, 82
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 列表分类
-
-
- 100, 23
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Right
-
-
- LblClearSubAttrCheckedList
-
-
- RbEntityAnimal
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 13
-
-
- 37, 28
-
-
- True
-
-
- 封禁理由
-
-
- LblGOODHelp
-
-
- 60, 23
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDAvatarConstellation
-
-
- 60, 23
-
-
- 11
-
-
- 4
-
-
- NUDVerificationCode
-
-
- X 清空
-
-
- 87, 21
-
-
- 0, 0, 0, 0
-
-
- 14, 17
-
-
- 167, 99
-
-
- TPCustom
-
-
- TPSpawn
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- TPArtifact
-
-
- TPItem
-
-
- True
-
-
- 6
-
-
- NoControl
-
-
- 506, 97
-
-
- 2
-
-
- 1
-
-
- False
-
-
- 167, 129
-
-
- None
-
-
- NoControl
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 5
-
-
- LblClimateType
-
-
- NUDBanUID
-
-
- 3
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 652, 245
-
-
- × 删除
-
-
- 75, 23
-
-
- TPItem
-
-
- ChkQuestFilterUNRELEASED
-
-
- 3, 19
-
-
- True
-
-
- 46, 17
-
-
- 锁定
-
-
- GrasscutterTools
-
-
- TCMain
-
-
- 6
-
-
- ImgAvatar
-
-
- 5
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Microsoft YaHei UI, 13pt
-
-
- 116, 17
-
-
- LnkGithub
-
-
- GrpSettings
-
-
- 65, 42
-
-
- 3
-
-
- 0
-
-
- 1
-
-
- E技能
-
-
- NoControl
-
-
- 358, 31
-
-
- Bottom, Left
-
-
- 5
-
-
- 32, 17
-
-
- NoControl
-
-
- 7
-
-
- GrpPermission
-
-
- 3, 3, 3, 3
-
-
- 武器
-
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- 5
-
-
- TPScene
-
-
- TPPlayerCheck
-
-
- NUDEntityLevel
-
-
- 56, 17
-
-
- 652, 245
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 378, 219
-
-
- 2
-
-
- 280, 280
-
-
- Top, Left, Right
-
-
- True
-
-
- 9
-
-
- TPScene
-
-
- 主页
-
-
- 3, 3, 3, 3
-
-
- 1
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPScene
-
-
- 5
-
-
- TPWeapon
-
-
- BtnExportCustomCommands
-
-
- Bottom, Left
-
-
- True
-
-
- 1
-
-
- 4, 26
-
-
- 1
-
-
- 0
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 4
-
-
- 置顶
-
-
- Bottom, Left, Right
-
-
- Bottom, Left
-
-
- TPStats
-
-
- 4
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 289, 25
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 8
-
-
- 150, 25
-
-
- True
-
-
- 2
-
-
- 75, 23
-
-
- 执行(F5)
-
-
- NoControl
-
-
- 9
-
-
- 6
-
-
- 44, 216
-
-
- Github
-
-
- 生成记录本
-
-
- TPArtifact
-
-
- TPArtifact
-
-
- ChkIncludeSceneId
-
-
- 265, 79
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnLoadCustomCommands
-
-
- 610, 56
-
-
- Bottom, Left
-
-
- NoControl
-
-
- TPSpawn
-
-
- 15, 16
-
-
- 100, 23
-
-
- 75, 23
-
-
- Top
-
-
- 17
-
-
- 51, 21
-
-
- 118, 23
-
-
- 212, 24
-
-
- 65, 13
-
-
- 50, 23
-
-
- TPRemoteCall
-
-
- Top, Bottom, Left, Right
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- 0
-
-
- 43, 67
-
-
- 140, 140
-
-
- 223, 41
-
-
- 6
-
-
- True
-
-
- GrpCommand
-
-
- NoControl
-
-
- 0
-
-
- LnkTalentNormalATK
-
-
- True
-
-
- 2
-
-
- 5
-
-
- 6
-
-
- 4
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 73, 21
-
-
- GrpSettings
-
-
- NoControl
-
-
- NoControl
-
-
- 4
-
-
- 1
-
-
- Bottom, Left
-
-
- Top, Bottom, Left
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 添加任务
-
-
- 8
-
-
- TCMain
-
-
- 4
-
-
- CmbAvatar
-
-
- 0
-
-
- 封禁管理
-
-
- GrpAccount
-
-
- TPScene
-
-
- 41, 80
-
-
- True
-
-
- NoControl
-
-
- ListQuest
-
-
- 0
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 14
-
-
- TPItem
-
-
- 2
-
-
- 7
-
-
- 命座
-
-
- TxtEntityFilter
-
-
- LblArtifactSet
-
-
- GrpTalentLevel
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- None
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4, 26
-
-
- LnkTalentQ
-
-
- 60, 23
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- TPRemoteCall
-
-
- 生成的命令包含UID
-
-
- 5
-
-
- 5
-
-
- LblWeaponAmount
-
-
- 目标UID
-
-
- Bottom, Left
-
-
- 471, 216
-
-
- TPHome
-
-
- 4
-
-
- GrpAccount
-
-
- 332, 57
-
-
- 50, 23
-
-
- 3, 3, 3, 3
-
-
- 140, 23
-
-
- NoControl
-
-
- NoControl
-
-
- 50, 23
-
-
- ---
-
-
- TPWeapon
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- 6
-
-
- 4, 26
-
-
- 4
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 11
-
-
- 4, 26
-
-
- NoControl
-
-
- 0
-
-
- 56, 17
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 4
-
-
- 3
-
-
- 11
-
-
- 4
-
-
- 6, 218
-
-
- TCMain
-
-
- 6, 128
-
-
- 11
-
-
- GrpCommand
-
-
- TPArtifact
-
-
- False
-
-
- 6
-
-
- TxtSceneFilter
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 46, 17
-
-
- LblArtifactName
-
-
- Top
-
-
- 388, 36
-
-
- 14
-
-
- 102, 216
-
-
- 套装
-
-
- 13
-
-
- DTPBanEndTime
-
-
- 8
-
-
- Bottom, Right
-
-
- 0
-
-
- TCMain
-
-
- LblAvatarConstellation
-
-
- 传送
-
-
- 407, 22
-
-
- TPQuest
-
-
- NoControl
-
-
- True
-
-
- 12
-
-
- Bottom, Left
-
-
- 2
-
-
- 50, 23
-
-
- LnkInventoryKamera
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 7
-
-
- BtnGiveAllWeapons
-
-
- 346, 5
-
-
- TPPlayerCheck
-
-
- GrpPermission
-
-
- LblAvatarLevel
-
-
- 249, 162
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 0
-
-
- 6, 22
-
-
- 精炼等级
-
-
- NoControl
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 90, 23
-
-
- 4
-
-
- TCMain
-
-
- None
-
-
- LblArtifactLevelTip
-
-
- 7
-
-
- Top
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblPermUID
-
-
- 488, 139
-
-
- TPStats
-
-
- 查询
-
-
- x 清空
-
-
- 0
-
-
- NoControl
-
-
- 8
-
-
- 4, 26
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 473, 22
-
-
- Right
-
-
- 488, 44
-
-
- 2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- 68, 17
-
-
- Bottom, Left
-
-
- TPSpawn
-
-
- GrpRemoteCommand
-
-
- 652, 245
-
-
- 332, 96
-
-
- 60, 23
-
-
- NUDWeaponAmout
-
-
- 物品记录本
-
-
- 60, 23
-
-
- 32, 17
-
-
- GrasscutterToolsIcon
-
-
- 数量
-
-
- z
-
-
- NoControl
-
-
- 10
-
-
- Microsoft YaHei UI, 9pt
-
-
- None
-
-
- Fill
-
-
- TPRemoteCall
-
-
- 6
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
-
- LblArtifactPart
-
-
- 7
-
-
- 9
-
-
- 1
-
-
- 5
-
-
- 128, 17
-
-
- True
-
-
- 19, 17
-
-
- 载入
-
-
- test
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 3
-
-
- NoControl
-
-
- 429, 141
-
-
- LblServerVersionLabel
-
-
- 5
-
-
- 10
-
-
- 0
-
-
- 296, 109
-
-
- 6, 25
-
-
- 4
-
-
- 3
-
-
- 10
-
-
- False
-
-
- 25, 17
-
-
- 129, 41
-
-
- NoControl
-
-
- 118, 23
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 72, 65
-
-
- Bottom, Left
-
-
- 652, 245
-
-
- 10
-
-
- BtnUnban
-
-
- GrpRemoteCommand
-
-
- TCMain
-
-
- ChkAccountSetUid
-
-
- 150, 23
-
-
- TPArtifact
-
-
- TPArtifact
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- 652, 245
-
-
- NoControl
-
-
- ListWeapons
-
-
- 1
-
-
- Bottom, Left
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Left
-
-
- 43, 216
-
-
- 15, 39
-
-
- 0
-
-
- 32, 17
-
-
- groupBox1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top
-
-
- TPItem
-
-
- 5
-
-
- BtnLockStat
-
-
- True
-
-
- 3
-
-
- 2
-
-
- 15, 44
-
-
- 107, 17
-
-
- GrpEntityType
-
-
- 110, 25
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 6
-
-
- 537, 216
-
-
- TPAbout
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom
-
-
- 4
-
-
- TPCustom
-
-
- 7
-
-
- 3
-
-
- 10
-
-
- 9
-
-
- 4
-
-
- NoControl
-
-
- NoControl
-
-
- 17
-
-
- NoControl
-
-
- NoControl
-
-
- NoControl
-
-
- 验证码
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- [0-20]
-
-
- TPPlayerCheck
-
-
- 346, 100
-
-
- NoControl
-
-
- 6
-
-
- 120, 25
-
-
- y
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 66, 22
-
-
- 540, 60
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- LblClearGiveItemLogs
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 26, 82
-
-
- 1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GC
-
-
- 2
-
-
- True
-
-
- ChkAutoCopy
-
-
- 18
-
-
- True
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 15
-
-
- BtnTeleport
-
-
- Zoom
-
-
- 50, 21
-
-
- TPArtifact
-
-
- 2
-
-
- NoControl
-
-
- NoControl
-
-
- GrpSetStats
-
-
- NoControl
-
-
- Bottom, Left
-
-
- 112, 161
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 462, 218
-
-
- TPStats
-
-
- 7
-
-
- Bottom, Left
-
-
- None
-
-
- BtnAddQuest
-
-
- 0
-
-
- 1
-
-
- 110, 23
-
-
- NoControl
-
-
- 300, 208
-
-
- True
-
-
- 4
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 1
-
-
- 9
-
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 10
-
-
- 262, 193
-
-
- 32, 17
-
-
- True
-
-
- 3, 3, 3, 3
-
-
- 70, 23
-
-
- Top
-
-
- TPQuest
-
-
- True
-
-
- CmbSubAttribution
-
-
- TCMain
-
-
- 提示
-
-
- 3
-
-
- GrpBanPlayer
-
-
- NoControl
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Bottom, Right
-
-
- TxtCommand
-
-
- 543, 22
-
-
- 32, 17
-
-
- None
-
-
- 4
-
-
- 隐藏的任务
-
-
- NoControl
-
-
- TPQuest
-
-
- TPHome
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 38
-
-
- 5
-
-
- 593, 216
-
-
- False
-
-
- 150, 130
-
-
- 0
-
-
- NoControl
-
-
- LblBanUID
-
-
- 2
-
-
- 部位
-
-
- None
-
-
- 等级
-
-
- 7, 17
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPRemoteCall
-
-
- 12, 293
-
-
- 3
-
-
- 7
-
-
- 334, 102
-
-
- NoControl
-
-
- BtnSaveCustomCommand
-
-
- TCMain
-
-
- 4, 26
-
-
- 7
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- BtnOpenTextMap
-
-
- 140, 23
-
-
- 账号管理
-
-
- 41, 51
-
-
- NoControl
-
-
- 200, 23
-
-
- NoControl
-
-
- LblEntityAmount
-
11
-
- 208, 25
+
+ 4, 26
-
- 角色
+
+ 3, 3, 3, 3
-
- Top, Bottom, Left, Right
+
+ 652, 245
-
- True
+
+ 4
-
- TPArtifact
+
+ 物品
-
- 106, 23
+
+ TPItem
-
- 147, 54
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 75, 23
+
+ TCMain
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 8
-
- LnkGOODHelp
+
+ Bottom, Right
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Microsoft YaHei UI, 10pt
-
- 7
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
NoControl
+
+ 9, 175
+
+
+ 150, 35
+
+
+ 10
+
+
+ 获得所有武器
+
+
+ BtnGiveAllWeapons
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 0
+
+
+ Top, Right
+
446, 5
-
- NoControl
+
+ 200, 23
-
- 4
+
+ 8
-
- 祝你玩得愉快!
+
+ TxtWeaponFilter
-
- 13
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 14
+
+ TPWeapon
-
- 60, 23
+
+ 1
-
- 16
+
+ Top, Bottom, Left, Right
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpGiveItemRecord
-
-
- GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.6.6.0, Culture=neutral, PublicKeyToken=de2b1c089621e923
-
-
- TPAvatar
-
-
- 测试任务
-
-
- 10
-
-
- 复制
-
-
+
True
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 486, 183
-
-
- LnkResetCustomCommands
-
-
+
NoControl
-
- 3
+
+ 6, 6
+
+
+ 200, 153
+
+
+ 7
获取武器
@@ -4654,1212 +2866,3120 @@
>70级 突破5
>80级 突破6
-
- 6, 25
+
+ LblWeaponDescription
-
- 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 导入GOOD存档
+
+ TPWeapon
-
+
+ 2
+
+
+ Bottom, Left
+
+
+ True
+
+
NoControl
-
- 3, 19
+
+ 194, 218
-
- GrpPermission
+
+ 56, 17
-
- 10
+
+ 6
-
- 9, 175
+
+ 精炼等级
-
- GrpTalentLevel
+
+ LblWeaponRefinement
-
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
3
-
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 218
+
+
+ 32, 17
+
+
+ 6
+
+
+ 数量
+
+
+ LblWeaponAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 100, 218
+
+
+ 32, 17
+
+
+ 6
+
+
+ 等级
+
+
+ LblWeaponLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ 256, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponRefinement
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ 44, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ 138, 216
+
+
+ 50, 23
+
+
+ 5
+
+
+ NUDWeaponLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
+ 8
+
+
+ Top, Bottom, Right
+
+
+ 17
+
+
+ 446, 31
+
+
+ 200, 208
+
+
+ 4
+
+
+ ListWeapons
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPWeapon
+
+
9
-
- LblTp
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 3
+
+
+ 武器
+
+
+ TPWeapon
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 7
+
+
+ None
+
+
+ False
+
+
+ NoControl
+
+
+ 174, 67
+
+
+ 125, 23
+
+
+ 6
+
+
+ 解锁
+
+
+ BtnUnlockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 0
+
+
+ False
+
+
+ NoControl
+
+
+ 43, 67
+
+
+ 125, 23
+
+
+ 5
+
+
+ 锁定
+
+
+ BtnLockStat
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 1
+
+
+ NoControl
+
+
+ 40, 16
+
+
+ 286, 17
+
+
+ 4
+
+
+ 提示
+
+
+ LblStatTip
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ GrpSetStats
+
+
+ 2
+
+
+ True
+
+
NoControl
-
- 16
+
+ 283, 39
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 19, 17
+
+
+ 3
+
+
+ %
+
+
+ False
+
+
+ LblStatPercent
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 3
+
+
+ 207, 37
+
+
+ 70, 23
+
+
+ 1
+
+
+ NUDStat
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 4
+
+
+ 43, 36
+
+
+ 158, 25
+
+
+ 0
+
+
+ CmbStat
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSetStats
+
+
+ 5
+
+
+ 160, 54
+
+
+ 332, 96
+
+
+ 4
+
+
+ 角色属性
+
+
+ GrpSetStats
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 0
+
+
+ None
+
+
+ True
+
+
+ NoControl
+
+
+ 112, 24
+
+
+ 32, 17
+
+
+ 4
+
+
+ 全部
+
+
+ LnkTalentAll
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 260, 24
+
+
+ 39, 17
+
+
+ 3
+
+
+ E技能
+
+
+ LnkTalentE
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 212, 24
+
+
+ 42, 17
+
+
+ 2
+
+
+ Q技能
+
+
+ LnkTalentQ
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 2
+
+
+ True
+
+
+ NoControl
+
+
+ 150, 24
+
+
+ 56, 17
+
+
+ 1
+
+
+ 普通攻击
+
+
+ LnkTalentNormalATK
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 3
+
+
+ 44, 22
+
+
+ 62, 23
+
+
+ 0
+
+
+ NUDTalentLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpTalentLevel
+
+
+ 4
+
+
+ 160, 156
+
+
+ 332, 57
+
+
+ 3
+
+
+ 技能等级
+
+
+ GrpTalentLevel
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 128, 17
+
+
+ 2
+
+
+ 设置当前活跃角色数据
LblStatsDescription
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPStats
+
+
+ 2
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 11
+
+
+ 数据
+
+
+ TPStats
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 6
+
+
+ True
+
+
+ NoControl
+
+
+ 600, 135
+
+
+ 46, 17
+
+
+ 10
+
+
+ *v1.4.1
+
+
+ LblAvatarSkillLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 0
+
+
+ Bottom, Right
+
+
+ Microsoft YaHei UI, 10pt
+
+
+ NoControl
+
+
+ 445, 192
+
+
+ 150, 35
+
+
+ 9
+
+
+ 一键获得所有角色
+
+
+ BtnGiveAllChar
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 1
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 426, 135
+
+
+ 56, 17
+
+
+ 7
+
+
+ 技能等级
+
+
+ LblAvatarSkillLevelLabel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 2
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 426, 106
+
+
+ 32, 17
+
+
+ 7
+
+
+ 命座
+
+
+ LblAvatarConstellation
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 3
+
+
+ Right
+
+
+ 488, 133
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarSkillLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 4
+
+
+ Right
+
+
+ 488, 104
+
+
+ 110, 23
+
+
+ 6
+
+
+ NUDAvatarConstellation
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ NoControl
+
+
+ 17, 13
+
+
+ 0, 0, 0, 0
+
+
+ 378, 219
+
+
+ Zoom
+
+
+ 4
+
+
+ ImgAvatar
+
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 6
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 426, 47
+
+
+ 32, 17
+
+
+ 3
+
+
+ 角色
+
+
+ LblAvatar
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 7
+
+
+ Right
+
+
+ True
+
+
+ NoControl
+
+
+ 426, 77
+
+
+ 32, 17
+
+
+ 2
+
+
+ 等级
+
+
+ LblAvatarLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 8
+
+
+ Right
+
+
+ 488, 75
+
+
+ 110, 23
+
+
+ 1
+
+
+ NUDAvatarLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPAvatar
+
+
+ 9
+
+
+ Right
+
+
+ 488, 44
+
+
+ 110, 25
+
+
+ 0
+
+
+ CmbAvatar
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpPermission
+
+ TPAvatar
-
+
+ 10
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
5
-
+
+ 角色
+
+
+ TPAvatar
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 5
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 193, 217
+
+
+ 63, 21
+
+
+ 14
+
+
+ 无限血
+
+
+ ChkInfiniteHP
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 0
+
+
True
NoControl
-
- 10
+
+ 208, 25
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 0
-
-
- Bottom, Left
-
-
- 自定义
-
-
- 副词条
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- NUDEntityAmout
-
-
- NoControl
-
-
+
44, 17
-
- TPArtifact
+
+ 13
-
- 332, 36
+
+ X 清空
-
- 6, 6
+
+ LblClearSpawnLogs
-
- 3, 3, 3, 3
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 90, 23
+
+ TPSpawn
-
- TCMain
+
+ 1
-
- 3
+
+ NoControl
+
+
+ 265, 45
+
+
+ 75, 23
+
+
+ 10
+
+
+ √ 记录
BtnSaveSpawnLog
-
- Bottom, Right
-
-
- 17
-
-
- TPHome
-
-
- CmbGcVersions
-
-
- 2
-
-
- 3
-
-
- 76, 21
-
-
- TPCustom
-
-
- 2
-
-
- 473, 22
-
-
- True
-
-
- Top
-
-
- 300, 23
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPWeapon
+
+ TPSpawn
-
- TPItem
+
+ 2
-
- 15
+
+ False
-
- BtnCreateAccount
-
-
- GrpSettings
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 远程执行
-
-
- TPQuest
-
-
- Top
-
-
- TPScene
-
-
- 8
-
-
+
NoControl
-
- 1
+
+ 265, 79
-
- 42, 17
+
+ 75, 23
-
- True
+
+ 11
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ × 删除
-
- 8
+
+ BtnRemoveSpawnLog
-
- 23
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 250, 21
+
+ TPSpawn
-
- 奖池编辑器
+
+ 3
-
- 1
+
+ Top, Bottom, Left
+
+
+ Fill
+
+
+ 17
+
+
+ 3, 19
+
+
+ 244, 162
+
+
+ 9
+
+
+ ListSpawnLogs
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpSpawnRecord
+
+
+ 0
+
+
+ 9, 26
+
+
+ 250, 184
8
-
- 1
+
+ 生成记录本
-
- 0
+
+ GrpSpawnRecord
-
- NoControl
-
-
- 无限血
-
-
- 80, 23
-
-
- 444, 206
-
-
- 2
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 2
-
-
- NoControl
-
-
- 重置
-
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 6, 99
+
+ TPSpawn
-
- 3, 3, 3, 3
+
+ 4
-
- Zoom
+
+ Bottom, Left
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- ChkTopMost
+
+ NoControl
-
+
+ 6, 49
+
+
+ 50, 21
+
+
+ 5
+
+
+ 动物
+
+
+ RbEntityAnimal
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpEntityType
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 22
+
+
+ 50, 21
+
+
+ 6
+
+
+ 怪物
+
+
+ RbEntityMonster
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpEntityType
+
+
1
-
+
+ 265, 120
+
+
+ 87, 87
+
+
+ 4
+
+
+ 列表分类
+
+
+ GrpEntityType
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 5
+
+
+ Top, Bottom, Left, Right
+
+
+ True
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 116, 17
+
+
+ 12
+
+
+ 在玩家附近召唤生物
+
+
+ LblSpawnDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 6
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 5, 218
+
+
+ 32, 17
+
+
+ 10
+
+
+ 数量
+
+
+ LblEntityAmount
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 7
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 99, 218
+
+
+ 32, 17
+
+
+ 11
+
+
等级
-
- 224, 51
+
+ LblEntityLevel
-
- ChkIncludeUID
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ TPSpawn
+
+
+ 8
+
+
+ Bottom, Left
+
+
+ 43, 216
+
+
+ 50, 23
+
+
+ 2
+
+
+ NUDEntityAmout
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 9
+
+
+ Bottom, Left
+
+
+ 137, 216
+
+
+ 50, 23
+
+
+ 3
+
+
+ NUDEntityLevel
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 10
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 288, 23
+
+
+ 0
+
+
+ TxtEntityFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 11
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 358, 31
+
+
+ 288, 208
+
+
+ 1
+
+
+ ListEntity
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPSpawn
+
+
+ 12
+
+
+ 4, 26
+
+
3, 3, 3, 3
-
+
+ 652, 245
+
+
+ 6
+
+
+ 生成
+
+
+ TPSpawn
+
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TCMain
+
+
+ 4
+
+
+ Bottom, Left
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 82
+
+
+ 75, 21
+
+
+ 2
+
+
+ 测试任务
+
+
+ ChkQuestFilterTEST
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 0
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 55
+
+
+ 99, 21
+
+
+ 1
+
+
+ 未发布的任务
+
+
+ ChkQuestFilterUNRELEASED
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 1
+
+
+ True
+
+
+ NoControl
+
+
+ 26, 28
+
+
+ 87, 21
+
+
+ 0
+
+
+ 隐藏的任务
+
+
+ ChkQuestFilterHIDDEN
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpQuestFilters
+
+
+ 2
+
202, 109
-
- 5
+
+ 150, 130
-
+
+ 7
+
+
+ 列表过滤
+
+
+ GrpQuestFilters
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 0
+
+
+ Bottom, Left
+
+
+ NoControl
+
+
+ 102, 216
+
+
+ 90, 23
+
+
+ 6
+
+
+ 完成任务
+
+
+ BtnFinishQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
1
-
- 429, 47
+
+ Bottom, Left
-
- 列表
+
+ NoControl
+
+
+ 6, 216
+
+
+ 90, 23
+
+
+ 5
+
+
+ 添加任务
+
+
+ BtnAddQuest
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 2
+
+
+ Top, Bottom, Left
+
+
+ NoControl
+
+
+ 6, 6
+
+
+ 346, 100
+
+
+ 4
+
+
+ 添加或完成任务
+提示:许多任务需要服务端脚本支持
+因此任务可以接,可以完成,但是不一定可以做
+
+
+ LblQuestDescription
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 3
+
+
+ Top, Left, Right
+
+
+ 358, 5
+
+
+ 288, 23
+
+
+ 2
+
+
+ TxtQuestFilter
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 4
+
+
+ Top, Bottom, Left, Right
+
+
+ 17
+
+
+ 358, 31
+
+
+ 288, 208
+
+
+ 3
+
+
+ ListQuest
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPQuest
+
+
+ 5
+
+
+ 4, 26
+
+
+ 3, 3, 3, 3
+
+
+ 652, 245
+
+
+ 15
+
+
+ 任务
+
+
+ TPQuest
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TCMain
+
+
+ 3
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 223, 41
+
+
+ 42, 17
+
+
+ 37
+
+
+ [0-20]
+
+
+ LblArtifactLevelTip
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 0
+
+
+ Top
+
+
+ NoControl
+
+
+ 465, 129
+
+
+ 75, 23
+
+
+ 8
+
+
+ + 添加
+
+
+ BtnAddSubAttr
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 1
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 462, 11
+
+
+ 0, 17
+
+
+ 45
+
+
+ LblArtifactName
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 2
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 298, 11
+
+
+ 32, 17
+
+
+ 42
+
+
+ 部位
+
+
+ LblArtifactPart
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 3
+
+
+ Top
+
+
+ 336, 8
+
+
+ 120, 25
+
+
+ 1
+
+
+ CmbArtifactPart
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 4
+
+
+ Top
+
+
+ 167, 8
+
+
+ 125, 25
+
+
+ 0
+
+
+ CmbArtifactSet
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 5
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 129, 11
+
+
+ 32, 17
+
+
+ 38
+
+
+ 套装
+
+
+ LblArtifactSet
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 6
+
+
+ Top
+
+
+ 465, 100
+
+
+ 51, 23
+
+
+ 7
+
+
+ NUDSubAttributionTimes
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPItem
+
+ TPArtifact
-
- 解锁
-
-
- NUDPermUID
-
-
+
7
-
- 4, 26
+
+ Top
-
- 1
+
+ 336, 98
-
- 540, 80
+
+ 120, 25
-
- 2
+
+ 6
+
+
+ CmbSubAttributionValue
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 8
Top
-
- 坐标传送
-提示:游戏内可以通过小地图的'鱼钩'标记来快捷传送
-命令中可以用~表示当前位置,~100表示相对当前100
+
+ 167, 99
-
- 4
+
+ 163, 25
-
- NoControl
-
-
- Microsoft YaHei UI, 9pt, style=Italic
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- 80, 23
-
-
+
5
-
- LblGCVersion
+
+ CmbSubAttribution
-
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 9
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 462, 218
+
+
+ 44, 17
+
+
+ 10
+
+
+ X 清空
+
+
+ LblClearSubAttrCheckedList
+
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- BtnConsoleConnect
+
+ TPArtifact
-
- 3
+
+ 10
-
- 3, 4, 3, 4
+
+ Top, Bottom
+
+
+ 17
+
+
+ 167, 129
+
+
+ 289, 106
+
+
+ 9
+
+
+ ListSubAttributionChecked
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 11
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 129, 41
+
+
+ 32, 17
+
+
+ 24
+
+
+ 等级
+
+
+ LblArtifactLevel
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 12
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 117, 102
+
+
+ 44, 17
+
+
+ 23
+
+
+ 副词条
+
+
+ LblSubAttribution
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 13
+
+
+ Top
+
+
+ 167, 68
+
+
+ 289, 25
+
+
+ 4
+
+
+ CmbMainAttribution
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TPArtifact
+
+
+ 14
+
+
+ Top
+
+
+ True
+
+
+ NoControl
+
+
+ 117, 71
+
+
+ 44, 17
+
+
+ 20
+
+
+ 主词条
+
+
+ LblMainAttribution
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
+
+ TPArtifact
-
- 3
+
+ 15
-
- 484, 203
+
+