1. 파티탈퇴 매크로

 

초상화 우클릭 하기 귀찮으신 분들을 위한 매크로입니다

 

/Script LeaveParty();

 

2. 회템 팔기 매크로

 

일일히 가방 검사하며 회템 팔기 귀찮은 분들을 위한 매크로입니다

 

/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))