Categories
Tutorial

EVE Master commands

EVE Master is a complex solution that has multiple different apps. This topic shows and describes the list of commands for the core EVE Master app (also known as EVE Master CLI). Each nested command in EVE-Master has -h option. Use the help get more information from it. Information EVE-Master [command] EVE-Master auth [command] EVE-Master […]

Categories
Tutorial

How to use EVE Master CLI

1. Download & install EVE-Master Extract archive to any folder and start EVE-Master.exe You may use standard Terminal / Console to execute a command directly. And even to create your custom script to run sequence of commands. Good to know 2. Create PlayConfig Replace “MyConfig” with real name you would like to call it. Replace […]

Categories
Tutorial

Run multiple EVE bots in background

Multiple bots To run multiple bots in the same time at single PC – per each EVE Online client, launch EVE Master app one more time. If multiple bots should use mouse or keyboard, need to run them in background. Or they will fight for the mouse control, that is guarantee of miss-clicks and hell […]

Categories
How to create bot

How to create custom bot

Making a bot could be a tricky task, depending on the complexity of the bot. To make it easy, let’s first make a simple bot together. Let’s make a simple bot that will click on the sun button to open the Context Menu. Okay, we have a goal, let’s make it real. To do that […]

Categories
How to create bot

How to use EVE Master Bot Editor

After installation and success sign in to the app. You should download any “node”(bot) from the Store. For example, let’s download the node Autopilot. Write in the filters section Autopilot and press Enter. Press DOWNLOAD on the found Autopilot node, wait for a second, and press PLAY. Now, you should press the PLAY button in the bottom right […]

Categories
How to create bot

How to play any EVE bot in Bot Editor

Make sure your EVE Online client has setup“Fixed Window” or “Fullscreen”. Download bot from the “Store”, don’t worry all bots are free. Store is a place where all bots (which we call “nodes”) are located. Download and Open any bot you want, let’s look into “Ratting Combat” bot as example. All bots are similar in setup anyway. […]

Categories
How to create bot

Node

Node – is a dedicated and completed piece of logic with input and output properties. Root Nodes – nodes that are integrated into the EVE Master app.For example: ‘EVE UI Get’, ‘Mouse Click’, ‘Flow Split’, ‘Multiply’, ‘Divide’, and many others (more than 100). User Nodes – created by the community. Could be downloaded from ‘Node Store’ in the […]

Categories
How to create bot

Execution Flow

Node execution always begins from the Start node. When you press the Play button and execution begins. You may see the current execution node by the green glow around that node. Execution goes through the ‘flow’ line to the next connected node. Execution comes to end of the flow In this case, execution restarts itself […]

Categories
How to create bot

Create new Node

Creating a new Node is so simple! Open the menu (the circle button in the top left corner) then click ‘Create new node‘. Fill required (marked by *) properties. Title – just a title of the node. It shows everywhere where the node is (Store, Library, inside other Node). Rich text supported. ID – not editable property. This is […]

Categories
How to create bot

Node Property

Node property is a simple variable that could be used for any type of logic and calculations. Properties are a valuable part of EVE Master because It displays all types of data values from EVE Online client. Node has input properties and output properties.Input property (left side) – represents the value that is consumed by the […]