大家好 下面是我得群刀单刷脚本 我想把自动红蓝得百分比改成 当红少于80%时自动喝红 当兰少于40%时自动喝兰 不知道再那里改 谢谢各位了
请在我得脚本基础上修改 表明具体时哪个命令行 不要给出其他脚本来套用
[General]
Description=单练
BeginHotkey=54
BeginHotkeyMod=4
RunOnce=0
Enable=1
[Repeat]
Type=1
Number=1015
[Script]
KeyPress 115 1
Delay 50
IfColor 50 20 393031 0
KeyPress 116 1
Delay 500
EndIf
IfColor 119 10 42455a 0
KeyPress 112 1
Delay 300
EndIf
參考答案:[General]
Description=单练
BeginHotkey=54
BeginHotkeyMod=4
RunOnce=0
Enable=1
[Repeat]
Type=1
Number=1015
[Script]
KeyPress 115 1
Delay 50
IfColor 50 20 393031 0 (在这里,要用抓图工具抓到你想加血的地方)
KeyPress 116 1
Delay 500 (最好设置成1000,不然有喝重血的现象)
EndIf
IfColor 119 10 42455a 0 (在这里,要用抓图工具抓到你想加蓝的地方)
KeyPress 112 1
Delay 300 (最好设置成1000,不然有喝重参的现象)
EndIf