代付款 发表于 2023-3-5 16:52:45

求助一个BeeSpellFast的问题

本帖最后由 代付款 于 2023-3-5 05:35 PM 编辑

无CD服法师寒冰指的buff出现和消失很快   怎么写可以让出现寒冰指就释放深度冻结?
我写的是      BeeSpellFast("/cast 深度冻结","Macro")
                      if BeeSpellCastFast( ) then return true;end
但是发现好像不行哦    后来写的local pbl=BeeUnitBuffList("player")
                                                if BeeStringFind("寒冰指",pbl) and BeeSpellCD("深度冻结")==0   then BeeCastSpelFast("/cast 深度冻结","Macro");end
还是不行请大佬教一下该如何写可以寒冰指就释放深度冻结.

minghua009 发表于 2023-3-13 13:12:22

if BeePlayerBuffTime("寒冰指")>0 then
      BeeRun("/cast 深度冻结","target")
    end

你看看可用否

leonokok 发表于 2023-3-13 18:12:44

{:5_243:}{:5_248:}{:5_238:}{:5_240:}

代付款 发表于 2023-3-19 18:25:51

minghua009 发表于 2023-3-13 01:12 PM
if BeePlayerBuffTime("寒冰指")>0 then
      BeeRun("/cast 深度冻结","target")
    end


这个可以用 但是不是一出现寒冰指buff就用 ,因为我玩的无CD的服 技能都无CD寒冰指出现和消失太快了
页: [1]
查看完整版本: 求助一个BeeSpellFast的问题