Halloween event coming to Call of Duty: Mobile

// initialize jwplayer var playerInstance = jwplayer('player');// player dom elements var playerContainerEl = document.querySelector('.player-container');// returns video player position from top of document function getElementOffsetTop(el) { var boundingClientRect = el.getBoundingClientRect(); var bodyEl = document.body; var docEl = document.documentElement; var scrollTop = window.pageYOffset || docEl.scrollTop || bodyEl.scrollTop; var clientTop = docEl.clientTop || bodyEl.clientTop || 0; return Math.round(boundingClientRect.top + scrollTop - clientTop); }// returns the current y scroll position function getScrollTop() { var docEl = document.documentElement; return (window.pageYOffset || docEl.scrollTop) - (docEl.clientTop || 0); }// configure jwplayer instance playerInstance.setup({ autostart: true, playlist: 'https://cdn.jwplayer.com/v2/playlists/mYdavspX', primary: 'html5', setFullscreen: true, width: '100%' });// when jwplayer instance is ready playerInstance.on('ready', function() { var config = playerInstance.getConfig(); var utils = playerInstance.utils; // get height of player element var playerHeight = config.containerHeight; // flag determining whether close has been clicked var closed = true; // CHANGED // flag determing whether player is playing var playing = false; // ADDED // eventhandler for when close button is being pressed document.getElementsByClassName('icon-close')[0].addEventListener('click', () => { closed = true; onScrollViewHandler(); }); playerInstance.on('play', function() { closed = false; playing = true; // ADDED }).on('pause', function () { playing = false; // ADDED }).on('adPlay', function() { closed = false; // ADDED playing = true; // ADDED }).on('adPause', function() { playing = false; // ADDED });// get player element position from top of document var playerOffsetTop = getElementOffsetTop(playerContainerEl);// set player container to match height of actual video element playerContainerEl.style.height = playerHeight + 'px';// below we handle window scroll event without killing performance function onScrollViewHandler() { var minimized = getScrollTop() >= playerOffsetTop;if (closed && minimized) { minimized = false; jwplayer().pause(); playing = false; // ADDED } else if (!minimized && !playing) { closed = true; // ADDED } utils.toggleClass(playerContainerEl, 'player-minimize', minimized); // update the player's size so the controls are adjusted playerInstance.resize(); }// namespace for whether or not we are waiting for setTimeout() to finish var isScrollTimeout = false;// window onscroll event handler window.onscroll = function() { // skip if we're waiting on a scroll update timeout to finish if (isScrollTimeout) return; // flag that a new timeout will begin isScrollTimeout = true; // otherwise, call scroll event view handler onScrollViewHandler(); // set new timeout setTimeout(function() { // reset timeout flag to false (no longer waiting) isScrollTimeout = false; }, 80); };});

The Call of Duty: Mobile team has released their latest community update on Reddit and have announced that the new Halloween event is starting in Call of Duty: Mobile!

As part of the Halloween event in the mobile game, players will get new cosmetic themed content to unlock and get, alongside new LTMs.

There’s also a Halloween themed remake of Black Ops 2’s Standoff map now live in Call of Duty: Mobile in select playlists.

Activision says more details on the Halloween event are coming in a blog post on October 21.

News & Updates

There are plenty of specific events coming up this week, some of which are listed below, but we are ‘dying’ to share one major event with you…

Post image

As you have seen in-game, we have our first seasonal event is starting up just in time for Halloween!

Starting today there will be limited-time content releasing throughout the event period. Check out plenty of new treats to acquire, new skills to master in BR, new limited time modes, and more. The team dug up something early for everyone, so enjoy a Halloween themed version of Black Ops 2′ Standoff map before the ghosts and ghouls take over. Find it now in TDM, S&D, or Domination.

Post image

We have patch notes up in-game giving an overview of the event along with some changes, but we’ll have an Activision blog releasing on October 21st that will cover more of those tantalizing and terrifying details about that event! Keep an eye on that general Activision Games Blog area for that post.

  • 10/18 ~ Halloween event begins
  • 10/18 ~ Sniper Only Mode + Sniper Only Challenge
  • 10/21 ~ Sparrow Operator Skill Event

*All Dates UTC

Post image

That’s just a taste of the frightful delights coming throughout this event, so just keep a watchful eye out for more news and information.

Feedback

Last week we addressed a few points of feedback and we’ve continued to receive excellent feedback across the community. Thank you everyone who takes the time to share that with us!

With this new event coming, please keep that feedback coming and let us know what you think of it and what kind of events you would like to see in the future. We would love the hear all of it, even if you don’t like it. It will all go towards crafting more fantastic events in the future. But for now, let’s go over a few recently popular topics.

Cheater Reports

  • This continues to be something frequently discussed in the community and we just want to thank everyone who has sent in videos and reported players in-game. These player reports are something the that team cares a great deal about. We’ll keep doing our best to keep cheaters out of your matches and to make sure those who don’t intend to play fair are caught.

Limited Time Modes

  • We’ve seen plenty of you saying you love FFA and Gun Game and that you would like them to be permanent. It is truly wonderful that you all are taking the time to not only try those modes but that you enjoy them so much that you want them to stick around. All we can say for now is please just keep leaving feedback on them. It matters.

Master Ranks & Progression

  • The team is really impressed by the most dedicated players that have already hit the highest possible rank. So what’s next for you? Don’t worry, there is plenty more coming and we aim to continue to find ways to reward your rise to the top. More on that in future updates.

Just a reminder, while we are always looking for feedback in community spaces, you can also report that in-game (hint – look under the ? icon next to the messages icon).Bug Reports

For any issue please reach out to Activision Support through the in-game options, but if you are unable to reach out in-game then there is always an online option available through social media or through Contact Us.

Reload Animation

  • We have seen many reports of a potential bug where the reload animation on weapons is not synced up with the actual time it takes to reload. This issue is already well under investigation and we don’t need any additional reports but thank you everyone who submitted videos and clear examples of what was occurring.

Facebook Linking

  • Like we mentioned last week, there are some troubleshooting options if you experience issues linking your Facebook. First, please try clearing your cache on your phone, then log back into the Facebook app, and lastly try logging in again on the COD Mobile login page. You can find a step by step breakdown of how to clear your cache on Activision Support’s COD Mobile FAQ.

Purchasing Issues

  • If you encounter any issues purchasing anything from the in-game store, whether it is COD Points or a specific item, please make sure the transaction was successful, wait a few hours & restart the game in case there is a delay, and if you still don’t see the purchase please contact Player Support.

SOURCE: Reddit

comments below

No comments