Get real, active and permanent YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

Nightingale FAST u0026 SUSTAINABLE Crop Farming Guide

Follow
Ygdrad

I saw too many people saying farming is broken and doesn't work because you get less stuff than you put in. That is only true if you don't put together a farming setup. This video goes over how to make farming sustainable and quick. Of note though, wheat and oats are unaffected by the bounty charm likely a bug.

Here is my autohotkey 2.0 script to quickly plant seeds. You will need to set up your own hotkey and mouse position for it. You can find your mouse position using the "Window Spy" tool that comes with autohotkey.
(everything below this point up to the final "#HotIf" is the script)
#Requires AutoHotkey v2.0


; Click autofill icon for crop plot seed in nightingale

#HotIf WinActive("ahk_class UnrealWindow")

F24::
{
MouseGetPos &xpos, &ypos
MouseMove 856, 1120
sleep 10
MouseClick "left", 856, 1120
sleep 50
MouseMove %&xpos%, %&ypos%
sleep 10
Send "{Esc}"
}
return

#HotIf

posted by walimzikacw