Postado Agosto 12, 2020 4 anos Autor @Lurk manooo obrigado!! funcionou muito obrigado mesmo. você é dez amigo! irei editar o systema é posta com seus creditos! claro se você concordar em contribuir com o systema pro TK!
Postado Agosto 12, 2020 4 anos Solução @El Reverso concordo sim man, mas poe esse aq local blocked_items = {8413, 5726} -- adicione aqui os itens que vc quer bloquear separados por , function onUse(cid, item, fromPosition, itemEx, toPosition) if getItemAttribute(item.uid, "corpseowner") ~= cid then return doPlayerSendCancel(cid, "You're not the owner.") end local items = {} for i = 0, getContainerSize(item.uid) do local it = getContainerItem(item.uid, i) if it.uid > 0 and not isInArray(blocked_items,it.itemid) then table.insert(items, {it.itemid, it.type}) doRemoveItem(it.uid) end end if #items > 0 then for k = 1, #items do local playerItem = getPlayerItemById(cid, true, items[k][1]) if playerItem.uid > 0 then if (playerItem.type + items[k][2]) > 100 then doPlayerAddItem(cid, items[k][1], (playerItem.type + items[k][2]) - 100) doTransformItem(playerItem.uid, items[k][1], 100) else doTransformItem(playerItem.uid, items[k][1], playerItem.type + items[k][2]) end else doPlayerAddItem(cid, items[k][1], items[k][2]) end end return true end doSetItemActionId(item.uid, 0) return false end e confere q ta funfando, pelo q vi tinha 1 palavra sobrando lá Se eu te ajudei e você também quer me ajudar, faça uma doação Tfs 0.4 - Click up Tfs 0.4 - Countdown horário dos próximos eventos Tfs 0.4 - Spell que cancela o target do inimigo
Postado Agosto 12, 2020 4 anos Autor @Lurk irei testa-lo agora, caso haja problema eu venho lhe encomodar novamente!. kk
Postado Agosto 12, 2020 4 anos @El Reverso n eh incomodo nenhum n man Se eu te ajudei e você também quer me ajudar, faça uma doação Tfs 0.4 - Click up Tfs 0.4 - Countdown horário dos próximos eventos Tfs 0.4 - Spell que cancela o target do inimigo
Postado Agosto 12, 2020 4 anos Autor @Lurk 100% funcional não hã lag nem delay, coleta os items normalmente é bloquea os items listados! top demais.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.