文書の過去の版を表示しています。
このページはまだ完全には、翻訳されません。翻訳の完了を支援して下さい。
(翻訳が完了したらこの段落を削除して下さい)
AimAssist
AimAssist | |
---|---|
![]() |
|
タイプ | ハック |
カテゴリー | 戦闘 |
In-game description | “Helps you aim at nearby entities.” |
Default keybind | none |
Source code | net/wurstclient/hacks/AimAssistHack.java |
エイムアシストは、Minecraftのハックで、近くのエンティティを自動的に狙う機能です。これは戦闘に非常に便利で、プレイヤーが狙うことに集中する代わりに移動や攻撃に集中できるようにします。
設定
範囲
範囲 | |
---|---|
タイプ | スライダー |
ゲーム内設営 | (なし) |
デフォルト値 | 4.5m |
最小値 | 1m |
最大値 | 6m |
インクラメント | 0.05m |
「範囲」スライダーは、エイムアシストが無視する前にentityがどれだけ遠くにいるかを制限します。近接戦闘に使用する場合、この設定はユーザーの攻撃範囲を超えないように設定する必要があります。そうしないと、エイムアシストは攻撃できないほど遠くにいるエンティティを狙おうとして時間を無駄にすることがあります。
回転速度
回転速度 | |
---|---|
タイプ | スライダー |
ゲーム内説明 | (なし) |
デフォルト値 | 600°/s |
最小値 | 10°/s |
最大値 | 3600°/s |
インクラメント | 10°/s |
「回転速度」スライダーは、AimAssistがプレイヤーの頭を回転させてentityを向く速度を制限します。
視野角
視野角 | |
---|---|
タイプ | スライダー |
ゲーム内説明 | “視野 - クロスヘアからのエンティティの無視範囲。 360° = 周囲のエンティティを狙います。” |
デフォルト値 | 120° |
最小値 | 30° |
最大値 | 360° |
インクラメント | 10° |
The “FOV” slider limits how far AimAssist will move the player's head in order to face an entity. Any entity that is outside of this field of view will not be aimed at.
The FOV generally goes “both ways around”: An FOV setting of 180° will aim at any entities that are up to 90° away in any direction, resulting a 180° cone centered around where the player is facing. Similarly, an FOV setting of 90° creates a 90° cone where anything up to 45° away can be aimed at, and so on. An FOV setting of 360° will aim at targets all around the player.
The FOV setting takes both horizontal and vertical rotation into account and is always based on the player's client-side facing.
Filters
AimAssist's filters are very similar to the Generic Combat Filter List. The only difference is that more of the filters are enabled by default, as shown in the table below:
Filter name | Default value |
---|---|
Filter players | not checked |
Filter sleeping | not checked |
Filter flying | 0m (disabled) |
Filter monsters | not checked |
Filter pigmen | not checked |
Filter endermen | not checked |
Filter animals | checked |
Filter babies | checked |
Filter pets | checked |
Filter traders | checked |
Filter golems | not checked |
Filter invisible | checked |
Filter named | not checked |
Filter shulker bullets | not checked |
Filter armor stands | checked |
Filter end crystals | checked |
Changes
Version | Changes |
---|---|
Wurst 7.32 | Added AimAssist. |