Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Odstakowywanie gemow:
  2.  
  3. /run local x=GetMouseFocus()local b,s=x:GetParent():GetID(),x:GetID()SplitContainerItem(b,s,1)for i=0,4 do for j=1,GetContainerNumSlots(i)do if not GetContainerItemID(i,j)then PickupContainerItem(i,j)end end end
  4.  
  5. Automatyczne wkladanie gemow do forgea:
  6.  
  7. /run for bag=0,4,1 do for slot=1,GetContainerNumSlots(bag),1 do local name=GetContainerItemLink(bag,slot) if name and string.find(name,"nazwa gema") then UseContainerItem(bag,slot) end end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement