mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-09 23:29:14 +08:00
Update /at
to /snoospawn
This commit is contained in:
parent
111a98a916
commit
bcfb23a8fb
@ -1510,7 +1510,7 @@ namespace GrasscutterTools.Forms
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void OnAttackInfusedCommand(object sender, EventArgs e)
|
private void OnAttackInfusedCommand(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
SetCommand("/at", (sender as Control).Tag as string);
|
SetCommand("/snoospawn", (sender as Control).Tag as string);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -1539,7 +1539,7 @@ namespace GrasscutterTools.Forms
|
|||||||
ConnectArg(NUDAiwiCount);
|
ConnectArg(NUDAiwiCount);
|
||||||
ConnectArg(NUDAiwiHeight);
|
ConnectArg(NUDAiwiHeight);
|
||||||
ConnectArg(NUDAiwiRadius);
|
ConnectArg(NUDAiwiRadius);
|
||||||
SetCommand("/at", id.ToString() + args);
|
SetCommand("/snoospawn", id.ToString() + args);
|
||||||
//SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}");
|
//SetCommand("/at", $"{id} {NUDAiwiRadius.Value} {NUDAiwiHeight.Value} {NUDAiwiCount.Value} {NUDAiwiSpread.Value} {NUDAiwiRotateX.Value} {NUDAiwiRotateY.Value} {NUDAiwiRotateZ.Value}");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user