https://github.com/fraidev/tibiarunemaker
Rune maker for Tibia using robotJS on node 🤖
https://github.com/fraidev/tibiarunemaker
nodejs robotjs tibia
Last synced: about 2 months ago
JSON representation
Rune maker for Tibia using robotJS on node 🤖
- Host: GitHub
- URL: https://github.com/fraidev/tibiarunemaker
- Owner: fraidev
- Created: 2018-06-22T21:50:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T22:05:34.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T14:29:06.945Z (3 months ago)
- Topics: nodejs, robotjs, tibia
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tibia Rune Maker
A bot for mages training or to make runes.### 1 - Setup:
###### Windows:
```
npm install --global --production windows-build-tools.
```
###### Linux:
```
sudo apt-get install libxtst-dev libpng++-dev.
```
### 2 - Install node-gyp globally:```
npm install -g node-gyp
```### 3 - Then try installing the package again:
```
npm install robotjs
```### 4 - Install nodejs dependencies:
```
node TibiaRuneMaker.js
```### 5 - Run Bot:
```
node TibiaRuneMaker.js
```### Tibia:
```
Put on F1 Hotkey your Magic or Rune.
Put on F2 Hotkey your Food.
```