Automates scavenging in Die Stämme
# 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