no001 发表于 2024-3-19 13:57:54

请问术士的无限 恐惧 脚本怎么做呢?

请问如何单独创建一个优先级比输出循环高的脚步啊,比如我术士想单独创建一个无限   恐惧   的脚本,如果不行的话就把恐惧写进输出循环里优先释放,请问可以实现吗?

纯纯的小野猪 发表于 2024-3-19 14:21:04

简单啊,直接新建个脚本,编辑脚本,把恐惧写进去,把其他输出项都点掉,只勾新建项,选择目标就是无限恐惧了,写恐惧进脚本注意时间差,要不回递减

no001 发表于 2024-3-20 14:38:30

试过了不行,要么是和输出互相冲突,只能生效靠前的一个,写进输出循环里又不生效

行了行了 发表于 2024-3-20 14:50:30

不懂,难道你还想一边恐惧得时候一边输出啊?

懒动行不行 发表于 2024-3-20 18:48:34

在输出脚本前面加上if BeeUnitCastSpellTime("player")>0 then return end
后面的输出脚本就不会在恐惧读条时候抢了

no001 发表于 2024-3-20 19:41:38

好的,我试试
if BeeUnitCastSpellTime("player")>0 then return end

if   BeeRun("/cast 恐惧")
   return
end

if   BeeUnitMana("player","%",0)<70 and BeeUnitHealth("player","%")>35then
    BeeRun("/cast 生命分流")
    return
end


单恐惧   BeeRun("/cast 恐惧")    这段可以用,加给生命分流就不能用了,另外请问论坛那个能下载脚本的区密码多少,要怎么样才有资格能去哪个区,我想下载几个职业脚本试试

懒动行不行 发表于 2024-3-20 23:41:25




if BeeUnitCastSpellTime("player")>0 then return end
if   BeeUnitMana("player","%",0)<70 and BeeUnitHealth("player","%")>35then
    BeeRun(" 生命分流")
    return
end
这样写就行,不知道你那个恐惧的写法是想达到什么目的?
学习区的密码是最小质数

no001 发表于 2024-3-21 00:52:08

就是无限丢恐惧,换蓝




if BeeUnitCastSpellTime("player")>0 then return end
if   BeeUnitMana("player","%",0)<70 and BeeUnitHealth("player","%")>35then
    BeeRun(" 生命分流")
    return
end
这个换血换蓝,但是没有恐惧了

懒动行不行 发表于 2024-3-21 20:27:56

if BeeUnitCastSpellTime("player")>0 then return end
if BeeUnitBuff("恐惧","target",2,2)<0 then BeeRun("恐惧","target") end

if   BeeUnitMana("player","%",0)<70 and BeeUnitHealth("player","%")>35then
    BeeRun(" 生命分流")
    return
end

no001 发表于 2024-3-25 13:49:24

谢谢大佬,谢谢大佬谢谢大佬,谢谢大佬谢谢大佬,谢谢大佬谢谢大佬,谢谢大佬谢谢大佬,谢谢大佬
页: [1]
查看完整版本: 请问术士的无限 恐惧 脚本怎么做呢?