Mount & Blade: Warband

Mount & Blade: Warband

Nova Aetas
whatever, dog 2017 年 2 月 19 日 上午 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
< >
正在显示第 1 - 3 条,共 3 条留言
ThatGuyYouknow522 2017 年 3 月 1 日 下午 5:49 
nice use of the bug where you dont need to chop logs after you did just one
FireShadow  [开发者] 2017 年 3 月 2 日 上午 8:49 
I have never been able to reproduce this bug. Can you release a video how you get this persistant sawing?
whatever, dog 2017 年 3 月 2 日 下午 1:31 
引用自 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
< >
正在显示第 1 - 3 条,共 3 条留言
每页显示数: 1530 50