Postado Outubro 14, 2015 9 anos local nome_da_spear = "spear" local nome_da_arma_ou_id = "fire sword" if itemqty(nome_da_spear) == 0 then if isequiped(nome_da_arma_ou_id) == false then if is_secure_move() then putweapon(nome_da_arma_ou_id) wait(800) end end end if itemqty(nome_da_spear) >= 2 then if isequiped(nome_da_spear) == false then if is_secure_move() then putweapon(nome_da_spear) end end end Créditos: neutralbot
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.