wulinnike 发表于 2024-3-26 23:02:41

如何加入按shift键释放奥爆术,其余时间释放奥术弹幕?

if not BeeUnitCastSpellName("player") and BeeSpellCoolDown("奥术弹幕")==0 then BeeRun("/cast 奥术弹幕","target") return;end


if not BeeUnitCastSpellName("player") and BeeSpellCoolDown("奥术飞弹")==0 and BeeUnitBuffTime("飞弹速射")>0 or BeeUnitHealth("target","%")<=20then BeeRun("/cast 奥术飞弹","target") return;end


if UnitExists("target")==1 and IsSpellInRange("奥术冲击","target")==1 and not UnitIsDeadOrGhost("target") andBeeUnitHealth("target","%")>15 then BeeRun("/cast 奥术冲击") return;end

懒动行不行 发表于 2024-3-27 19:42:19

在奥爆那边加个条件IsShiftKeyDown()就行了
页: [1]
查看完整版本: 如何加入按shift键释放奥爆术,其余时间释放奥术弹幕?