Available fields
The macro supports gathering in all 17 fields:- Starter fields
- Mid-tier fields
- Advanced fields
- End-game fields
- Sunflower Field - Yellow pollen, mountain booster
- Dandelion Field - White pollen, mountain booster, comforting nectar
- Mushroom Field - Red pollen, red booster, motivating nectar
- Blue Flower Field - Blue pollen, blue booster, refreshing nectar
- Clover Field - White pollen, mountain booster, invigorating nectar
Field configuration
Each of the 3 gathering slots can be configured with these settings:Basic settings
Advanced settings
Pattern modifiers
Pattern modifiers
Gathering conditions
Gathering conditions
Sprinkler placement
Sprinkler placement
- Center
- Upper Left
- Upper Right
- Lower Left
- Lower Right
- Left
- Right
Camera rotation
Camera rotation
Gathering patterns
The macro includes several built-in patterns optimized for different fields:Default patterns
- Squares - Efficient square coverage pattern
- Lines - Back-and-forth line pattern
- CornerXSnake - Snake pattern starting from corner
- Stationary - Stay in one spot (for small fields like Clover/Stump)
- XSnake - Cross-field snake pattern
Custom patterns
You can add custom patterns in the/patterns/ directory. Each pattern is an AutoHotkey script that defines the walking path.
Field-specific strategies
Field default settings
Each field has optimized default settings stored infield_config.ini:
Field rotation
The macro cycles through your configured fields in order:- Gathers in Field 1 until conditions are met
- Converts honey at hive (if backpack is full)
- Moves to Field 2 and repeats
- After Field 3, returns to Field 1
Set a field to “None” to skip that gathering slot.
Walk paths
The macro uses predefined paths to navigate between the hive and fields. These are stored in the/paths/ directory:
gtf-[field].ahk- Go to field from hivewf-[field].ahk- Walk from field back to hivegtp-[field].ahk- Go to planter in field
Performance tips
Optimize pattern selection
Optimize pattern selection
- Use Stationary for small fields (Clover, Stump, Cactus)
- Use CornerXSnake for most medium/large fields
- Adjust pattern size based on your bee’s convert rate
Balance gathering time
Balance gathering time
- Set
FieldUntilMinsbased on field size and buffs - Use
FieldUntilPackto avoid overfilling backpack - Consider field boost duration (typically 15 minutes)
Field rotation strategy
Field rotation strategy
- Prioritize fields that match your hive color
- Include fields needed for active quests
- Balance between efficient gathering and quest completion
Movement optimization
Movement optimization
Set your movement speed correctly:Higher bee counts and movement buffs increase this value.
Troubleshooting
Common issues
Macro doesn’t gather efficiently:- Reduce
FieldPatternSizeto match your backpack capacity - Increase
FieldPatternRepsfor better field coverage - Adjust sprinkler placement for your gathering pattern
- Lower
FieldUntilPackpercentage - Reduce
FieldUntilMinsduration - Check if you need better conversion buffs
- Enable
FieldDriftCheck = 1 - Verify your display scale is 100%
- Check that Roblox graphics are set to lowest quality