> For the complete documentation index, see [llms.txt](https://anubiswiki.flyffbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anubiswiki.flyffbot.com/aoebot.md).

# AoeBot

<figure><img src="/files/eIEvfptL7zx6qBKC45Rg" alt=""><figcaption></figcaption></figure>

## AoEBot Tab Function Reference

This table describes each user-facing function in the AoEBot tab and the behavior it controls.

| Section             | Function                                                           | Control Type | What It Does                                                                                                                                          | Notes                                                                                |
| ------------------- | ------------------------------------------------------------------ | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| Targetting Settings | Mode: via LevelRange                                               | Radio button | Makes AoEBot search for monsters whose level is between the configured minimum and maximum level.                                                     | Used during the pulling phase.                                                       |
| Targetting Settings | Mode: via Name                                                     | Radio button | Makes AoEBot search only for monsters whose names are in the selected monster name list.                                                              | Used during the pulling phase.                                                       |
| Targetting Settings | MinimumLevel                                                       | Slider       | Sets the lowest monster level that AoEBot is allowed to pull when using LevelRange mode.                                                              | Range: 1 to 250.                                                                     |
| Targetting Settings | MaximumLevel                                                       | Slider       | Sets the highest monster level that AoEBot is allowed to pull when using LevelRange mode.                                                             | Range: 1 to 250.                                                                     |
| Targetting Settings | Monster name dropdown                                              | Combo box    | Shows the available monster names found by the client so one can be selected for name-based pulling.                                                  | Only shown in via Name mode.                                                         |
| Targetting Settings | Add Name                                                           | Button       | Adds the currently selected monster name from the dropdown to the AoEBot name target list.                                                            | Duplicate names are ignored.                                                         |
| Targetting Settings | Remove Name                                                        | Button       | Removes the currently selected monster name from the AoEBot name target list.                                                                         | Disabled until an item is selected.                                                  |
| Targetting Settings | Selected Items                                                     | List         | Displays all monster names currently allowed for name-based AoEBot pulling.                                                                           | Select an entry before using Remove Name.                                            |
| Targetting Settings | Pullcount                                                          | Slider       | Sets how many monsters AoEBot tries to pull before switching to the killing phase.                                                                    | Range: 2 to 50. The bot checks how many monsters are currently attacking the player. |
| Behaviour Settings  | Timeout                                                            | Slider       | Sets the maximum time AoEBot may spend trying to finish the current pull or kill phase before aborting that phase.                                    | Range: 10 to 600 seconds.                                                            |
| Behaviour Settings  | Pull Key                                                           | Combo box    | Sets the key AoEBot presses to pull the selected monster until that monster starts attacking the player.                                              | Options include 0-9, F1-F10, and ALT+0 through ALT+9.                                |
| Behaviour Settings  | AoE Keys                                                           | Key selector | Lets you choose which key should be added to the AoE kill key list.                                                                                   | Options include None, 0-9, F1-F10, and ALT+0 through ALT+9.                          |
| Behaviour Settings  | Add                                                                | Button       | Adds the selected AoE key to the kill key list.                                                                                                       | Duplicate keys are ignored. None can be added, but it is skipped during casting.     |
| Behaviour Settings  | Remove                                                             | Button       | Removes the currently selected key from the AoE kill key list.                                                                                        | Disabled until a key is selected.                                                    |
| Behaviour Settings  | Selected Keys                                                      | List         | Displays the AoE kill keys that will be pressed during the killing phase.                                                                             | AoEBot requires at least one key in this list before it can start.                   |
| Behaviour Settings  | Waiting time between Keypresses (MS)                               | Slider       | Sets the delay between each configured AoE key press during the killing phase.                                                                        | Range: 250 to 2500 milliseconds.                                                     |
| Behaviour Settings  | Return to Origin if no Monster found                               | Checkbox     | Makes AoEBot return to the position where it was started if no monster is found after several camera turns.                                           | The origin position is captured when AoEBot starts.                                  |
| Behaviour Settings  | Return to Origin after each Pullphase                              | Checkbox     | Makes AoEBot move back to the start position after the pulling phase and before killing the pulled monsters.                                          | Useful when you want all killing to happen at the origin point.                      |
| Behaviour Settings  | Avoid Obstacles (Try run around Obstacles)                         | Checkbox     | Uses navigation pathing to move around obstacles instead of moving directly through blocked paths.                                                    | Used for returning to origin and approaching targets.                                |
| Behaviour Settings  | Move To Monster before pulling/killing (Use for non Target Skills) | Checkbox     | Makes AoEBot move close to the monster before pulling or killing it.                                                                                  | Recommended for targetless attack skills that require positioning near the monster.  |
| Status              | ScrollableLog                                                      | Log window   | Shows AoEBot events such as start, stop, found monster, pull progress, obstacle pathing, timeout countdown, invalid targets, and death stop messages. | Keeps the latest 100 log entries.                                                    |
| Status              | LevelBot Kills                                                     | Counter      | Displays the AoEBot kill counter in the tab status line.                                                                                              | The UI label says LevelBot Kills, but this value comes from the AoEBot counter.      |
| Status              | Runtime                                                            | Timer        | Displays accumulated AoEBot runtime in hours, minutes, and seconds.                                                                                   | Runtime is added after each AoEBot session loop.                                     |
| Control             | Start / Stop AoEBot                                                | Button       | Saves the current character settings, then starts AoEBot if it is stopped or stops it if it is already running.                                       | AoEBot will not start unless at least one AoE key is assigned to the kill key list.  |
