Skip to content

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

License

Notifications You must be signed in to change notification settings

TheUltDev/XenoBotScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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