LUACN论坛

 找回密码
 加入我们

QQ登录

只需一步,快速开始

搜索
热搜: YJWOW MagicStone BoL
查看: 477|回复: 4

[wowbee] 痛苦SS用2次痛苦无偿怎么解决啊 大神们

[复制链接]
发表于 2022-2-22 17:05:29 | 显示全部楼层 |阅读模式
--插入技能
if BeeCastSpellFast() then return;end
--保命
if IsEquippableItem("极效治疗石") and BeeUnitHealth("player","%")<55 and GetItemCooldown("极效治疗石")==0 then
    BeeRun("/cast 极效治疗石");
    return;
end
if BeeUnitMana("player","%")<20 and BeeUnitHealth("player","%")>20 then
    BeeRun("/cast 生命分流");
    return;
end
--自动补BUFF部分
if BeePlayerBuffTime("邪甲术")<1 and BeeUnitMana("player","%",0)>0 then
    BeeRun("/cast 邪甲术")
end
--瞬发暗影箭
if BeePlayerBuffTime("暗影冥想")>0
then
    BeeRun("/cast 暗影箭")
end
if UnitExists("target")==1 and not UnitIsDeadOrGhost("target") and BeeTargetDeBuffTime("腐蚀术")<1
then
    BeeRun("/cast 腐蚀术")
end
--输出
if BeeTargetDeBuffTime("腐蚀术")>=1 and BeeSpellCoolDown("鬼影缠身")==0
then
    BeeRun("/cast 鬼影缠身")
end
if BeeTargetDeBuffTime("鬼影缠身")>=1 and BeeTargetDeBuffTime("痛苦无常")<4
then
    BeeRun("/cast 痛苦无常")
end
if BeeTargetDeBuffTime("鬼影缠身")>=1 and BeeTargetDeBuffTime("痛苦无常")>=4 and BeeTargetDeBuffTime("痛苦诅咒")<6
then
    BeeRun("/cast 痛苦诅咒")
end
if BeeTargetDeBuffTime("鬼影缠身")>=1 and BeeTargetDeBuffTime("痛苦无常")>=4 and BeeTargetDeBuffTime("痛苦诅咒")>=6 and BeeUnitHealth("target","%")>25
then
    BeeRun("/cast 暗影箭")
end
if BeeTargetDeBuffTime("鬼影缠身")>=1 and BeeTargetDeBuffTime("痛苦无常")>=4 and BeeTargetDeBuffTime("痛苦诅咒")>=6 and BeeUnitHealth("target","%")<=25 and BeeTargetDeBuffTime("吸取灵魂")<=8
then
    BeeRun("/cast 吸取灵魂")
end

回复

使用道具 举报

发表于 2022-3-9 19:59:16 | 显示全部楼层
现在好像也没有一个好的解决方案...
回复 支持 反对

使用道具 举报

发表于 2023-3-7 15:06:00 | 显示全部楼层
BeeRun("/cast 痛苦无常")这句修改一下,改成BeeRun("/castsequence 痛苦无常,生命分流") ,我这么改了就没重复了。
回复 支持 反对

使用道具 举报

发表于 2023-3-7 15:07:37 | 显示全部楼层
不是 你这个什么怎么跟我发的那个痛苦术这么相似呢 你加个痛苦无常的打断就好了
回复 支持 反对

使用道具 举报

发表于 2023-6-14 00:26:37 | 显示全部楼层
想问一下 ,吸取灵魂为什么要8秒打断,重新使用
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 加入我们

本版积分规则

小黑屋|手机版|Archiver|LUACN论坛

GMT+8, 2024-5-18 08:54 PM , Processed in 0.057217 second(s), 23 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表