LoL Account with Soul Fighter Naafiri skin

View all available skins
Skin Tier

Epic

Skin Price

1350

Skin Release Date

July 20, 2023

Is this skin in store?

Yes

Soul Fighter Naafiri

Soul Fighter Naafiri

Price

€17.99 Euro

Blue Essence

40,000+

Regions

All

Failed experiment! DEMA DOG! The Four-legged Fighter! This... creature... has almost as many titles as it does separate entities it can summon! Does it want revenge on its former masters? To take over the world? I don't know! I'm no dog mind reader! It's.... Naafiri!



This is an league of legends account with the skin Soul Fighter Naafiri, start of your ranked journey with your favorite or dream skin today!

Disclaimer: The account only contains the Skin Shard not the Skin itself! You need to use the orange essence to unlock it. It's not guaranteed that you will have enough, but very likely.

All Naafiri Skins

How does Soul Fighter Naafiri look ingame?

Take a look at how the skin looks ingame before buying it!

Buy Soul Fighter Naafiri Skin Here
Comments

No Comments on this skin

Instant Delivery

Fresh unranked level 30 smurfs

Our league of legends accounts are delivered within minutes of completed order, what are you waiting for, you are just minutes away from having

  • Level 30 Unranked Smurf
  • Fresh MMR
  • 7 days Guarantee
  • Full access

Ranked Ready MMR Accounts

Our MMR accounts are ranked ready and they have 30K+ BE so you can buy your favorite champions.

Unranked And Fresh

The lol smurf accounts we provide you all have a clean history of ranked games, this means that no ranked games has every been played on the account and it is therefor in the perfect state to start climbing.

Full Access

Once you recieve your account you can change both the password and attach your email as you are the first and only owner of the account.

$(document).ready(function() { $.get('/api/authenticated').then(response => { if(response !== 'false') { $("#auth_bar").html(response); const avatar = $(".header-avatar").attr('src'); $(".comment-avatar").attr('src', avatar); } (function () { const header = $('.js-header'), popup = header.find('.avatar_popup'), icon = header.find('.header__avatar'); icon.on('click', function (e) { e.stopPropagation(); popup.toggleClass('visible'); }); $(document).on('click', 'body', function (e) { if (!$(e.target).is('.visible')) popup.removeClass('visible'); }) }()); }); }) $('#subscribeBlogForm').submit(function(e) { e.preventDefault(); const email = $("#emailSubscribeBlog").val(); $.post('/api/subscribe', { email }).then(response => { $("#subscribeBlogForm").hide(); $(".subscribe-success").show(); }); }); let regions = { 'RU': 'Russia (RU)', 'EUW': 'Europe West (EUW)', 'ME': 'Middle East (ME)', 'EUNE': 'Europe Nordic and East (EUNE)', 'NA': 'North America (NA)', 'TR': 'Turkey (TR)', 'OCE': 'Oceania (OCE)', 'BR': 'Brazil (BR)', 'LAS': 'Latin America South (LAS)', 'LAN': 'Latin America North (LAN)', }; var productRegion = ''; var productName = ''; var price = ''; var productId = ''; var category = ''; var quantity = 1; var bottedWarning = false; function addToCart(region, productName, price, productId, category, quantity) { dataLayer.push({ ecommerce: null }); dataLayer.push({ event : "add_to_cart", ecommerce: { items: [{ item_name : productName, // Name or ID is required. item_id : productId, price : price, currency: "EUR", item_brand : region, item_category : category, item_variant : "", item_list_name: "", item_list_id : "", index : 0, quantity : quantity, }] } }); } function checkoutEvent(region, productName, price, productId, category, quantity) { dataLayer.push({ ecommerce: null }); dataLayer.push({ event : "checkout", ecommerce: { items: [{ item_name : productName, // Name or ID is required. item_id : productId, price : price, currency: "EUR", item_brand : region, item_category : category || "", item_variant : "", item_list_name: "", item_list_id : "", index : 0, quantity : quantity, }] } }); } $('body').on('click', '.order_now', function(e) { productRegion = $(this).data('region'); productName = $(this).attr('product-name'); price = $(this).attr('unit-price'); productId = $(this).attr('product-id'); category = $(this).data('category'); $(".second_step").removeClass('show active'); $(".first_step").addClass('show active'); $('.apply-coupon').show(); $('#product_name').text($(this).attr('product-name')); $('#unit_price').text($(this).attr('unit-price')); $('#total').text($(this).attr('unit-price')); $('#product_id').val($(this).attr('product-id')); $('#quantity').attr('max', $(this).attr('max')); $("#current_region").text(regions[$(this).data('region')]); $(".ranked-warning").hide(); if (productName.includes('Marvel Rivals') || productName.includes('FragPunk') || productName.includes('Valorant')) { if (!productName.includes('Ranked Ready')) { $('.apply-coupon').hide(); } } if($(this).attr('product-type') === 'skin') { $(".skin-info").show(); $("#current_be").text('40-60K'); $("#current_skin").text($(this).data('skin')); $("#skin_tier").text($(this).data('skin-tier')); $(".quantity-area").hide(); $('#skin_id').val($(this).data('skin-id')); $(".skin-warning").show(); } else { var be = $(this).data('slug'); var be = be.split('-'); if(Number.isInteger(parseInt(be[0]))) { $("#current_be").text(be[0]); $("#account_type").text('Unranked'); } else { $("#current_be").text('30000'); $("#account_type").text('Handleveled'); } } if(productName.toLowerCase().includes('handleveled') || productName.toLowerCase().includes('valorant')) { $("#warranty").text('Lifetime'); if (!productName.toLowerCase().includes('valorant')) { $('.rank-ready-link').attr('href', `https://turbosmurfs.gg/product/handleveled-mmr-accounts`) } } else { if ($(this).attr('product-type') === 'skin') { $("#warranty").text('14 Days Warranty'); } else { $("#warranty").text('7 Days Warranty'); } if (!productName.toLowerCase().includes('valorant')) { $('.rank-ready-link').attr('href', `https://turbosmurfs.gg/product/30k-be-2300-mmr-${productRegion.toLowerCase()}`) } } if (!["EUW", "NA", "EUNE"].includes(productRegion)) { $('.rank-ready-text').hide() } else { $('.rank-ready-text').show() } if (!productName.toLowerCase().includes('valorant') && !productName.toLowerCase().includes('mmr')) { $(".ranked-warning").show(); } addToCart(productRegion, productName, price, productId, category, quantity); }) $('#quantity').change(function(e) { $('#total').text(($("#unit_price").text() * $(this).val()).toFixed(2)); if(parseInt($(this).val()) > parseInt($(this).attr('max'))) { $(this).val($(this).attr('max')); $('#total').text($("#unit_price").text() * $(this).val()); swal.fire('Oops..', 'We only have ' + $(this).attr('max') + ' in stock of this account.', 'warning'); } quantity = $(this).val(); $(".double_amount").text(quantity); }); $('#quantity').keyup(function(e) { $('#total').text(($("#unit_price").text() * $(this).val()).toFixed(2)); if(parseInt($(this).val()) > parseInt($(this).attr('max'))) { $(this).val($(this).attr('max')); $('#total').text($("#unit_price").text() * $(this).val()); swal.fire('Oops..', 'We only have ' + $(this).attr('max') + ' in stock of this account.', 'warning'); } }); $("#apply_coupon").click(function(e) { $.get( "/api/coupon/"+$("#coupon").val()+'/'+$("#product_id").val().toLowerCase(), function( data ) { if(data != "") { if(data !== 0 && data !== "0") { $('.apply-coupon').css('display', 'none'); $('#warranty_new').prop('disabled', true); $('#total').text(($("#total").text() * data.discount).toFixed(2)); $('#unit_price').text(($("#unit_price").text() * data.discount).toFixed(2)); swal.fire('Coupon Applied!', 'Your coupon has been applied', 'success'); } else { $('.coupon-applied').css('display', 'none'); $("#coupon").val(); swal.fire('Oops..', 'This coupon is no longer valid or is not usable on this product.', 'error'); } } }); }); $('.wizard-button').click(function(e) { $(this).removeClass('active'); }) $(".payment-method").click(function(e) { $('.payment-method.active').removeClass('active'); $(this).addClass('active'); $('#method').val($(this).attr('data-payment-method')); }); $('.continue-checkout').click(function() { checkoutEvent(productRegion, productName, price, productId, category, quantity); }); $('.acceptWarning').click(function() { bottedWarning = true; }) $("#checkout_form").submit(function(e) { $('.wizard-button.checkout').addClass('is-loading'); $('.wizard-button.checkout').attr('form', ''); e.preventDefault(); $.ajax({ type: 'post', url: '/checkout', data: $('#checkout_form').serialize(), success: function (data) { if (data.redirect) { window.location = data.redirect; } if($("#method").val() === 'crypto') { window.location.href = data; } else { return stripe.redirectToCheckout({ sessionId: data }); } } }); });