请教各位大佬~
新手小白请教下各位大佬。求一个CD时间一到自动释放寒冰盾的 脚本,
万分感谢!
local p = "player"
local spells = {
hanbinghuti = GetSpellInfo(11426),
hanbingpingzhang = GetSpellInfo(45438),
}
if UnitAffectingCombat(p) and BeeSpellCD(spells.hanbinghuti) then
BeeRun(spells.hanbinghuti,p)
end
if UnitAffectingCombat(p) and BeeSpellCD(spells.hanbingpingzhang) then
BeeRun(spells.hanbingpingzhang,p)
end
..
页:
[1]