Jump to content

Stopped script lua


79135

Recommended Posts

Script good delete, but when GetContainerItemLink(b,s) == 'Hearthstone'  the script is stopped. Why?

Lua.LuaDoString("for b = 0,4,1 do for s = 1,GetContainerNumSlots(b),1 do name,_,_,_,_,_,_,_,_,_, itemSellPrice = GetItemInfo(GetContainerItemLink(b,s)) if name ~= 'Hearthstone' and itemSellPrice < 10 then PickupContainerItem(b,s); DeleteCursorItem(); end; end; end;"); 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...