Track Undead
#showtooltip
Track Undead
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Undead" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
Track Humanoids
#showtooltip
Track Humanoids
/run for i=1,GetNumTrackingTypes() do local a,_,b=GetTrackingInfo(i) if select(1,a)=="Track Humanoids" then if b==1 then SetTracking(i,false) elseif b==nil then SetTracking(i,true) end end end
最終更新:2014年10月08日 11:20