1. Disconnecting from the server when using the script

    Code:
    /run i="Soul Shard"d=GetItemCount(i)-12 for x=0,4 do for y=1,GetContainerNumSlots(x) do if (d>0) then l=GetContainerItemLink(x,y) if l and GetItemInfo(l)==i then PickupContainerItem(x,y) DeleteCursorItem() d=d-1 end end end end
    I have been using this script for a very long time, but recently it has been used to disconnect from the server. Lordaeron x1. Help

  2. The problem has disappeared. I close the topic.
    I suppose that all this is a consequence of a bug of bags.

Posting Permissions

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