Control Panel

It's time to configure your bot! The configuration consists in saying how your bot must behave in game. The interface is very simple to use, but let's make a short explanation of the menus...

But where can I configure the bot?

You can still search for a long time on FlatyVore, the configuration will not be done on it.😶

FlatyBot has the particularity to be a remotely accessible bot. Your bot is directly connected to our servers. You can access your bot anywhere through your control panel.

The navigation bar will follow you on all pages of the control panel. It mainly allows you to choose the bot to configure.

Connect a bot using FlatyVore, then click on its nickname in the list of bots on the left of your control panel.

Scripts

FlatyBot mainly uses scripts to work. Scripts are files, written in a programming language, that allow FlatyBot to specify the tasks to be performed.

There are two types of scripts on FlatyBot.

  • Path allows your bot to operate outside of combat.

  • Artificial intelligence allows your bot to act in combat.

Path

Paths are lua type files that allow the bot to act outside of fights.

We'll see how to make a path later, let's focus on their use first.

  1. Join the FlatyBot forum.

  2. Click on the Trajets (Paths) subforum.

  3. Look for a path that interests you, you can filter the routes by clicking on the colored bubbles at the top.

Once the route is recovered, you can load the path from the Console tab of your bot on the control panel. If there is an error in the path, the console will display it in red.

Finally, all you have to do is launch the path by clicking on the button on the right!

Artificial intelligence

Artificial intelligences are lua-type files that allow the bot to act in combat. They are necessary for the bot to win its fights.

Just like the paths, we will see later how to make an artificial intelligence. Let's focus first on their use.

  1. Join the FlatyBot forum.

  2. Click on the Intelligence artificielle (Artificial Intelligence) subforum.

  3. Look for an artificial intelligence you are interested in, you can filter them by class if you want.

Once the artificial intelligence is retrieved, you can load it from the Combat (fight) tab of your bot on the control panel.

The artificial intelligence will automatically activate in combat.

Last updated