Skip to content

Releases: EnglishBreakfastTea/Vault-Tec-Tactical-Assistant

Hexbot

28 Sep 13:10
Compare
Choose a tag to compare

Contains two implementations of a hexbot.

The first implementation ("1hex") runs to the target by simulating a player clicking quickly on the target. When it detects that the distance is 1 hex, it attacks. Unfortunately it fails often if the target moves away in the last moment.

The second implementation ("1hexv2") modifies the used weapon's stats, telling the game that the used weapon's range is 1. Attacking a target with any weapon when 1hexv2 is enabled acts as if the player was unarmed. It tries really hard to make sure the distance is 1 hex before attacking the target. Very accurate (about 95%) but looks much more suspicious, especially if you don't have enough AP to attack (it constantly chases a moving target).
The second implementation doesn't work properly with weapons that have range modifications (like "Improved" weapons in FOnline 2). The resulting range will be 1 + the modifier (e. g. if the weapon has a Range +2 modifier, the resulting range will be 3).

This VTTA release also contains a "center" command, which centers the camera on the player.

The different attached binaries work for FOnline 2 (FOnline 2.exe) and FOnline Reloaded (FOnline.exe and FOnlineGL.exe). Download the appropriate package.