之前做的农夫脚本自我感觉不好而且慢,因此重新做了个移动播种的农夫脚本。win2000或者NT如果是吃面
包的可以不用修改直接使用。
脚本为2部分一个播种一个吃东西(45分钟吃一次)箱子第1个位置
part1:
[G
eneral]
Description=农夫
BeginHotkey=109
BeginHotkeyMod=2
RunOnce=0
Enable=1
[Repeat]
Type=1
Number=1015
[Script]
Delay300
KeyPress321
Delay500
KeyPress272
Delay1000
MoveTo781430
Delay1000
LeftDoubleClick1
Delay
1000
MoveTo332148
Delay1000
LeftClick1
Delay1000
MoveTo
320369
Delay800
LeftClick1
Delay800
MoveTo178132
Delay5
00
For5
For30
LeftClick1
Delay1800
MoveR150
Delay1000
E
ndFor
MoveR025
For30
LeftClick1
Delay1800
MoveR-150
Del
ay1000
EndFor
MoveR025
EndFor
Delay1000
RightClick1
Del
ay500
RightClick1
part2:
[General]
Description=吃东西
BeginHotkey=109
Be
ginHotkeyMod=2
RunOnce=0
Enable=1
[Repeat]
Type=1
Numbe
r=1015
[Script]
KeyPress491
Delay2700000
PS:如果是在非2000/NT下运行,可以自己修改大循环(整个地第一部分)循环3次或者4次吃面包一次,
fs或者js则无所谓。由于时间问题没能做出来,请将就将就
|