Auto-Rotation
When to Use
Configuration
Basic Syntax
module.exports = {
igns: ["Account1", "Account2"],
autoRotate: {
"Account1": "r2:3f1",
"Account2": "r1:4f0"
}
// ... other settings
}Rotation String Format
Components
Rest Period (r)
Flip Period (f)
Friend Visit (optional)
Examples
Example 1: Conservative Rotation
Example 2: Aggressive Rotation
Example 3: Multiple Accounts Staggered
Example 4: Night/Day Split
Discord Notifications
Managing Rotation
Viewing Current Schedule
Adjusting Rotation
Disabling Rotation
Best Practices
1. Start Conservative
2. Vary Schedules
3. Consider Time Zones
Advanced Rotation Strategies
Strategy 1: Rolling Coverage
Strategy 2: Peak Hours Focus
Strategy 3: Randomized (Manual)
Strategy 4: Main + Backup
Troubleshooting
Rotation Not Working
Wrong Rotation Times
Discord notifications not sending
Example Complete Config with Rotation
Visual Schedule Examples
Example: "r2:4f2"
Example: "r1:6f1"
Next Steps
Last updated
Was this helpful?