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

How to play any EVE bot

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
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

How to set up RDP Wrapper for EVE

In this tutorial we will be going over everything you need to know to install RDP Wrapper so that you can have multiple desktops for multiple clients! 1. Go to this Link: https://github.com/stascorp/rdpwrap/releases and install the latest version of RDPWrap. Make sure to download the zip file! 2. After you have downloaded the zip file, […]

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

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
Tutorial Advanced

Rich Text

You can use rich text tags to alter the appearance and layout of your text. These tags work like HTML or XML tags but have less strict syntax. A tag looks like <tag>. Many tags operate on a scope, which you can end with </tag>. Such scopes can be nested, and you don’t have to close them […]

Categories
Tutorial Advanced

UI Request

EVE Online UI (User Interface) is a complex structure that exists from many dedicated objects, each of them is a child of another one. This is a tree oriented data structure. For getting data from the game, and make any actions or calculations you should get the right data first. For this purpose UI Request […]

Categories
Tutorial Advanced

Loop

Loop node provides the ability to repeat execution on dedicated nodes group multiple times. Let’s imagine a scenario where you need to jump to 6 different asteroid belts and make a bookmark on each one. In general, you should create many equals nodes in long construction like this. But with the Loop node, you can […]