작성자 | 정회원 | ||
---|---|---|---|
작성일 | 2020-12-01 09:19:31 KST | 조회 | 1,240 |
제목 |
와우 신던확인 매크로, 잡템판매 매크로
|
잡템
/run local p,N,c,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(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))
상인한테 거래창 띄우고 누르면 회색템 알아서 정리해 줌, 가끔 몇개 남는데 한번 더 눌러주면 됨
신던확인
/run t={"고통","속죄","승천","역병","저편","상흔","티르","심연"} for i=1,40 do n,_,_,d,l=GetSavedInstanceInfo(i) if not n then break end if d==23 and l then for j=1,8 do if t[j]~="_" and n:find(t[j]) then t[j] = "_" end end end end print(unpack(t));
© PlayXP Inc. All Rights Reserved.