Mount & Blade: Warband

Mount & Blade: Warband

Nova Aetas
the timber system
so, i got the mod and started playing as usual, and i found myself extremely inconvenienced and bored to the brink of extinction so i made a AHK script that uses a bug, where if you chop down 1 tree, you can infinitely saw the wood of it

#SingleInstance, Force

#Persistent
#NoEnv


$F::
Repeat:
sendinput, {F down}
sleep 16000
sendinput, {F up}
sleep 10000
goto repeat
return


it'll hold down the F button for 16 seconds (aprox amount of time it takes to saw 1 tree) and releases it for 10 seconds before repeating and sawing again
this isn't optimized but good for when you're going afk for a couple of minutes but want to be productive

deus vult
< >
Showing 1-3 of 3 comments
nice use of the bug where you dont need to chop logs after you did just one
FireShadow  [developer] 2 Mar, 2017 @ 8:49am 
I have never been able to reproduce this bug. Can you release a video how you get this persistant sawing?
whatever, dog 2 Mar, 2017 @ 1:31pm 
Originally posted by FireShadow:
I have never been able to reproduce this bug. Can you release a video how you get this persistant sawing?
https://youtu.be/tCa34QBvZpQ
< >
Showing 1-3 of 3 comments
Per page: 1530 50