1. [ANSWERED]Macro leads to disconnects

    I have been using a macro on a different server to help me clear the bags from gray items in 1 click and every time i use it here i get disconnected, i can be mistaken but i thought macro is same everywhere?

    /run for b=0,4 do for s=1,GetContainerNumSlots(b) do l=GetContainerItemLink(b,s) if l then _,_,r=GetItemInfo(l) if (r==0) then PickupContainerItem(b,s) DeleteCursorItem() end end end end

  2. The anti-cheating system might not like it and that is why you are getting disconnected.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •