PRO STREAMER GETS TRAGICIALLY OUTPLAYED IN NFT CARD GAME

8

  • 37
  • 0
  • 35.617
  • Reply

  • Open in the desktop app ADD TO PLAYLIST

    cryptofrost

    Published on Jan 21, 2022
    About :

    EPISODE 3 - Anger management.

    Welcome back to another episode of Into the Splinterlands!

    In this series, you'll have the pleasure of experiencing me come back into the streaming space after over a year's hiatus. These videos will exclusively showcase the Splinterlands game. If you haven't had the pleasure of trying it out yet, make sure to start with my affiliate link below!

    Episode Synopsis: Our beloved Captain learns how important lessons about anger during his journey through the Bronze League. The monster lurking in the deep (Deeplurker) kept him from victory as he struggled to find his footing. Will he persevere and join the ranks of the mighty? Or will he continue to fall lower and lower into the abyss of defeat?

    °º¤ø,¸¸,ø¤º°°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°°º¤ø,¸°º¤ø,¸¸,ø¤º°°º¤ø,¸,ø¤°º¤ø,¸¸,ø¤º°°º¤ø,¸

    • All my links: https://wlo.link/@captainfrost
    • Play Splinterlands: https://splinterlands.com?ref=cryptofrost
    • Follow on Twitch:
      ', sites: ["facebook", "twitter", "reddit", "email"] } }); window.player = player; const author = 'cryptofrost'; const permlink = 'nfpaxhjx' let watched = false; let midroll = false; let seconds = 0; let duration = 0; let t; let running = false; player.on('adError', (event) => { console.log("Ad Request Error: \n" + event.message) }); player.on('adComplete', (event) => { timer() }); /*player.on('time', (event) => { if ((event.position / event.duration) * 100 >= 50) { if (midroll === false) { midroll = true; // player.playAd("https://advertise.3speakcontent.online/www/api/v2/vast/?zone=6") } } });*/ function add() { if (running === true) { seconds++; } if (seconds >= 1 && watched === false) { running = false; watched = true; } if (watched === false) { timer(); } } function timer() { t = setTimeout(add, 1000); } player.on("pause", (event) => { running = false }); player.on("stop", (event) => { running = false }); player.on("play", () => { running = true; }); player.on("firstFrame", (event) => { duration = player.getDuration(); timer() grecaptcha.execute('6Le5G3MaAAAAAKXzr4reX2i2Bss8abc6CrrlEo-Z', {action: 'view'}).then(token => { $.ajax({ url: '/video/api/view', data: { v: 'cryptofrost/nfpaxhjx', token } }); }); running = true }); $('[data-reblog]').on('click', function () { let btn = $(this); btn.html('reblog '); let [author, permlink] = btn.data('reblog').split('/'); $.ajax({ url: '/user/api/reblog', data: {author, permlink}, type: 'post', success: () => { btn.html('reblog ') } }) }); $.ajax({ url: '/user/api/creator/vote/day', type: 'post', data: {creator: "cryptofrost"}, success: (res => { if (!res.error) { if (res.upvoteEnabled === true) { $('#proxyNotification').removeClass('d-none'); $('#upvHoursRemaining').html(res.diff); } else if (res.upvoteEnabled === false) { //nothing } else { $('.upvoteCountdown').removeClass('d-none'); countdown(new Date(res.date)); } } }) }); $("#new-comment-btn").click((e) => { $('#loginModal').modal(); }); });