[원문] 템레벨 보는 매크로 질문요~

와우에 템레벨 보는 매크로 있던데 인벤 어디 게시판에서 봤고요.

 

아참 그냥 템레벨이 아니고 착용템레벨이요

 

어디서 봤는데 아무리 찾아봐도 없네요 ㅠㅠ

 

혹시 아시는분 헬프미 플리즈


-------------------------------------------------------------------------------------

[답글]

 

해당 캐릭을 선택한 상태에서

 

/run t,c,u=0,0,UnitExists("target") and "target" or "player" for i =1,18 do if i~=4 then local k=GetInventoryItemLink(u,i) if k then local _,_,_,l=GetItemInfo(k) t=t+l c=c+1 end end end if c>0 then print(UnitName('target')..':'..floor(t/c)) end

 

해주시면 됩니다