/XenoBotScripts

Bot scripts powered by XenoBot, for the game Tibia, a free to play 2D MMORPG.

Primary LanguageLuaGNU General Public License v2.0GPL-2.0

Tibia Bot Scripts

XenoBot cavebot scripts for botting on Tibia and some Open-Tibia servers.

Dependencies

Before attempting to get started, please install the following depedencies if you do not already have them.

Getting Started

Open the command prompt and navigate to the directory you wish to clone to and run the following:

$ git clone https://github.com/OXGaming/oxscripts.git
$ cd oxscripts
$ npm install                                # Install dependencies
$ npm run build                              # Build all scripts

How to run a live reload server

This will start a build server that detects changes to source and reloads the script automatically. You will need to install ZMQ npm install zmq for this feature to work.

$ npm start --script="Edron Demons (MS)"

How to build a single script

Build a single script and copy it to your XenoBot settings folder.

$ npm run build --script="Edron Demons (MS)"