你好,/run local a=SpellReady("神圣打击");if a then cast("神圣打击");else cast("十字军打击");end
像这种宏打出去后没有显示神圣打击的倒计时,怎么样才能有冷却的显示呢
/script for i=1,32 do if(UnitBuff("player",i)) then if(string.find(UnitBuff("player",i),"RighteousnessAura")) then CastSpellByName("审判");break;end;else CastSpellByName("智慧圣印");break;end;end
像这种也是没有显示