2006
08-07
/script C=CastSpellByName; /script M=UnitMana("Player"); /施放 拦截 /script if(UnitHealth("target")29) then C("致死打击");end /script if(M>45) then C("英勇打击");end /script C=CastSpellByName; /script M=UnitMana("Player"); /施放 拦截 /script if(UnitHealth("target")49) then C("致死打击");end /script if(M>25) then C("英勇打击");end /script C=CastSpellByName; /script M=UnitMana("Player"); /施放 冲锋 /施放 压制 /script if(UnitHealth("target")29) then C("致死打击");end /script if(M>45) then C("英勇打击");end /script C=CastSpellByName; /施放

