Die Stämme Auto Scavenging

Automates scavenging in Die Stämme

Tác giả
ricardofauch
Cài đặt hàng ngày
0
Số lần cài đặt
47
Đánh giá
0 0 0
Phiên bản
1.3.2
Đã tạo
28-10-2024
Đã cập nhật
28-10-2024
Size
20 KB
Giấy phép
MIT
Áp dụng cho

# Das Meisterräuber Script Guide

## Overview
This script automates the scavenging process in Die Stämme (Tribal Wars) by efficiently managing spear distribution across available scavenging options.

## Features
- Automated scavenging runs
- Smart spear distribution
- Configurable total spear count
- Last 4 debug messages visible
- Settings persist between page reloads
- 35% spear limit per option
- Random reload intervals (8-12 minutes)

## Usage

### Initial Setup
1. Navigate to your village's scavenging page
2. Look for the script UI on the left side of the screen
3. Enter your desired total spear count in the "Speere Gesamt" input field

### How It Works
- The script will automatically distribute spears across available scavenging options
- Each option will receive the smaller value of:
- Total spears divided by number of options
- Maximum 35% of total spears
- The script automatically reloads every 8-12 minutes
- Debug messages show the last 4 operations

### Example
If you set 160 total spears and have 4 scavenging options:
- Even distribution would be 40 spears per option (160/4)
- 35% limit would be 56 spears (160 * 0.35)
- Script will use 40 spears per option (the lower number)

### Notes
- Minimum 20 spears required to start scavenging
- Settings are saved between reloads
- Debug messages show real-time operation status

## Troubleshooting
If the script isn't working:
1. Check if Tampermonkey is enabled
2. Ensure you're on the correct game page
3. Check the debug messages for any errors
4. Refresh the page and try again