MACRO 16777218 "追踪" Ability_Hunter_SniperShot
#showtooltip
/stopattack
/stopcasting
/脚本 for i=1,GetNumTrackingTypes()do local a,_,c=GetTrackingInfo(i)if a:find(UnitCreatureType("target"))then if not c then SetTracking(i)end break end end
/施放 猎人印记
END
