November 21, 20205 yr Hi,can tell me if i want store designated items in bank,how to writ this commands with MacroLua?
November 21, 20205 yr Author I solved it myself. I need two macro commands. Click command 1 and then command 2 /run l={"name1","name2","name3","name4"}for j=1,#Rubb do if GetItemInfo(l)==Rubb[j]then return 1 end end end /run for bag=0,4 do for slot=1,50 do local b=GetContainerItemLink(bag,slot) if b and IRubb(b)then UseContainerItem(bag,slot)end;end;end
Create an account or sign in to comment