diff --git a/Source/GrasscutterTools/Forms/FormMain.Designer.cs b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
index b955ff9..4b9c6b4 100644
--- a/Source/GrasscutterTools/Forms/FormMain.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.Designer.cs
@@ -61,7 +61,7 @@ namespace GrasscutterTools.Forms
this.BtnQueryServerStatus = new System.Windows.Forms.Button();
this.LblHost = new System.Windows.Forms.Label();
this.TPAbout = new System.Windows.Forms.TabPage();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
+ this.GrasscutterToolsSupport = new System.Windows.Forms.PictureBox();
this.LnkGithub = new System.Windows.Forms.LinkLabel();
this.LblSupportDescription = new System.Windows.Forms.Label();
this.TPManage = new System.Windows.Forms.TabPage();
@@ -102,6 +102,7 @@ namespace GrasscutterTools.Forms
this.LblSceneDescription = new System.Windows.Forms.Label();
this.ListScenes = new System.Windows.Forms.ListBox();
this.TPItem = new System.Windows.Forms.TabPage();
+ this.LblClearGiveItemLogs = new System.Windows.Forms.Label();
this.BtnSaveGiveItemLog = new System.Windows.Forms.Button();
this.BtnRemoveGiveItemLog = new System.Windows.Forms.Button();
this.GrpGiveItemRecord = new System.Windows.Forms.GroupBox();
@@ -125,6 +126,8 @@ namespace GrasscutterTools.Forms
this.NUDWeaponLevel = new System.Windows.Forms.NumericUpDown();
this.ListWeapons = new System.Windows.Forms.ListBox();
this.TPStats = new System.Windows.Forms.TabPage();
+ this.LblResetStatsCommand = new System.Windows.Forms.LinkLabel();
+ this.LblResetStatsTip = new System.Windows.Forms.Label();
this.GrpSetStats = new System.Windows.Forms.GroupBox();
this.LblStatTip = new System.Windows.Forms.Label();
this.LblStatPercent = new System.Windows.Forms.Label();
@@ -137,19 +140,22 @@ namespace GrasscutterTools.Forms
this.NUDTalentLevel = new System.Windows.Forms.NumericUpDown();
this.LblStatsDescription = new System.Windows.Forms.Label();
this.TPAvatar = new System.Windows.Forms.TabPage();
+ this.LblNewCommandTip = new System.Windows.Forms.Label();
+ this.LblAvatarConstellation = new System.Windows.Forms.Label();
+ this.NUDAvatarConstellation = new System.Windows.Forms.NumericUpDown();
this.LblAvatarGenWarning = new System.Windows.Forms.Label();
this.ImgAvatar = new System.Windows.Forms.PictureBox();
this.LblAvatar = new System.Windows.Forms.Label();
- this.LblLevel = new System.Windows.Forms.Label();
+ this.LblAvatarLevel = new System.Windows.Forms.Label();
this.NUDAvatarLevel = new System.Windows.Forms.NumericUpDown();
this.CmbAvatar = new System.Windows.Forms.ComboBox();
this.TPSpawn = new System.Windows.Forms.TabPage();
+ this.LblClearSpawnLogs = new System.Windows.Forms.Label();
this.BtnSaveSpawnLog = new System.Windows.Forms.Button();
this.BtnRemoveSpawnLog = new System.Windows.Forms.Button();
this.GrpSpawnRecord = new System.Windows.Forms.GroupBox();
this.ListSpawnLogs = new System.Windows.Forms.ListBox();
this.GrpEntityType = new System.Windows.Forms.GroupBox();
- this.RbEntityOrnament = new System.Windows.Forms.RadioButton();
this.RbEntityAnimal = new System.Windows.Forms.RadioButton();
this.RbEntityNPC = new System.Windows.Forms.RadioButton();
this.RbEntityMonster = new System.Windows.Forms.RadioButton();
@@ -204,7 +210,7 @@ namespace GrasscutterTools.Forms
this.LblAbout = new System.Windows.Forms.Label();
this.BtnOpenTextMap = new System.Windows.Forms.Button();
this.BtnOpenGachaBannerEditor = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.GrasscutterToolsIcon = new System.Windows.Forms.PictureBox();
this.GrpSettings = new System.Windows.Forms.GroupBox();
this.ChkTopMost = new System.Windows.Forms.CheckBox();
this.ChkNewCommand = new System.Windows.Forms.CheckBox();
@@ -224,7 +230,7 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDVerificationCode)).BeginInit();
this.TPConsoleCheck.SuspendLayout();
this.TPAbout.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).BeginInit();
this.TPManage.SuspendLayout();
this.GrpBanPlayer.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDBanUID)).BeginInit();
@@ -250,6 +256,7 @@ namespace GrasscutterTools.Forms
this.GrpTalentLevel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).BeginInit();
this.TPAvatar.SuspendLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).BeginInit();
this.TPSpawn.SuspendLayout();
@@ -266,7 +273,7 @@ namespace GrasscutterTools.Forms
this.TPCustom.SuspendLayout();
this.groupBox1.SuspendLayout();
this.TPHome.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).BeginInit();
this.GrpSettings.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).BeginInit();
this.TCMain.SuspendLayout();
@@ -508,18 +515,18 @@ namespace GrasscutterTools.Forms
// TPAbout
//
resources.ApplyResources(this.TPAbout, "TPAbout");
- this.TPAbout.Controls.Add(this.pictureBox2);
+ this.TPAbout.Controls.Add(this.GrasscutterToolsSupport);
this.TPAbout.Controls.Add(this.LnkGithub);
this.TPAbout.Controls.Add(this.LblSupportDescription);
this.TPAbout.Name = "TPAbout";
this.TPAbout.UseVisualStyleBackColor = true;
//
- // pictureBox2
+ // GrasscutterToolsSupport
//
- resources.ApplyResources(this.pictureBox2, "pictureBox2");
- this.pictureBox2.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.TabStop = false;
+ resources.ApplyResources(this.GrasscutterToolsSupport, "GrasscutterToolsSupport");
+ this.GrasscutterToolsSupport.Image = global::GrasscutterTools.Properties.Resources.ImgSupport;
+ this.GrasscutterToolsSupport.Name = "GrasscutterToolsSupport";
+ this.GrasscutterToolsSupport.TabStop = false;
//
// LnkGithub
//
@@ -877,6 +884,7 @@ 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);
this.TPItem.Controls.Add(this.GrpGiveItemRecord);
@@ -891,6 +899,13 @@ namespace GrasscutterTools.Forms
this.TPItem.Name = "TPItem";
this.TPItem.UseVisualStyleBackColor = true;
//
+ // LblClearGiveItemLogs
+ //
+ resources.ApplyResources(this.LblClearGiveItemLogs, "LblClearGiveItemLogs");
+ this.LblClearGiveItemLogs.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.LblClearGiveItemLogs.Name = "LblClearGiveItemLogs";
+ this.LblClearGiveItemLogs.Click += new System.EventHandler(this.LblClearGiveItemLogs_Click);
+ //
// BtnSaveGiveItemLog
//
resources.ApplyResources(this.BtnSaveGiveItemLog, "BtnSaveGiveItemLog");
@@ -1105,12 +1120,27 @@ namespace GrasscutterTools.Forms
// TPStats
//
resources.ApplyResources(this.TPStats, "TPStats");
+ this.TPStats.Controls.Add(this.LblResetStatsCommand);
+ this.TPStats.Controls.Add(this.LblResetStatsTip);
this.TPStats.Controls.Add(this.GrpSetStats);
this.TPStats.Controls.Add(this.GrpTalentLevel);
this.TPStats.Controls.Add(this.LblStatsDescription);
this.TPStats.Name = "TPStats";
this.TPStats.UseVisualStyleBackColor = true;
//
+ // LblResetStatsCommand
+ //
+ resources.ApplyResources(this.LblResetStatsCommand, "LblResetStatsCommand");
+ this.LblResetStatsCommand.Name = "LblResetStatsCommand";
+ this.LblResetStatsCommand.TabStop = true;
+ this.LblResetStatsCommand.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LblResetStatsCommand_LinkClicked);
+ //
+ // LblResetStatsTip
+ //
+ resources.ApplyResources(this.LblResetStatsTip, "LblResetStatsTip");
+ this.LblResetStatsTip.ForeColor = System.Drawing.SystemColors.ActiveCaption;
+ this.LblResetStatsTip.Name = "LblResetStatsTip";
+ //
// GrpSetStats
//
resources.ApplyResources(this.GrpSetStats, "GrpSetStats");
@@ -1124,6 +1154,7 @@ namespace GrasscutterTools.Forms
// LblStatTip
//
resources.ApplyResources(this.LblStatTip, "LblStatTip");
+ this.LblStatTip.AutoEllipsis = true;
this.LblStatTip.ForeColor = System.Drawing.SystemColors.GrayText;
this.LblStatTip.Name = "LblStatTip";
//
@@ -1213,15 +1244,45 @@ namespace GrasscutterTools.Forms
// TPAvatar
//
resources.ApplyResources(this.TPAvatar, "TPAvatar");
+ this.TPAvatar.Controls.Add(this.LblNewCommandTip);
+ this.TPAvatar.Controls.Add(this.LblAvatarConstellation);
+ this.TPAvatar.Controls.Add(this.NUDAvatarConstellation);
this.TPAvatar.Controls.Add(this.LblAvatarGenWarning);
this.TPAvatar.Controls.Add(this.ImgAvatar);
this.TPAvatar.Controls.Add(this.LblAvatar);
- this.TPAvatar.Controls.Add(this.LblLevel);
+ this.TPAvatar.Controls.Add(this.LblAvatarLevel);
this.TPAvatar.Controls.Add(this.NUDAvatarLevel);
this.TPAvatar.Controls.Add(this.CmbAvatar);
this.TPAvatar.Name = "TPAvatar";
this.TPAvatar.UseVisualStyleBackColor = true;
//
+ // LblNewCommandTip
+ //
+ resources.ApplyResources(this.LblNewCommandTip, "LblNewCommandTip");
+ this.LblNewCommandTip.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
+ this.LblNewCommandTip.Name = "LblNewCommandTip";
+ //
+ // LblAvatarConstellation
+ //
+ resources.ApplyResources(this.LblAvatarConstellation, "LblAvatarConstellation");
+ this.LblAvatarConstellation.Name = "LblAvatarConstellation";
+ //
+ // NUDAvatarConstellation
+ //
+ resources.ApplyResources(this.NUDAvatarConstellation, "NUDAvatarConstellation");
+ this.NUDAvatarConstellation.Maximum = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarConstellation.Name = "NUDAvatarConstellation";
+ this.NUDAvatarConstellation.Value = new decimal(new int[] {
+ 6,
+ 0,
+ 0,
+ 0});
+ this.NUDAvatarConstellation.ValueChanged += new System.EventHandler(this.NUDAvatarConstellation_ValueChanged);
+ //
// LblAvatarGenWarning
//
resources.ApplyResources(this.LblAvatarGenWarning, "LblAvatarGenWarning");
@@ -1240,10 +1301,10 @@ namespace GrasscutterTools.Forms
resources.ApplyResources(this.LblAvatar, "LblAvatar");
this.LblAvatar.Name = "LblAvatar";
//
- // LblLevel
+ // LblAvatarLevel
//
- resources.ApplyResources(this.LblLevel, "LblLevel");
- this.LblLevel.Name = "LblLevel";
+ resources.ApplyResources(this.LblAvatarLevel, "LblAvatarLevel");
+ this.LblAvatarLevel.Name = "LblAvatarLevel";
//
// NUDAvatarLevel
//
@@ -1277,6 +1338,7 @@ namespace GrasscutterTools.Forms
// TPSpawn
//
resources.ApplyResources(this.TPSpawn, "TPSpawn");
+ this.TPSpawn.Controls.Add(this.LblClearSpawnLogs);
this.TPSpawn.Controls.Add(this.BtnSaveSpawnLog);
this.TPSpawn.Controls.Add(this.BtnRemoveSpawnLog);
this.TPSpawn.Controls.Add(this.GrpSpawnRecord);
@@ -1291,6 +1353,13 @@ namespace GrasscutterTools.Forms
this.TPSpawn.Name = "TPSpawn";
this.TPSpawn.UseVisualStyleBackColor = true;
//
+ // LblClearSpawnLogs
+ //
+ resources.ApplyResources(this.LblClearSpawnLogs, "LblClearSpawnLogs");
+ this.LblClearSpawnLogs.Cursor = System.Windows.Forms.Cursors.Hand;
+ this.LblClearSpawnLogs.Name = "LblClearSpawnLogs";
+ this.LblClearSpawnLogs.Click += new System.EventHandler(this.LblClearSpawnLogs_Click);
+ //
// BtnSaveSpawnLog
//
resources.ApplyResources(this.BtnSaveSpawnLog, "BtnSaveSpawnLog");
@@ -1322,21 +1391,12 @@ namespace GrasscutterTools.Forms
// GrpEntityType
//
resources.ApplyResources(this.GrpEntityType, "GrpEntityType");
- this.GrpEntityType.Controls.Add(this.RbEntityOrnament);
this.GrpEntityType.Controls.Add(this.RbEntityAnimal);
this.GrpEntityType.Controls.Add(this.RbEntityNPC);
this.GrpEntityType.Controls.Add(this.RbEntityMonster);
this.GrpEntityType.Name = "GrpEntityType";
this.GrpEntityType.TabStop = false;
//
- // RbEntityOrnament
- //
- resources.ApplyResources(this.RbEntityOrnament, "RbEntityOrnament");
- this.RbEntityOrnament.Name = "RbEntityOrnament";
- this.RbEntityOrnament.TabStop = true;
- this.RbEntityOrnament.UseVisualStyleBackColor = true;
- this.RbEntityOrnament.CheckedChanged += new System.EventHandler(this.RbEntity_CheckedChanged);
- //
// RbEntityAnimal
//
resources.ApplyResources(this.RbEntityAnimal, "RbEntityAnimal");
@@ -1768,7 +1828,7 @@ namespace GrasscutterTools.Forms
this.TPHome.Controls.Add(this.LblAbout);
this.TPHome.Controls.Add(this.BtnOpenTextMap);
this.TPHome.Controls.Add(this.BtnOpenGachaBannerEditor);
- this.TPHome.Controls.Add(this.pictureBox1);
+ this.TPHome.Controls.Add(this.GrasscutterToolsIcon);
this.TPHome.Controls.Add(this.GrpSettings);
this.TPHome.Name = "TPHome";
this.TPHome.UseVisualStyleBackColor = true;
@@ -1792,12 +1852,12 @@ namespace GrasscutterTools.Forms
this.BtnOpenGachaBannerEditor.UseVisualStyleBackColor = true;
this.BtnOpenGachaBannerEditor.Click += new System.EventHandler(this.BtnOpenGachaBannerEditor_Click);
//
- // pictureBox1
+ // GrasscutterToolsIcon
//
- resources.ApplyResources(this.pictureBox1, "pictureBox1");
- this.pictureBox1.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.TabStop = false;
+ resources.ApplyResources(this.GrasscutterToolsIcon, "GrasscutterToolsIcon");
+ this.GrasscutterToolsIcon.Image = global::GrasscutterTools.Properties.Resources.ImgIconGrasscutter;
+ this.GrasscutterToolsIcon.Name = "GrasscutterToolsIcon";
+ this.GrasscutterToolsIcon.TabStop = false;
//
// GrpSettings
//
@@ -1911,7 +1971,7 @@ namespace GrasscutterTools.Forms
this.TPConsoleCheck.PerformLayout();
this.TPAbout.ResumeLayout(false);
this.TPAbout.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsSupport)).EndInit();
this.TPManage.ResumeLayout(false);
this.GrpBanPlayer.ResumeLayout(false);
this.GrpBanPlayer.PerformLayout();
@@ -1947,6 +2007,7 @@ namespace GrasscutterTools.Forms
((System.ComponentModel.ISupportInitialize)(this.NUDTalentLevel)).EndInit();
this.TPAvatar.ResumeLayout(false);
this.TPAvatar.PerformLayout();
+ ((System.ComponentModel.ISupportInitialize)(this.NUDAvatarConstellation)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ImgAvatar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUDAvatarLevel)).EndInit();
this.TPSpawn.ResumeLayout(false);
@@ -1971,7 +2032,7 @@ namespace GrasscutterTools.Forms
this.groupBox1.PerformLayout();
this.TPHome.ResumeLayout(false);
this.TPHome.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.GrasscutterToolsIcon)).EndInit();
this.GrpSettings.ResumeLayout(false);
this.GrpSettings.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDUid)).EndInit();
@@ -2014,7 +2075,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Button BtnQueryServerStatus;
private System.Windows.Forms.Label LblHost;
private System.Windows.Forms.TabPage TPAbout;
- private System.Windows.Forms.PictureBox pictureBox2;
+ private System.Windows.Forms.PictureBox GrasscutterToolsSupport;
private System.Windows.Forms.LinkLabel LnkGithub;
private System.Windows.Forms.Label LblSupportDescription;
private System.Windows.Forms.TabPage TPManage;
@@ -2093,7 +2154,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblAvatarGenWarning;
private System.Windows.Forms.PictureBox ImgAvatar;
private System.Windows.Forms.Label LblAvatar;
- private System.Windows.Forms.Label LblLevel;
+ private System.Windows.Forms.Label LblAvatarLevel;
private System.Windows.Forms.NumericUpDown NUDAvatarLevel;
private System.Windows.Forms.ComboBox CmbAvatar;
private System.Windows.Forms.TabPage TPSpawn;
@@ -2102,7 +2163,6 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.GroupBox GrpSpawnRecord;
private System.Windows.Forms.ListBox ListSpawnLogs;
private System.Windows.Forms.GroupBox GrpEntityType;
- private System.Windows.Forms.RadioButton RbEntityOrnament;
private System.Windows.Forms.RadioButton RbEntityAnimal;
private System.Windows.Forms.RadioButton RbEntityNPC;
private System.Windows.Forms.RadioButton RbEntityMonster;
@@ -2156,7 +2216,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblAbout;
private System.Windows.Forms.Button BtnOpenTextMap;
private System.Windows.Forms.Button BtnOpenGachaBannerEditor;
- private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.PictureBox GrasscutterToolsIcon;
private System.Windows.Forms.GroupBox GrpSettings;
private System.Windows.Forms.CheckBox ChkTopMost;
private System.Windows.Forms.CheckBox ChkNewCommand;
@@ -2167,5 +2227,12 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblDefaultUid;
private System.Windows.Forms.TabControl TCMain;
private System.Windows.Forms.Label LblArtifactLevelTip;
+ private System.Windows.Forms.Label LblClearSpawnLogs;
+ private System.Windows.Forms.Label LblClearGiveItemLogs;
+ private System.Windows.Forms.LinkLabel LblResetStatsCommand;
+ private System.Windows.Forms.Label LblResetStatsTip;
+ private System.Windows.Forms.Label LblAvatarConstellation;
+ private System.Windows.Forms.NumericUpDown NUDAvatarConstellation;
+ private System.Windows.Forms.Label LblNewCommandTip;
}
}
diff --git a/Source/GrasscutterTools/Forms/FormMain.cs b/Source/GrasscutterTools/Forms/FormMain.cs
index d37eb21..d3875af 100644
--- a/Source/GrasscutterTools/Forms/FormMain.cs
+++ b/Source/GrasscutterTools/Forms/FormMain.cs
@@ -163,7 +163,7 @@ namespace GrasscutterTools.Forms
#endif
}
- // 合并后给予的圣遗物等级与游戏内对应
+ // 新命令给予的圣遗物等级与游戏内对应
private void ChangeTPArtifact()
{
if (ChkNewCommand.Checked)
@@ -562,7 +562,7 @@ namespace GrasscutterTools.Forms
private void InitWeapons()
{
ListWeapons.Items.Clear();
- ListWeapons.Items.AddRange(GameData.Weapons.Names);
+ ListWeapons.Items.AddRange(GameData.Weapons.Lines);
}
private void TxtWeaponFilter_TextChanged(object sender, EventArgs e)
@@ -570,15 +570,16 @@ namespace GrasscutterTools.Forms
var filter = TxtWeaponFilter.Text.Trim();
ListWeapons.BeginUpdate();
ListWeapons.Items.Clear();
- ListWeapons.Items.AddRange(GameData.Weapons.Names.Where(n => n.Contains(filter)).ToArray());
+ ListWeapons.Items.AddRange(GameData.Weapons.Lines.Where(n => n.Contains(filter)).ToArray());
ListWeapons.EndUpdate();
}
private void WeaponValueChanged(object sender, EventArgs e)
{
- if (ListWeapons.SelectedIndex >= 0)
+ var name = ListWeapons.SelectedItem as string;
+ if (!string.IsNullOrEmpty(name))
{
- var id = GameData.Weapons.Ids[ListWeapons.SelectedIndex];
+ var id = name.Substring(0, name.IndexOf(':')).Trim();
if (ChkNewCommand.Checked)
SetCommand("/give", $"{id} x{NUDWeaponAmout.Value} lv{NUDWeaponLevel.Value} r{NUDWeaponRefinement.Value}");
else
@@ -690,6 +691,15 @@ namespace GrasscutterTools.Forms
}
}
+ private void LblClearGiveItemLogs_Click(object sender, EventArgs e)
+ {
+ if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ GiveItemCommands.Clear();
+ ListGiveItemLogs.Items.Clear();
+ }
+ }
+
#endregion -- 物品记录 --
#endregion - 物品 -
@@ -713,16 +723,21 @@ namespace GrasscutterTools.Forms
AvatarInputChanged();
}
+ private void NUDAvatarConstellation_ValueChanged(object sender, EventArgs e)
+ {
+ AvatarInputChanged();
+ }
+
private void AvatarInputChanged()
{
if (CmbAvatar.SelectedIndex >= 0)
- GenAvatar(GameData.Avatars.Ids[CmbAvatar.SelectedIndex], (int)NUDAvatarLevel.Value);
+ GenAvatar(GameData.Avatars.Ids[CmbAvatar.SelectedIndex], (int)NUDAvatarLevel.Value, (int)NUDAvatarConstellation.Value);
}
- private void GenAvatar(int avatarId, int level)
+ private void GenAvatar(int avatarId, int level, int constellation)
{
if (ChkNewCommand.Checked)
- SetCommand("/give", $"{avatarId} lv{level}");
+ SetCommand("/give", $"{avatarId} lv{level} c{constellation}");
else
SetCommand("/givechar", $"{avatarId} {level}");
}
@@ -736,7 +751,6 @@ namespace GrasscutterTools.Forms
RbEntityAnimal.Tag = GameData.Animals.Lines;
RbEntityMonster.Tag = GameData.Monsters.Lines;
RbEntityNPC.Tag = GameData.NPCs.Lines;
- RbEntityOrnament.Tag = GameData.Ornaments.Lines;
RbEntityAnimal.Checked = true;
}
@@ -844,6 +858,15 @@ namespace GrasscutterTools.Forms
}
}
+ private void LblClearSpawnLogs_Click(object sender, EventArgs e)
+ {
+ if (MessageBox.Show(Resources.AskConfirmDeletion, Resources.Tips, MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
+ {
+ SpawnCommands.Clear();
+ ListSpawnLogs.Items.Clear();
+ }
+ }
+
#endregion -- 生成记录 --
#endregion - 生成 -
@@ -878,7 +901,8 @@ namespace GrasscutterTools.Forms
ChkIncludeSceneId.Enabled = true;
// 可以直接弃用 scene 命令
- var id = GameData.Scenes.Ids[ListScenes.SelectedIndex];
+ var name = ListScenes.SelectedItem as string;
+ var id = name.Substring(0, name.IndexOf(':')).Trim();
if (!ChkNewCommand.Checked)
{
SetCommand("/scene", id.ToString());
@@ -910,7 +934,7 @@ namespace GrasscutterTools.Forms
#endregion - 场景 -
- #region - 状态 -
+ #region - 数据 -
private void InitStatList()
{
@@ -937,7 +961,12 @@ namespace GrasscutterTools.Forms
SetCommand("/talent", $"{(sender as LinkLabel).Tag} {NUDTalentLevel.Value}");
}
- #endregion - 状态 -
+ private void LblResetStatsCommand_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ SetCommand("/give 101");
+ }
+
+ #endregion - 数据 -
#region - 管理 -
diff --git a/Source/GrasscutterTools/Forms/FormMain.en-us.resx b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
index 23abc1e..06b8967 100644
--- a/Source/GrasscutterTools/Forms/FormMain.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.en-us.resx
@@ -127,17 +127,11 @@
Auto
-
- Command (Press and hold Ctrl to run automatically)
-
Run(F5)
-
- Remote
-
-
- Server status
+
+ Command (Press and hold Ctrl to run automatically)
13, 63
@@ -175,11 +169,8 @@
Player count
-
- Remote Cell
-
-
- Player
+
+ Server status
35, 17
@@ -199,8 +190,8 @@
Send Code
-
- Console
+
+ Player
Connect
@@ -208,6 +199,12 @@
Note that normal commands in the console state must specify the target (set include UID)
+
+ Console
+
+
+ Remote Cell
+
86, 36
@@ -229,12 +226,8 @@
Host
-
- About
-
-
-
- Bottom, Left
+
+ Remote
110, 17
@@ -242,11 +235,8 @@
Grasscutter Tools
-
- Manage
-
-
- Ban Management
+
+ About
Unban
@@ -266,8 +256,8 @@
UID
-
- Account Management
+
+ Ban Management
49, 21
@@ -302,8 +292,8 @@
127, 23
-
- Permission Management
+
+ Account Management
Delete
@@ -326,8 +316,11 @@
UID
-
- Scene
+
+ Permission Management
+
+
+ Manage
91, 213
@@ -399,8 +392,14 @@ In the command, you can use ~ to indicate the current position, and ~100 to indi
Scene control
Tip: Most of the scenes have no effect and cannot be entered.
-
- Items
+
+ Scene
+
+
+ 50, 17
+
+
+ X Clear
√ Record
@@ -447,8 +446,8 @@ Tip: Most of the scenes have no effect and cannot be entered.
Give item to player
-
- Weapon
+
+ Items
93, 17
@@ -489,20 +488,32 @@ Tip: Most of the scenes have no effect and cannot be entered.
147, 216
-
- Stats
+
+ Weapon
-
- Stats
+
+ 126, 135
-
- 26, 17
+
+ 112, 17
+
+
+ When getting AEP
+
+
+ 235, 135
+
+
+ 243, 17
+
+
+ the current character's stats will be reset
Tip
-
- Talent Level
+
+ Stats
283, 24
@@ -534,17 +545,38 @@ Tip: Most of the scenes have no effect and cannot be entered.
128, 23
+
+ Talent Level
+
179, 17
Set current active Avatar data
-
- Avatar
+
+ Stats
-
- 88, 161
+
+ 360, 155
+
+
+ 178, 17
+
+
+ ※Available in New Command
+
+
+ 360, 131
+
+
+ 83, 17
+
+
+ Constellation
+
+
+ 444, 129
427, 51
@@ -555,7 +587,7 @@ in a corrupted account save, making it impossible to play the game.
The data may not be cleared even if the account is recreated.
- 135, 217
+ 360, 37
45, 17
@@ -563,26 +595,29 @@ The data may not be cleared even if the account is recreated.
Avatar
-
- 392, 216
+
+ 360, 84
-
- 20, 17
+
+ 37, 17
-
- Lv
+
+ Level
- 418, 214
+ 444, 82
- 186, 214
+ 444, 34
-
- 200, 25
+
+ Avatar
-
- Spawn
+
+ 50, 17
+
+
+ X Clear
√ Record
@@ -593,15 +628,6 @@ The data may not be cleared even if the account is recreated.
Records
-
- Class
-
-
- 84, 21
-
-
- Ornament
-
65, 21
@@ -614,6 +640,9 @@ The data may not be cleared even if the account is recreated.
Monster
+
+ Class
+
81, 17
@@ -641,11 +670,8 @@ The data may not be cleared even if the account is recreated.
146, 216
-
- Quest
-
-
- List Filter
+
+ Spawn
51, 21
@@ -665,6 +691,9 @@ The data may not be cleared even if the account is recreated.
Hidden
+
+ List Filter
+
Finish
@@ -676,8 +705,8 @@ The data may not be cleared even if the account is recreated.
Tip: Many quest require server-side scripting support
Therefore, the quest can be add and finish, but not necessarily can be work
-
- Artifact
+
+ Quest
+ Add
@@ -736,8 +765,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Stars
-
- Custom
+
+ Artifact
533, 216
@@ -763,9 +792,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Tag
-
- List
-
531, -1
@@ -775,6 +801,9 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Restore
+
+ List
+
393, 216
@@ -796,8 +825,8 @@ Therefore, the quest can be add and finish, but not necessarily can be work
267, 23
-
- Home
+
+ Custom
74, 38
@@ -817,9 +846,6 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Banner editor
-
- Settings
-
83, 21
@@ -832,4 +858,10 @@ Therefore, the quest can be add and finish, but not necessarily can be work
Include UID
+
+ Settings
+
+
+ Home
+
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormMain.resx b/Source/GrasscutterTools/Forms/FormMain.resx
index 0891510..d97431d 100644
--- a/Source/GrasscutterTools/Forms/FormMain.resx
+++ b/Source/GrasscutterTools/Forms/FormMain.resx
@@ -125,6 +125,9 @@
283, 25
+
+ 60, 23
+
6, 218
@@ -138,8 +141,14 @@
NoControl
-
- 19, 17
+
+ 45, 39
+
+
+ 12
+
+
+ groupBox1
366, 39
@@ -147,14 +156,20 @@
17
+
+ 3, 181
+
5
+
+ Top
+
TPSpawn
-
- Top
+
+ GrpTalentLevel
System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -165,6 +180,9 @@
5
+
+ √ 保存
+
TPConsoleCheck
@@ -174,9 +192,6 @@
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 0
-
1
@@ -189,15 +204,15 @@
NUDAvatarLevel
+
+ TPWeapon
+
7
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 完成任务
-
3, 3, 3, 3
@@ -213,14 +228,17 @@
GrpSettings
-
- 44, 17
+
+ 3
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 66, 22
+
- 5
+ 8
42, 17
@@ -232,28 +250,37 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- 257, 217
+ 255, 217
3
+
+ 12
+
1
1
-
- 1
+
+ TCMain
-
- 设置当前活跃角色数据
+
+ True
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 祝你玩得愉快!
+
+ LblWeaponDescription
+
+
+ 5
+
+
+ 138, 216
TPWeapon
@@ -261,8 +288,8 @@
6
-
- True
+
+ TPAvatar
NoControl
@@ -276,8 +303,8 @@
TPAvatar
-
- CenterImage
+
+ LblResetStatsCommand
NoControl
@@ -291,14 +318,14 @@
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 目标UID
+
+ True
3
- 135, 138
+ 135, 156
116, 17
@@ -310,10 +337,7 @@
51, 23
- 5
-
-
- 4
+ 6
NoControl
@@ -333,23 +357,23 @@
NoControl
-
- GrpSetStats
+
+ 92, 17
+
+
+ True
LblStatPercent
-
- 6
-
-
- 311, 98
+
+ GrpBanPlayer
NUDStat
-
- TPAbout
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
60, 23
@@ -366,11 +390,11 @@
TPScene
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom
-
- 75, 23
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
10
@@ -378,12 +402,15 @@
TPSpawn
+
+ LblSpawnDescription
+
+
+ LblAbout
+
GrpQuestFilters
-
- 摆件
-
BtnBan
@@ -393,11 +420,11 @@
125, 25
-
- 角色
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 32, 17
+
+ True
265, 77
@@ -408,14 +435,17 @@
NUDUid
+
+ 8
+
GrpPermission
8
-
- BtnRemoveSpawnLog
+
+ 当前角色属性将会重置
Top, Left, Right
@@ -423,6 +453,9 @@
3
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
GrpCommand
@@ -459,14 +492,14 @@
BtnQueryServerStatus
-
- 15
+
+ True
32, 17
- 3
+ 4
11
@@ -495,17 +528,14 @@
主词条
-
- 设置天气
+
+ 200, 23
5
-
- 6
-
-
- NoControl
+
+ 200, 153
语言/Language/язык
@@ -542,17 +572,14 @@
如果愿意请我喝一杯奶茶,那就更好了 : )
指令生成有问题,或者有新的功能请求,都可以来Github提出
-
- LblClearSubAttrCheckedList
-
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
62, 21
-
- 远程执行插件
+
+ GrasscutterToolsSupport
4, 26
@@ -566,6 +593,9 @@
GrpServerStatus
+
+ False
+
24
@@ -575,8 +605,8 @@
610, 56
-
- Bottom, Left
+
+ 16
189, 15
@@ -584,15 +614,21 @@
NoControl
+
+ 44, 17
+
TPHome
-
- 66, 22
+
+ LblSupportDescription
602, 245
+
+ 任务
+
True
@@ -625,9 +661,6 @@
4, 26
-
- True
-
TxtHost
@@ -652,20 +685,20 @@
NoControl
+
+ LblClearSpawnLogs
+
$this
-
- 掉落
-
CmbClimateType
TPAbout
-
- 技能等级
+
+ 0
Bottom, Left
@@ -673,14 +706,11 @@
260, 24
-
- 43, 22
-
NoControl
- 0
+ 1
23, 17
@@ -688,9 +718,15 @@
6, 161
+
+ 135, 54
+
7, 24
+
+ Right
+
TxtCustomName
@@ -706,32 +742,41 @@
602, 245
+
+ X 清空
+
TCMain
True
-
- 0
-
$this
8
+
+ Bottom, Left
+
True
TPPlayerCheck
+
+ 87, 22
+
1
-
- 2
+
+ 142, 68
+
+
+ TPAvatar
0
@@ -745,6 +790,9 @@
CmbArtifactSet
+
+ 1
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -755,7 +803,7 @@
NoControl
- 9
+ 10
√ 记录
@@ -772,11 +820,11 @@
True
-
- NoControl
+
+ None
-
- 3
+
+ NoControl
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -784,6 +832,9 @@
GrpPermission
+
+ 2
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -799,6 +850,12 @@
置顶
+
+ 等级
+
+
+ ※新版命令有效
+
GrpSpawnRecord
@@ -814,8 +871,8 @@
GrpAccount
-
- 2
+
+ 8
NoControl
@@ -823,8 +880,8 @@
16, 25
-
- 111, 160
+
+ 1
358, 31
@@ -835,8 +892,8 @@
396, 31
-
- 265, 101
+
+ 5
TxtSceneFilter
@@ -847,9 +904,6 @@
未发布的任务
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
6
@@ -859,6 +913,9 @@
True
+
+ LblResetStatsTip
+
99, 62
@@ -877,17 +934,17 @@
Bottom, Left
-
- TPConsoleCheck
-
3
+
+ 75, 23
+
250, 208
- 1
+ 3
92, 102
@@ -901,8 +958,8 @@
GrpSettings
-
- True
+
+ TPStats
358, 5
@@ -910,8 +967,8 @@
Fill
-
- 6, 216
+
+ groupBox1
4, 26
@@ -928,6 +985,9 @@
UID
+
+ 66, 22
+
0
@@ -937,36 +997,36 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPAvatar
-
51, 21
+
+ 0
+
NoControl
-
- NoControl
+
+ TPWeapon
+
+
+ 23
3
+
+ 0
+
- 265, 31
+ 265, 45
-
- System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- True
+
+ 1
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3
-
1
@@ -976,12 +1036,18 @@
LblWeaponRefinement
+
+ ChkIncludeUID
+
NUDRemotePlayerId
23, 17
+
+ Bottom, Left
+
Bottom, Left
@@ -991,6 +1057,9 @@
TPScene
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
14, 17
@@ -1003,8 +1072,8 @@
Bottom, Left, Right
-
- LblPermUID
+
+ TPAvatar
Token
@@ -1012,9 +1081,6 @@
LblGameItemAmount
-
- Bottom, Right
-
TPPlayerCheck
@@ -1066,15 +1132,21 @@
92, 82
+
+ Fill
+
9
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 30, 17
NoControl
+
+ TPArtifact
+
True
@@ -1093,6 +1165,9 @@
8
+
+ 0
+
Top, Bottom, Left, Right
@@ -1110,9 +1185,6 @@
标签
-
- GrpTalentLevel
-
Top
@@ -1120,10 +1192,10 @@
GrpTalentLevel
- 10
+ 11
-
- 296, 111
+
+ 610, 56
12
@@ -1137,15 +1209,15 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 100, 25
+
9, 188
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
-
GrpServerStatus
@@ -1155,6 +1227,9 @@
CmbMainAttribution
+
+ 0
+
2
@@ -1164,6 +1239,9 @@
3
+
+ Bottom, Left
+
12
@@ -1177,7 +1255,7 @@
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- 2
+ 3
6
@@ -1195,6 +1273,9 @@
3
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
32, 17
@@ -1202,10 +1283,7 @@
37
- 87, 134
-
-
- 生物志
+ 87, 116
4
@@ -1225,9 +1303,6 @@
9
-
- 44, 216
-
NoControl
@@ -1246,6 +1321,9 @@
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Top
+
14
@@ -1270,9 +1348,6 @@
44, 17
-
- 6, 103
-
0
@@ -1300,6 +1375,9 @@
6
+
+ GrpSetStats
+
80, 23
@@ -1309,12 +1387,6 @@
---
-
- BtnInvokeOpenCommand
-
-
- LblLevel
-
4
@@ -1324,23 +1396,14 @@
TPArtifact
-
- 等级
-
-
- False
-
解封
-
- NoControl
-
0
-
- None
+
+ 2
163, 25
@@ -1363,17 +1426,17 @@
26, 55
+
+ Right
+
x
-
- 3
-
ListSubAttributionChecked
-
- 18
+
+ 5
Top, Bottom, Right
@@ -1384,12 +1447,12 @@
True
-
- 0
-
6
+
+ TPCustom
+
GrpQuestFilters
@@ -1402,8 +1465,8 @@
True
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ Bottom, Left
238, 208
@@ -1418,7 +1481,7 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- 32, 17
+ 286, 17
189, 42
@@ -1429,9 +1492,6 @@
13
-
- 0
-
4
@@ -1450,8 +1510,8 @@
13
-
- Top, Bottom, Left, Right
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
普通攻击
@@ -1462,6 +1522,9 @@
True
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
True
@@ -1477,12 +1540,15 @@
99, 21
-
- TPWeapon
-
True
+
+ TPAbout
+
+
+ NoControl
+
TPManage
@@ -1498,6 +1564,9 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 380, 51
+
System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1519,8 +1588,8 @@
2
-
- True
+
+ 473, 22
2
@@ -1546,11 +1615,14 @@
Top, Right
+
+ 6
+
440, 100
-
- 380, 51
+
+ 236, 34
0
@@ -1568,7 +1640,7 @@
NUDAccountUid
- 2
+ 4
294, 22
@@ -1582,6 +1654,9 @@
1
+
+ GrpSettings
+
0
@@ -1612,30 +1687,30 @@
True
+
+ 0
+
6, 6
50, 23
+
+ ListGiveItemLogs
+
0
TPWeapon
-
- 142, 68
+
+ TPSpawn
602, 245
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- TPArtifact
-
NoControl
@@ -1651,8 +1726,8 @@
TPCustom
-
- + 添加
+
+ TPOpenCommandCheck
物品
@@ -1670,47 +1745,38 @@
2
- 0
+ 2
39, 17
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 13, 62
- 9
+ 10
-
- BtnFinishQuest
+
+ 128, 17
137, 216
- 0, 0
+ 17, 13
-
- 15
-
-
- 2
+
+ 32, 17
- 1
+ 0
- 50, 23
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ 110, 23
True
-
- True
-
True
@@ -1732,18 +1798,18 @@
358, 5
-
- 0
+
+ 远程
32, 17
-
- TPPlayerCheck
-
ListSpawnLogs
+
+ LblNewCommandTip
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1753,6 +1819,9 @@
TPQuest
+
+ 426, 176
+
119, 36
@@ -1766,7 +1835,7 @@
0
- Bottom
+ Right
256, 216
@@ -1783,8 +1852,8 @@
4, 26
-
- LblSupportDescription
+
+ System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
273, 11
@@ -1792,17 +1861,14 @@
1
-
- TPScene
-
GrpBanPlayer
6, 72
-
- 5
+
+ 1
ListEntity
@@ -1819,12 +1885,12 @@
LnkOpenCommandLabel
-
- 9
-
TPArtifact
+
+ 104, 41
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1834,15 +1900,12 @@
Bottom, Left
-
- NoControl
+
+ 5
310, 161
-
- RbEntityMonster
-
FormMain
@@ -1864,16 +1927,13 @@
GrpGiveItemRecord
-
- TPArtifact
-
警告!添加官方未使用的角色可能导致帐号存档损坏,无法进行游戏。
即使删号重来,数据可能也不会清除。因此请谨慎添加
(例如凯特、裸男或者测试角色之类的...)
-
- LblTpY
+
+ 296, 51
TPSpawn
@@ -1881,9 +1941,6 @@
5
-
- 5
-
4
@@ -1905,42 +1962,54 @@
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 远程执行插件
+
TPPlayerCheck
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
Fill
-
- √ 保存
+
+ Bottom, Right
- 4
+ 7
ChkQuestFilterHIDDEN
-
- 3
+
+ Bottom, Left
0
-
- System.Windows.Forms.Label, 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
Bottom, Left
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
215, 23
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPStats
+
Top, Right
@@ -1950,11 +2019,14 @@
5, 218
+
+ NoControl
+
NoControl
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 7
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -1968,6 +2040,9 @@
32, 17
+
+ True
+
TPScene
@@ -1983,11 +2058,14 @@
17
+
+ LblClimateType
+
6, 219
- 6, 76
+ 6, 86
True
@@ -2001,11 +2079,8 @@
GrpCommand
-
- LnkResetCustomCommands
-
-
- 243, 140
+
+ False
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -2028,20 +2103,26 @@
关于
-
- LblAccountUserName
+
+ None
-
- TPCustom
+
+ 44, 17
System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 313, 6
+
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 200, 153
+
+ GrpServerStatus
+
+
+ 5
0
@@ -2052,6 +2133,9 @@
0
+
+ NoControl
+
50, 23
@@ -2085,50 +2169,59 @@
BtnAddSubAttr
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
None
+
+ GrpSettings
+
32, 17
311, 8
-
- 3
-
346, 31
Top
-
- 456, 97
+
+ 42
+
+
+ Bottom, Left
3, 3, 3, 3
- 0
-
-
1
+
+ 0, 17
+
6
-
- 远程
+
+ 技能等级
+
+
+ 265, 123
NoControl
-
- NoControl
+
+ True
-
- 6, 49
+
+ 6
0
@@ -2139,9 +2232,6 @@
LblArtifactStars
-
- Bottom, Left
-
TPScene
@@ -2154,12 +2244,15 @@
68, 17
-
- 等级
+
+ 15, 39
GrpSettings
+
+ Bottom, Left
+
TPConsoleCheck
@@ -2167,25 +2260,22 @@
GrpServerStatus
- 378, 215
+ 429, 103
-
- TPOpenCommandCheck
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
发送验证码
-
- 340, 217
-
True
TPPlayerCheck
-
- 584, 182
+
+ 4, 26
GrpBanPlayer
@@ -2208,6 +2298,9 @@
1
+
+ 0
+
Top
@@ -2232,8 +2325,11 @@
---
-
- RbEntityOrnament
+
+ 6
+
+
+ 43, 22
TPItem
@@ -2262,9 +2358,6 @@
GrpSetStats
-
- TPItem
-
TCMain
@@ -2274,12 +2367,18 @@
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ TPHome
+
610, 275
1
+
+ 角色
+
NoControl
@@ -2298,8 +2397,8 @@
4
-
- False
+
+ 15
250, 22
@@ -2313,12 +2412,6 @@
136, 24
-
- 2
-
-
- Bottom
-
True
@@ -2343,6 +2436,9 @@
Top, Bottom, Left, Right
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
生成
@@ -2358,8 +2454,8 @@
等级
-
- GrpServerStatus
+
+ BtnUnban
NoControl
@@ -2400,11 +2496,8 @@
407, 22
-
- 5
-
-
- GrpEntityType
+
+ 7
301, 111
@@ -2472,8 +2565,11 @@
13
-
- 4
+
+ 11
+
+
+ 16, 23
权限
@@ -2484,6 +2580,9 @@
NoControl
+
+ Top, Bottom, Left, Right
+
14, 17
@@ -2514,18 +2613,18 @@
50, 23
-
- 82, 23
+
+ 602, 245
文本浏览器
-
- GrpBanPlayer
-
75, 21
+
+ Bottom, Left
+
1
@@ -2535,23 +2634,23 @@
System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
-
75, 23
1
+
+ 6, 6
+
4
NoControl
-
- ListGiveItemLogs
+
+ 370, 105
3, 3, 3, 3
@@ -2562,6 +2661,9 @@
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 104, 11
+
99, 45
@@ -2574,6 +2676,12 @@
60, 23
+
+ Left
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
None
@@ -2592,29 +2700,23 @@
ChkDrop
-
- 13, 62
-
7
-
+
+ 142, 39
+
+
2
-
- 0, 17
-
-
- False
-
92, 71
147, 82
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ BtnSaveCustomCommand
100, 23
@@ -2623,7 +2725,7 @@
System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- Bottom
+ Right
Top, Bottom, Left
@@ -2631,8 +2733,8 @@
RbEntityAnimal
-
- TPAvatar
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
13
@@ -2640,17 +2742,20 @@
37, 28
-
- True
+
+ TPArtifact
封禁理由
+
+ GrpEntityType
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 11
+
+ NUDAvatarConstellation
60, 23
@@ -2661,6 +2766,9 @@
4
+
+ X 清空
+
87, 21
@@ -2691,20 +2799,23 @@
True
-
- Zoom
+
+ 6
+
+
+ NoControl
+
+
+ 456, 97
2
-
- True
-
1
-
- 32, 17
+
+ False
NoControl
@@ -2715,14 +2826,14 @@
NoControl
-
- 66, 22
+
+ 370, 152
- 3
+ 4
-
- LblClimateType
+
+ LnkTalentQ
NUDBanUID
@@ -2733,8 +2844,8 @@
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 602, 245
+
+ True
× 删除
@@ -2748,18 +2859,27 @@
ChkQuestFilterUNRELEASED
+
+ 9
+
+
+ System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
True
46, 17
-
- 182, 23
+
+ GrasscutterTools
TCMain
+
+ 6
+
ImgAvatar
@@ -2784,8 +2904,19 @@
65, 42
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 3
+
+
+ 获取武器
+
+说明:设置等级会自动设置突破等级
+>20级 突破1
+>40级 突破2
+>50级 突破3
+>60级 突破4
+>70级 突破5
+>80级 突破6
3
@@ -2802,9 +2933,18 @@
358, 31
+
+ Bottom, Left
+
+
+ 6
+
32, 17
+
+ 控制台
+
NoControl
@@ -2817,11 +2957,14 @@
3, 3, 3, 3
+
+ 0
+
武器
- 265, 60
+ 265, 79
TPRemoteCall
@@ -2857,11 +3000,14 @@
11
- 602, 160
+ 317, 160
2
+
+ 280, 280
+
Top, Left, Right
@@ -2898,17 +3044,20 @@
Bottom, Left
+
+ TPAvatar
+
1
4, 26
-
- NPC
+
+ 1
-
- 50, 21
+
+ 2
0
@@ -2919,6 +3068,9 @@
Bottom, Left, Right
+
+ Bottom, Left
+
TPStats
@@ -2949,17 +3101,14 @@
2
-
- 75, 23
-
执行(F5)
-
- 50, 23
+
+ True
- 8
+ 9
6
@@ -3012,6 +3161,9 @@
15, 16
+
+ 4
+
100, 23
@@ -3021,18 +3173,15 @@
Top
-
- 17
-
-
- 51, 21
-
118, 23
212, 24
+
+ 65, 13
+
True
@@ -3054,11 +3203,8 @@
0
-
- 3
-
-
- 87, 22
+
+ 140, 140
198, 41
@@ -3078,15 +3224,6 @@
0
-
- 313, 6
-
-
- LnkTalentNormalATK
-
-
- 2
-
44, 17
@@ -3096,18 +3233,15 @@
6
+
+ 90, 23
+
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
-
- CmbSubAttributionValue
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
GrpSettings
@@ -3123,14 +3257,8 @@
1
-
- Bottom, Left
-
-
- 31, 6
-
-
- 添加任务
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
8
@@ -3138,8 +3266,8 @@
TCMain
-
- GrpEntityType
+
+ 4
CmbAvatar
@@ -3168,6 +3296,9 @@
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpGiveItemRecord
+
14
@@ -3177,14 +3308,20 @@
2
+
+ 命座
+
+
+ True
+
TxtEntityFilter
LblArtifactSet
-
- 17
+
+ System.Windows.Forms.Label, 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
@@ -3201,8 +3338,8 @@
4, 26
-
- LnkTalentQ
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
None
@@ -3210,8 +3347,8 @@
Top
-
- True
+
+ TPRemoteCall
生成的命令包含UID
@@ -3231,11 +3368,17 @@
Bottom, Left
+
+ True
+
421, 216
+
+ TPHome
+
- 2
+ 5
GrpAccount
@@ -3267,26 +3410,20 @@
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
+
+ GrpEntityType
-
- 重置
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
11
@@ -3339,6 +3476,9 @@
NoControl
+
+ 设置当前活跃角色数据
+
6
@@ -3381,11 +3521,14 @@
Bottom, Right
+
+ 0
+
TCMain
-
- pictureBox2
+
+ LblAvatarConstellation
传送
@@ -3402,23 +3545,23 @@
True
+
+ 12
+
Bottom, Left
1
-
- 236, 34
+
+ 50, 23
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ True
-
- 1
-
-
- 7
+
+ 44, 216
7
@@ -3435,17 +3578,14 @@
套装
-
- 6
-
-
- 5
+
+ LblAvatarLevel
249, 162
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ NoControl
2
@@ -3459,9 +3599,6 @@
精炼等级
-
- NoControl
-
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -3471,23 +3608,23 @@
4
-
- TCMain
-
LblArtifactLevelTip
- 6
+ 7
Top
-
- 12
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 610, 56
+
+ LblPermUID
+
+
+ 429, 150
TPStats
@@ -3507,14 +3644,20 @@
473, 22
+
+ Right
+
- 213, 214
+ 429, 55
2
-
- NoControl
+
+ 283, 135
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
True
@@ -3525,8 +3668,8 @@
Bottom, Left
-
- TPSpawn
+
+ GrpServerStatus
GrpRemoteCommand
@@ -3535,25 +3678,22 @@
602, 245
- 332, 70
+ 332, 72
-
- System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 60, 23
NUDWeaponAmout
-
- 物品记录本
-
60, 23
32, 17
-
- 2
+
+ GrasscutterToolsIcon
数量
@@ -3564,29 +3704,29 @@
NoControl
+
+ Top
+
None
Fill
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
6
-
- 142, 39
-
-
- LblArtifactPart
+
+ TPArtifact
5
-
- 40, 50
+
+ NoControl
+
+
+ TPAvatar
5
@@ -3594,8 +3734,11 @@
128, 17
-
- True
+
+ False
+
+
+ 19, 17
载入
@@ -3624,26 +3767,26 @@
10
-
- 4, 26
+
+ + 添加
-
- 0
+
+ 2
296, 109
-
- NoControl
-
6, 25
4
-
- 账号管理
+
+ 3
+
+
+ 13
10
@@ -3651,11 +3794,8 @@
8
-
- 104, 41
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
118, 23
@@ -3663,6 +3803,9 @@
NoControl
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
Bottom, Left
@@ -3678,8 +3821,8 @@
4
-
- BtnUnban
+
+ LblTpY
GrpRemoteCommand
@@ -3699,8 +3842,8 @@
TPArtifact
-
- 602, 245
+
+ 2
602, 245
@@ -3720,21 +3863,15 @@
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 43, 216
+
+ Bottom, Left
-
- 15, 39
+
+ BtnFinishQuest
groupBox1
-
- 283, 233
-
-
- Top, Bottom, Left, Right
-
Top
@@ -3747,9 +3884,6 @@
True
-
- 1
-
15, 44
@@ -3760,13 +3894,13 @@
GrpEntityType
- 121, 25
+ 110, 25
NoControl
-
- 2
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
6
@@ -3783,6 +3917,9 @@
Top, Bottom
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
TPCustom
@@ -3792,9 +3929,6 @@
3
-
- 45, 39
-
9
@@ -3813,6 +3947,9 @@
NoControl
+
+ NoControl
+
50, 23
@@ -3825,8 +3962,8 @@
[0-20]
-
- 147, 54
+
+ TPPlayerCheck
346, 100
@@ -3835,7 +3972,7 @@
NoControl
- 4
+ 5
120, 25
@@ -3843,6 +3980,9 @@
y
+
+ TxtGameItemFilter
+
TPArtifact
@@ -3855,6 +3995,9 @@
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
@@ -3873,6 +4016,9 @@
GC >= 1.2.2
+
+ 2
+
True
@@ -3885,9 +4031,15 @@
15
+
+ True
+
BtnTeleport
+
+ Zoom
+
74, 21
@@ -3906,27 +4058,30 @@
NoControl
-
- 112, 161
+
+ Bottom, Left
System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 400, 23
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
437, 218
-
- 隐藏的任务
-
TPStats
7
+
+ Bottom, Left
+
None
@@ -3939,24 +4094,30 @@
1
+
+ 110, 23
+
NoControl
+
+ 195, 135
+
250, 208
True
+
+ 4
+
System.Windows.Forms.TabPage, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
1
-
- TopCenter
-
0
@@ -3966,6 +4127,9 @@
10
+
+ 32, 17
+
True
@@ -3975,6 +4139,9 @@
70, 23
+
+ 250, 21
+
Top
@@ -3996,8 +4163,8 @@
提示
-
- 147, 23
+
+ 2
GrpBanPlayer
@@ -4008,8 +4175,8 @@
6, 105
-
- TxtCommand
+
+ Right
493, 22
@@ -4020,8 +4187,8 @@
4
-
- 自定义
+
+ 隐藏的任务
NoControl
@@ -4029,8 +4196,8 @@
TPQuest
-
- TPHome
+
+ Bottom, Left
System.Windows.Forms.TabControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4047,6 +4214,9 @@
False
+
+ True
+
150, 130
@@ -4068,6 +4238,9 @@
7, 17
+
+ 16
+
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4077,6 +4250,9 @@
3
+
+ NoControl
+
7
@@ -4086,11 +4262,8 @@
NoControl
-
- BtnSaveCustomCommand
-
-
- GrasscutterTools
+
+ LblArtifactPart
TCMain
@@ -4107,15 +4280,12 @@
140, 23
-
- LblTp
+
+ 账号管理
41, 51
-
- 200, 23
-
NoControl
@@ -4123,10 +4293,10 @@
LblEntityAmount
- 10
+ 11
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 215, 216
Top, Bottom, Left, Right
@@ -4134,44 +4304,56 @@
True
-
- TPArtifact
+
+ 目标UID
106, 23
+
+ 147, 54
+
75, 23
+
+ 获得角色经验时
+
System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- TPHome
-
-
- NoControl
+
+ 设置天气
396, 5
-
- 8
+
+ NoControl
4
+
+ 祝你玩得愉快!
+
2
14
-
- 60, 23
+
+ 473, 22
+
+
+ TopCenter
16
@@ -4179,8 +4361,8 @@
System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpGiveItemRecord
+
+ 2
GrasscutterTools.Controls.TextBoxXP, GrasscutterTools, Version=1.5.0.0, Culture=neutral, PublicKeyToken=null
@@ -4197,11 +4379,11 @@
复制
-
- True
+
+ NoControl
-
- 65, 13
+
+ 182, 23
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
@@ -4212,62 +4394,69 @@