Genshin Impact has added various new World Quests in Sumeru, the Dendro land that was expanded in version 3.0. Some quests can be spotted from the iconic blue exclamation mark on top of NPCs, while others may not even have any indication on how to complete them.
Static Views 2 World Quest is included in the latter, where players need to search for the location themselves without any quest navigation to help. This article will assist players in searching for the ninth area from the painting and how to complete the puzzle in Genshin Impact.
" loading="lazy" width="1440" height="220" alt="fortnite-promotional-banner">
Guide to completing the Static Views Part 2 in Genshin Impact Sumeru
Genshin Impact players can only obtain the Static Views 2 quest after finding the location of the first eight paintings in the Mysterious Clipboard. In addition, they must also obtain the Shriveled Seed in The Chasm: Underground Mines. Remember that Travelers can view each location on their Aranyaka gadget in the Quest Items inventory.
The last painting indicates an area within a cave in Vanarana. The cave can be accessed by an entrance to the southeast of Vanarana, near two Teleport Waypoints. If players have already unlocked the waypoint inside the cave during an exploration, they can teleport from that waypoint.
👉 For more insights, check out this resource.
Inside the cave, there will be a Withering Zone that must be eradicated to lower the water level. Above the water line, there will be two Withering Branches, and Genshin Impact players must destroy them first to unlock the Dendro monument in the middle of the cave.
The totem will unflood the cave to reveal the last Withering Branch and the Tumor of the Withering. Remember to bring the best team to the roster because gamers will have to fight enemies before they are able to destroy the Tumor.
👉 Discover more in this in-depth guide.
Return back to the Dendro Monument area and head to the Claustroflora near the Dendroculus at the back. Near the flower, equip the Vintage Lyre gadget and play the Rhythm of the Beastly Trail to discover a hidden path behind the Claustroflora.
The last location, which is a treasure trove, can be spotted after getting through the wall. A dialog will appear, and Genshin Impact players will talk to Araminali to complete the Static View 2 quest.
Keep in mind that treasure chests cannot be opened. The only way to unlock the chests is for players to help Aranaras in the wilderness of Sumeru. There are over 70 Aranaras to help, and assisting five Aranaras will open one treasure chest.
After completing the Static View 2 quest, Genshin Impact gamers will see a green checkmark on their Aranyaka gadget.
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1217936, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1217936); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1217936) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1217936) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();