Tenta
player = Player(cid)if(param == "super divine axe") thenif player:getItemCount(9971) >= 60 thenlocal bag = player:addItem(1997, 1)local item = bag:addItem(8926, 1)item:setAttribute(ITEM_ATTRIBUTE_DESCRIPTION, "Este item pode ser adquirido através do shopping. Adquirido dia " .. os.date("%d/%m/%Y - %X") .." por ".. player:getName() ..". Serial: ".. player:getGuid() ..".")player:removeItem(9971, 60)player:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Você comprou um super divine axe com sucesso.")player:setStorageValue(11548, os.time()+30)returnelseplayer:sendTextMessage(MESSAGE_STATUS_CONSOLE_BLUE, "Você não possui a quantidade necessária para comprar.")returnendend