Mount & Blade: Warband

Mount & Blade: Warband

Nova Aetas
whatever, dog 19. feb. 2017 kl. 8:53
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
< >
Viser 1-3 af 3 kommentarer
ThatGuyYouknow522 1. mar. 2017 kl. 17:49 
nice use of the bug where you dont need to chop logs after you did just one
FireShadow  [udvikler] 2. mar. 2017 kl. 8:49 
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 kl. 13:31 
Oprindeligt skrevet af 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
< >
Viser 1-3 af 3 kommentarer
Per side: 1530 50