美女要黄瓜吗 发表于 2023-8-21 10:54:39

求一个XD的驱散BEE,我目前的不好用

--自动驱散
grouptype="";if GetNumRaidMembers()>0 thengrouptype="raid" elsegrouptype="party" end
local n,qusan = BeeGroupCountScript('BeeRange(unit)<=40 andBeeIsRun("驱毒术",unit)',"BeeUnitBuffInfo(unit,2,'Poison,Curse',0)>0 and not UnitIsDeadOrGhost(unit) and BeeUnitBuff('驱毒术',unit,2,1)<1 " ,grouptype)
if n>0 and BeeIsRun("驱毒术",qusan) then BeeRun("驱毒术",qusan);return;end
if n>0 and BeeIsRun("解除诅咒",qusan) then BeeRun("解除诅咒",qusan);return;end



这是其他脚本扒的,不好用,基本没驱散

魔兽小白 发表于 2023-8-23 11:38:24

懒动行不行 发表于 2023-12-6 17:01:27

可以将BeeUnitBuff('驱毒术',unit,2,1)<1,改为BeeUnitBuff('驱毒术',unit,2,1)<0,另外解毒术和解除诅咒分开写,试试看
{:5_244:}{:5_244:}
页: [1]
查看完整版本: 求一个XD的驱散BEE,我目前的不好用