又遇到问题了,哪位大佬帮忙以下啊
if BeeSpellCD("瞄准射击")>0 and BeeSpellCD("奇美拉射击")>0 and BeeSpellCD("奥术射击")>0 and BeeIsRun("/cast 稳固射击") and BeeSpellCoolDown("奥术射击")==0 thenBeeRun("/cast 稳固射击")
end
意思就是瞄准奇美拉奥术都CD 就释放稳固单我这稳固怎么都不能自动打出来 请问什么问题啊
本帖最后由 idlng 于 2022-7-11 08:07 PM 编辑
if BeeSpellCD("瞄准射击")>0
and BeeSpellCD("奇美拉射击")>0
and BeeSpellCD("奥术射击")>0
and BeeIsRun("/cast 稳固射击")
and BeeSpellCoolDown("奥术射击")==0 then
BeeRun("/cast 稳固射击")
end
你两个奥术射击cd 且条件还冲突 你怎么放 BeeSpellCD("奥术射击")>0 BeeSpellCoolDown("奥术射击")==0
你既要奥术射击的cd大于0又要奥术射击的cd等于0
那这个条件永远都无法成立 本帖最后由 blxyz521 于 2022-7-9 12:59 PM 编辑
BeeSpellCoolDown("奥术射击")==0删掉
BeeIsRun("/cast 稳固射击")这样写不对,改成BeeIsRun("稳固射击")。
页:
[1]