|
2014-10-27 00:11
조회: 729
추천: 0
매크로를 짜고 싶은데 어디서 배워야 할지 모르겠습니다 도움좀스킬 자원바나 버프아이콘 디버프 아이콘 위치 크기 조절이 가능하던데 왠만한 매크로 팁글같은거엔 이런게 언급이 없네요.. 어디서 배워야하죠?
EXP
114,174
(16%)
/ 135,001
noise#3825 /run local p,N,c,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=Get ContainerItemLink(b,s) if n and string.find(n,"9d9d9d") then N={GetItemInfo(n)} c=GetItemCount(n) p=p+(N[11]*c)UseContainerItem(b,s) print(n) end end end print(GetCoinText(p))
|
Wownoise