Categories
Tutorial

How to use EVE Master

EVE Master works only with Fixed Window and Fullscreen modes of EVE Online. You are not limited to other settings. You can use any Window size and others. 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 […]

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
Tutorial

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
Tutorial

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
Tutorial

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 […]

Categories
Tutorial Advanced

BOT Architecture Patterns

This post is related to people who want to make his own bots for EVE Online. I made many nodes and completed bots in EVE Master and understand important architecture patterns, which help to make canvas of nodes more readable, ease to scale and change. Linear Pattern The most simple and intuitive pattern. Execution flow […]