1. Limitation for script actions ?

    Hi guys, i'm playing on Icecrown and by lvling warlock i was to annoyed by removing soulshards from my inventory, because they always fiiling up my bag space. So i try to use ussual for me script for cleaning "/run for bag = 0,4 do for slot = 1,GetContainerNumSlots(bag) do local item = GetContainerItemLink(bag,slot) if item and item:find("soulshard") then PickupContainerItem(bag,slot) DeleteCursorItem() end end end" and by performing it i was dced. Thats happening again after i log in and use it, so i assume, that there is some kind of limitation for script actions on the realm, is it ? And if it exist, than what kind of details of that limit and how far it goes ?

  2. You get disconnected if you try to delete multiple items at the same time. It was implemented because some people were giving streamers macros that delete all their gear. You can try making a macro that deletes just 1 soulshard and press it multiple times.

  3. You get disconnected if you try to delete multiple items at the same time. It was implemented because some people were giving streamers macros that delete all their gear. You can try making a macro that deletes just 1 soulshard and press it multiple times.
    Strange way to solve problrms. I mean, why they was using macros, if they don't know what they do ? But eventually it can helps with some scam addons that have similar scripts. But the probltm is, that even just using simple script "DeleteCursorItem()" i get dc if it was performed very fast (3-4 clicks per second or faster). So what i wanna know, is limit on some specific commands or just action per second (i assume second). And what exactly the limitation (aps or just deleting items too fast).

  4. They haven't said what exactly the limitation is. I think it might work if you press the macro slower but you will have to try it yourself and find out.

Posting Permissions

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