Wizard101 Badges (Pt 1/2) (2024)

Wizard101 Badges (Part 1/2)

By PinkFairyy

25m

500 Questions

1 Play1 Plays

1 Plays

Give Quiz Kudos

Give Quiz Kudos

-

")$objective.click(() => {window.onClickObjective(reckoningQuestObjective.quest_number, reckoningQuestObjective.objective_number, reckoningQuestObjective.quest_id, reckoningQuestObjective.objective_id, $objective);});if (!window.mweb) {$j('#snark').hide();$objective.insertAfter($j('#gameOverMsg'));} else if (is_flagship_app_view) {$j('#snark').html();$objective.appendTo($j('#snark'));} else {$objective.appendTo($j('#reckoning .stats-wrapper'));}} else if (showSnark) {var snark = getSnark(userPct);var attachSnarkModalListener = false;if (snark !== '') {snark = ""+snark+"";if (!window.mweb) {if (false) {attachSnarkModalListener = true;snark += "";} else {snark += "";}}} else {$j('#snark').hide();}$j('#snark').html(snark);if(attachSnarkModalListener){ $j('#hide-snark-open-confirmation-modal').on('click', function () { var modalArgs = {title: 'Hide These Messages?',message: 'Are you sure you want to hide post-quiz messages?', onYes: function(remodal){ $j.ajax({ type: "GET", url: "/ajax/user_settings.php", data: {s: 0}, success: function(response) { if (response.success) { $j('#snark').hide(); remodal.close(); } else { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }, error: function(response) { if (response.responseJSON.message) { remodal.$modal.find('#confirmation-error').html(response.responseJSON.message); remodal.$modal.find('#confirmation-error').show(); } else { remodal.$modal.find('#confirmation-error').html('There was an error saving your preferences. Please contact feedback if you continue to see this issue.'); remodal.$modal.find('#confirmation-error').show(); } } }); } }; SporcleLib.Modal._openConfirmationModal(modalArgs); }); }} else {$j('#snark').hide();}// Update get reckoning with playlist infovar playlistData;if (mweb) {playlistData = typeof window.playlist === 'object' && window.playlist.hasOwnProperty('games') ? window.playlist : null;} else {playlistData = window.Sporcle.gameData.playlist ? window.Sporcle.gameData.playlist.vm.data : null;}if (playlistData) {playlistReckoning(playlistData, userPct, false && !stopwatch);}$j('#playGameBar').addClass('reckoning');$j('#reckonBox').show();if (mweb) {/* mobile games only */$j('#reckoning-numright').html(numRight);$j('#reckoning-time').html(displayTime(timerSecs));if (stopwatch) {$j('#reckoning-time-title').text("Stopwatch");$j('#reckoning-time, #reckoning-score').addClass('timePast');}var checkToOpenFlorinPlayGoalModal = () => {if (userPct == 0) {return;}if (!florinsPlayGoalData) {return;}var openModal = false;if (florinsPlayGoalData.reward_claimable) {openModal = true;} else if (florinsPlayGoalData.curr_streak + 1 == florinsPlayGoalData.goal_days && florinsPlayGoalData.plays_today == 0) {// First play of the day, this should complete their play goalopenModal = true;}if (openModal) { window.SporcleLib.Modal.openFlorinPlayGoalModal({ // Fudge these values to be at the goal, since we haven't necessarily logged this play yet and it might be the 7th curr_streak : florinsPlayGoalData.goal_days, reward_claimable : true, plays_today : florinsPlayGoalData.plays_today + 1, goal_days : florinsPlayGoalData.goal_days, reward_amount : florinsPlayGoalData.reward_amount, })}}if (is_flagship_app_view) {let animations = window.animations;let hapticType = 'success';let completeMsg;let animConfig = {animationData : animations.checkmark,loop : true,playSegments : [[0, 30], [31, 75]]};if (userPct == 1) {animConfig.animationData = animations.perfectScore;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Perfect Score!";} else if (timerSecs == 0) {hapticType = 'error';animConfig.animationData = animations.outOfTime;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "Out of Time!";} else if (_spks && !didGiveUp) {hapticType = 'error';animConfig.animationData = animations.bomb;animConfig.playSegments = [[0, 14], [15, 75]];completeMsg = "You Hit a Mine!";}window.SporcleLib.Modal.openModalFromTpl($j('#post-game-modal-tpl').html(), {show_loading : false,onInit : (modal) => {let $modal = modal.$modal; $modal.attr('id', 'postGameModal'); postGameAnim = lottie.loadAnimation({container : $modal.find('#postGameIcon')[0],animationData : animConfig.animationData,loop : animConfig.loop,autoplay : false});$modal.find('.modal-close').on('click', () => {window.continuePostQuiz();}); $modal.find('#completeMsg').html(completeMsg); $modal.find('#postPct').html(roundPercentScore(userPct));$modal.find('#postCorrect').html($j('#reckoning-score').text());if (snark) {$modal.find('#snark').html(snark);} else {$modal.find('#snark').hide();}setTimeout(() => {postGameAnim.playSegments(animConfig.playSegments, true);// if (hapticType) {// setTimeout(() => {// window.SporcleApp.api.playHaptic(hapticType);// }, 150);// }}, 150);},onClose : () => {checkToOpenFlorinPlayGoalModal();}});} else {checkToOpenFlorinPlayGoalModal();}}$j('#playGameBox').empty().hide();$j('#postGameBox').show();}function toggleshow() {showans = !showans;}function roundPercentScore(pctScore) {return _.round(100 * pctScore);}function updateBadge(userPct) {var earned = false;if (quizBadge && userPct > 0) { if (quizBadge.criteria && quizBadge.criteria.length) { var requiredCount = quizBadge.criteria.length; var earnedCount = 0; //Loop through possible badge criteria to see if we earned them quizBadge.criteria.forEach(function (criterion) { var comparison = parseInt(criterion.compare); if(criterion.name === 'percent'){ if ((comparison === 0 && userPct === parseFloat(criterion.value)) || //'0' means percent needs to equal (comparison === 1 && userPct > parseFloat(criterion.value)) || //'1' means percent needs to be greater than (comparison === -1 && userPct < parseFloat(criterion.value)) //'-1' means percent needs to be less than (at the time of writing, no badge exists like this) ) { earnedCount++; } } else if (criterion.name === 'month'){ var d = new Date(); //getMonth() starts at 0 if((d.getMonth() + 1 == criterion.value && comparison === 0) || (d.getMonth() + 1 > criterion.value && comparison === 1) || (d.getMonth() + 1 < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day'){ var d = new Date(); if((d.getDate() == criterion.value && comparison === 0) || (d.getDate() > criterion.value && comparison === 1) || (d.getDate() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'day_of_the_week'){ var d = new Date(); if((d.getDay() == criterion.value && comparison === 0) || (d.getDay() > criterion.value && comparison === 1) || (d.getDay() < criterion.value && comparison === -1) ){ earnedCount++; } } else if (criterion.name === 'avg_percent' && typeof averageScore !== 'undefined') {var roundedUserPct = _.round(userPct, 2); //matches backend precision in badge trackervar roundedAvgPct = _.round(averageScore, 2);if((roundedUserPct == roundedAvgPct && comparison === 0) || (roundedUserPct > roundedAvgPct && comparison === 1) || (roundedUserPct < roundedAvgPct && comparison === -1) ){ earnedCount++; } }}); earned = earnedCount == requiredCount;} else {earned = true;}} if (earned) {quizBadge.condition_earned = true;quizBadge.achieved_count++; var spliceIndex = null;_(quizBadge.remaining_conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {spliceIndex = index;}});_(quizBadge.conditions).each(function(condition, index) {if (quizBadge.condition_id == condition.condition_id) {condition.earned = true;}});if (spliceIndex !== null) {quizBadge.remaining_conditions.splice(spliceIndex, 1); quizBadge.condition_earned_date = (new Date()).toLocaleDateString(undefined, { year: 'numeric', month: 'long', day: 'numeric' });; }if (quizBadge.remaining_conditions.length === 0 ) {if (quizBadge.badge_earned && quizBadge.levelable) {quizBadge.achieved_count = 0;quizBadge.level++;var currDate = new Date();quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();} else {quizBadge.badge_earned = true;var currDate = new Date();quizBadge.earned_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();if (quizBadge.levelable) {quizBadge.level = 1;quizBadge.last_level_date = window.SporcleLib.getMonthString(currDate.getMonth()) + ' ' + currDate.getDate() + ', ' + currDate.getFullYear();quizBadge.achieved_count = 0;}}}if (badgeTooltip) {badgeTooltip.deactivate();}if (badgeTooltipRightRail) {badgeTooltipRightRail.deactivate();}var template = _.template($j('#quiz-badge-template').html());if (window.mweb) {$j('#main-wrapper .quiz-badge').replaceWith($j(template(quizBadge)));} else {quizBadge.tooltip_trigger_id = 'quiz-badge-art';$j('#main-quiz-content .quiz-badge').replaceWith($j(template(quizBadge)));quizBadge.tooltip_trigger_id = 'quiz-badge-art-right-rail';$j('#right-rail .quiz-badge').replaceWith($j(template(quizBadge)));if (!quizBadge.badge_earned) {if (window.setupUnearnedBadgeTooltip) {window.setupUnearnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupUnearnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);} else {var conditionsTemp = _.template($j('#badge-conditions-template').html());var tooltipHtml = $j(conditionsTemp(quizBadge));const badgeTooltipOptions = { //this should match /sporcle-ui/tooltips/functionalTooltipstarget : true,tipJoint : 'bottom middle',showOn : 'mouseover',hideTriggers : ['target','tip'],stemLength : 8,stemBase : 12,hideOn : 'mouseout',removeElementsOnHide : true,background : 'white',borderColor : '#d8d8d8',borderWidth : 1,shadowOffset : [3,3],shadowBlur : 10,showEffect : 'slide',showEffectDuration : 0.1,hideEffectDuration : 0.3,className : 'badge-tooltip',shadowColor : 'rgba(0,0,0,0.25)'};badgeTooltip = new Opentip('#quiz-badge-art', tooltipHtml.html(), badgeTooltipOptions);badgeTooltipRightRail = new Opentip('#quiz-badge-art-right-rail', tooltipHtml.html(), badgeTooltipOptions);}} else {if (window.setupEarnedBadgeTooltip) {window.setupEarnedBadgeTooltip($j('#quiz-badge-art'), quizBadge);window.setupEarnedBadgeTooltip($j('#quiz-badge-art-right-rail'), quizBadge);}}}}}function showHintTooltip(x, y, hint) {$hint = $j('#hintTooltip');if ($hint.length == 0) {$hint = $j('

' +'

' +'

' +'

' +'

' +'

').appendTo($j('body'));}if (hint) {var $afterContainer = $hint.find('.afterContainer');var $after = $hint.find('.after');// Set to max width before resize$afterContainer.css({width: '120px'});$hint.show();// Set tooltip text to hint$after.html(hint);// Get width of tooltip with textvar width = Math.ceil($after[0].offsetWidth) + 1;var leftShift = 0;if (mweb) {// Make sure the tooltip doesn't go off either side of the screenvar leftBound = 51;var rightBound = $j('body').width() - 71;var buf = 11;// Shift based on width of textvar shiftLimit = Math.max(width/2 - 20, 0);if (x < leftBound) {// Too close to left edge of screenleftShift = -shiftLimit;x = Math.max(x, buf);} else if (x > rightBound) {// Too close to right edge of screenleftShift = shiftLimit;x = Math.min(x, $j('body').width() - buf);}}// Set the position of the hint$hint.css({left: x + 'px',top: y + 'px',});// Set outer container size and position$afterContainer.css({width: width + 'px',left: '-' + ((width / 2) + leftShift) + 'px'});} else {$hint.hide();}}function getRandomColor() {var r = Math.round(Math.random() * 255);var g = Math.round(Math.random() * 255);var b = Math.round(Math.random() * 255);return 'rgb(' + r + ',' + g + ',' + b + ')';}function hintTooltipIsDisplayed() {return $j('#hintTooltip').is(':visible');}function getCurrentHintText() {return $j('#hintTooltip .afterContainer .after').text();}async function runStartCode(stopwatch) {if (typeof gamePageIsLoaded != "undefined" && gamePageIsLoaded) {if (window.startTriggered) {return;} else {window.startTriggered = true;}if (typeof stopwatch !== 'undefined') {if (stopwatch) {window.selectTimerSetting('stopwatch');} else {window.selectTimerSetting('timer');}}startGame(1500);callSPHooks('postStart');}}function callSPHooks(name) {if (typeof _spHooks != 'undefined') {var hlen = _spHooks[name].length;for (var i = 0; i < hlen; i++) {_spHooks[name][i]();}}}

0/500

Quiz is untimed. Quiz plays in practice mode will not be counted towards challenge completion or badge progress.

25:00

Miscellaneous
Complete the quests The Lore You Know and Trip to the Library
Complete the quests The Lore You Know, Trip to the Library, Reading Into the Past, The Greatest Gift, and The Secret History
Deal 1,000,000 Damage or more using a single Spell
Restore 1,000,000 Health or more using a single Spell
Complete Prospector Zeke's Quests from Wizard City through Dragonspyre
Complete Prospector Zeke's quests from Wizard City through Dragonspyre, in addition to Avalon and Azteca
Complete Prospector Zeke and Eloise Merryweather's quests from Wizard City through Empyrea
Complete Prospector Zeke and Eloise Merryweather's quests from Wizard City through Wallaru
Complete the quest The Gravulum Order
Complete 15 Daily Assignments
Learn all Moon School Spells through Level 88
Reach Level 101
Complete all quests from Wizard City through Dragonspyre
Complete all quests from Wizard City through Khrysalis
Complete all quests from Wizard City through Empyrea
Complete all quests from Wizard City through Wallaru
Help 100 Teams using the 'Join a Team' Kiosk in Olde Town
Help 500 Teams using the 'Join a Team' Kiosk in Olde Town
Help 1,000 Teams using the 'Join a Team' Kiosk in Olde Town
Help 2,000 Teams using the 'Join a Team' Kiosk in Olde Town
Help 5,000 Teams using the 'Join a Team' Kiosk in Olde Town
Wizard City
Defeat Lord Nightshade in Stormdrain Tower
Defeat Iron Golem in Golem Tower
Complete all quests in Unicorn Way (excluding Yellow Brick Road and Not In Kansas Anymore)
Complete all quests in Cyclops Lane, Triton Avenue, and Firecat Alley
Complete all quests in Colossus Boulevard
Complete all quests in Sunken City
Defeat King Amadeo in Crab Alley
Complete Prospector Zeke's quest, Find the Smiths
Complete all side quests in Wizard City
Complete all quests in Wizard City
Defeat 50 Undead
Defeat 100 Undead
Defeat 500 Undead
Defeat 1000 Undead
Defeat 2000 Undead
Defeat 4000 Undead
Defeat 8000 Undead
Defeat 10000 Undead
Defeat 15000 Undead
Defeat 20000 Undead
Defeat 50 Golems
Defeat 200 Golems
Defeat 500 Golems
Defeat 50 Elementals
Defeat 250 Elementals
Defeat 500 Elementals
Defeat 50 Giants
Defeat 100 Giants
Defeat 350 Giants
Defeat 25 Gobblers
Defeat 50 Gobblers
Defeat 100 Gobblers
Complete the quest Lost Lieutenant in Briskbreeze Tower
Defeat Sylster Glowstorm in Waterworks
Complete the quest Marketing is Everything
Complete the quest Life Is Like...
Krokotopia
Complete all quests in Krokosphinx through Back to Balance
Defeat Krokopatra in the Temple of Storms
Complete Prospector Zeke's quest, Find the Beetles
Complete all quests in Pyramid of the Sun
Complete all quests in the Krokosphinx
Complete all quests in the Tomb of Storms (excluding Tomb of the Beguiler)
Complete all quests in the Tomb of the Beguiler
Complete all side quests in Krokotopia
Complete all quests in Krokotopia
Defeat 50 Krokotopians
Defeat 100 Krokotopians
Defeat 200 Krokotopians
Defeat 50 Spiders
Defeat 100 Spiders
Defeat 250 Spiders
Defeat 500 Spiders
Enter the Krokotopia Secret Shop 5 times
Marleybone
Defeat Meowiarty in Big Ben
Complete Prospector Zeke's quest, Stray Cat Strut
Complete all of Officer McRuff's quests in Marleybone
Complete all quests in Digmoore Station
Complete all quests in Scotland Yard
Complete all quests in Royal Museum
Complete all side quests in Marleybone
Complete all quests in Marleybone
Defeat 100 Cats
Defeat 250 Cats
Defeat 400 Cats
Defeat 50 Rats
Defeat 100 Rats
Defeat 200 Rats
Defeat Smogger in Katzenstein's Lab
Defeat Spike the Crusher in Big Ben
Defeat (either) Stoker in Kensington Park
Mooshu
Defeat Jade Oni in the Jade Palace
Complete all storyline quests in MooShu
Complete Prospector Zeke's quest, Blue Oyster Cult
Defeat Plague Oni and complete all quests in Shoshun Village, Cave of Solitude, Kishibe Village, and Shirataki Temple
Defeat War Oni and complete all quests in Hametsu Village, Tatakai Outpost, and Crimson Fields
Defeat Death Oni and complete all quests in Yoshihito Temple, Ancient Burial Grounds, Village of Sorrow, and Tree of Life
Complete all side quests in MooShu
Complete all quests in MooShu
Defeat 100 Pigs
Defeat 250 Pigs
Defeat 400 Pigs
Defeat 50 Samoorai
Defeat 100 Samoorai
Defeat 200 Samoorai
Defeat Youkai in the Tree of Life
Dragonspyre
Defeat Malistaire in The Great Spyre
Complete Prospector Zeke's quest, The Stone Roses
Complete all quests in The Atheneum, The Tower Archives, the Plaza of Conquests, and The Grand Chasm
Complete all quests in The Necropolis, The Drake Hatchery, The Crucible, and The Labyrinth
Complete all quests in The Forum, The Crystal Grove and the Dragonspyre Academy
Complete all side quests in Dragonspyre
Complete all quests in Dragonspyre
Defeat 50 Draconians
Defeat 100 Draconians
Defeat 200 Draconians
Grizzleheim
Defeat The Coven in Raven Fortress
Defeat the sons of Ymir in Nastrond
Complete Prospector Zeke's quest, The Yardbirds
Complete Prospector Zeke's quest, The Troggs
Complete all side quests in Grizzleheim
Complete all side quests in Wintertusk
Complete all quests in Grizzleheim
Complete all quests in Wintertusk
Complete all quests in both Grizzleheim and Wintertusk
Defeat 50 Bears
Defeat 100 Bears
Defeat 200 Bears
Defeat 50 Ravens
Defeat 100 Ravens
Defeat 200 Ravens
Celestia
Complete the quest Trial of the Spheres
Complete Prospector Zeke's quest, Lounging Lizards
Complete all storyline quests in Celestia, in addition to Lounging Lizards, Press Pass, The Lost Cog, Call of Cablooey, The Grotto, Light My Fire, In Too Deep, Piercing the Veil, Tower of Destruction, and Helping Claw
Complete all side quests in Celestia
Complete all quests in Celestia
Defeat 50 Sharks
Defeat 100 Sharks
Defeat 200 Sharks
Defeat 50 Crabs
Defeat 100 Crabs
Defeat 200 Crabs
Defeat 200 Crabs and 200 Sharks
Zafaria
Complete all storyline quests in Zafaria
Complete Prospector Zeke's quest, Hey Hey It's The Monkeys
Complete all side quests in Zafaria (including Postcards from Ravenwood)
Complete all quests in Zafaria (including Postcards from Ravenwood)
Defeat 50 Lions
Defeat 100 Lions
Defeat 250 Lions
Defeat 50 Elephants
Defeat 100 Elephants
Defeat 250 Elephants
Avalon
Complete the quest Arrow to the Face
Complete the quest Appeal to Civility
Complete the quest 'Twas Brillig
Complete the quest Kiss From a Rose
Complete the quest Take Me to the Other Side
Complete all storyline quests in Avalon
Complete Prospector Zeke's quest, Crowology
Complete all side quests in Avalon
Complete all quests in Avalon
Defeat 50 Deer
Defeat 100 Deer
Defeat 200 Deer
Defeat 50 Froudlings
Defeat 100 Froudlings
Defeat 200 Froudlings
Azteca
Complete the quest Wilting Flowers
Complete the quest Tall Enough to Meet the Sun
Complete all storyline quests in Azteca
Complete Prospector Zeke's quest, The UFOs
Complete all side quests in Azteca
Complete all quests in Azteca
Defeat 50 Parasaurs
Defeat 100 Parasaurs
Defeat 200 Parasaurs
Defeat 50 Raptors
Defeat 100 Raptors
Defeat 200 Raptors
Defeat 50 Tritops
Defeat 100 Tritops
Defeat 200 Tritops
Defeat 200 Parasaurs, Raptors, and Tritops
Khrysalis
Complete the quest Diamond Forge
Complete the quest Shadow Dancer
Complete the quest Edge of Forever
Complete the quest Higher Learning
Complete the quest Shadow Palace
Complete the quest Light and Shadow
Defeat Morganthe in Shadow Palace
Complete Prospector Zeke's quest, Oh Boy, Khryckets!
Complete Eloise Merryweather's quest, Another Exotic Exhibit
Complete Prospector Zeke's quest, Iron Butterflies
Complete all side quests in Khrysalis
Complete all quests in Khrysalis
Defeat 50 Bees
Defeat 100 Bees
Defeat 200 Bees
Defeat 50 Centipedes
Defeat 100 Centipedes
Defeat 200 Centipedes
Defeat 50 Scorpions
Defeat 100 Scorpions
Defeat 200 Scorpions
Defeat 200 Bees, 200 Centipedes, and 200 Scorpions
Defeat 50 Spider Mages
Defeat 100 Spider Mages
Defeat 200 Spider Mages
Defeat 50 Mantises
Defeat 100 Mantises
Defeat 200 Mantises
Wysteria
Complete all storyline quest in Wysteria
Complete Prospector Zeke's quest, The Wallflowers
Complete all quests in Pegasus Place
Complete all side quests in Wysteria
Complete all quests in Wysteria
Defeat 50 Plants
Defeat 100 Plants
Defeat 250 Plants
Defeat 50 Goblins
Defeat 100 Goblins
Defeat 250 Goblins
Defeat Lyon Lorestriker in the Tower of the Helephant
Aquila
Complete the quest Into the Clouds
Complete the quest Pit of the Noxii
Complete the quest Into the Sea
Complete the quest Poseidon Adventure!
Complete the quest Into the Depths
Complete the quest Revenge of the Immortals
Earn all other Badges in Aquila
Polaris
Complete the quest Pomp and Circ*mstance in Wizard City
Complete the quest Dance Revolution
Complete the quest Storming the Basstille
Complete the quest The Witch's Garden
Complete the quest Sunless Shrine
Complete the quest Charm of the Mine
Complete the quest The Empress and the Rat
Complete the quest Rasputin's Surprises
Complete the quest Rise of the Titan
Complete the quest Climbing the Peaks
Complete the quest Saving the Sky Anchor
Complete Prospector Zeke's quest, Too Cold... Too Cold
Complete Eloise Merryweather's quest, Plotting Out Polar Roses
Complete the quest Save the Wailers!
Complete the quest Pièce de Résistance!
Complete the quest ...Or Get Busy Dying
Complete all storyline quests in Polaris through The Kataba Iceblock, in addition to all side quests in Walruskberg, Walruskberg Harbor, The Basstille, Forlorn Tayg, and Urville Station
Complete all side quests in Polaris
Complete all quests in Polaris
Defeat 50 Penguins
Defeat 100 Penguins
Defeat 250 Penguins
Defeat 500 Penguins
Defeat 50 Sea Lions
Defeat 100 Sea Lions
Defeat 250 Sea Lions
Defeat 500 Sea Lions
Defeat 50 Polar Bears
Defeat 100 Polar Bears
Defeat 250 Polar Bears
Defeat 500 Polar Bears
Defeat 50 Tundra Trolls
Defeat 100 Tundra Trolls
Defeat 250 Tundra Trolls
Defeat 500 Tundra Trolls
Mirage
Complete all storyline quests in Mirage
Complete Prospector Zeke's quest, Midday At The Oasis
Complete Eloise Merryweather's quest, Cactus Blossom Boogie
Complete the quest Sweep the Tail
Complete all side quests in Mirage
Complete all quests in Mirage
Defeat 50 Ghultures
Defeat 50 Trengils
Defeat 50 Conscripts
Sell 50 Antiquities to Guillermel in Caravan
Sell 100 Antiquities to Guillermel in Caravan
Defeat 50 Ferals, Thuggies, or Fangs
Defeat 100 Ferals, Thuggies, or Fangs
Defeat 50 Calixco Guards
Defeat 100 Calixco Guards
Defeat 50 Djinn
Defeat 100 Djinn
Defeat 50 Sandwitches
Defeat 100 Sandwitches
Defeat 50 Boas
Defeat 100 Boas
Defeat 50 Bumbai Rebels
Defeat 100 Bumbai Rebels
Defeat 50 Vipers
Defeat 100 Vipers
Defeat 50 Sand Wurm Larva
Defeat 100 Sand Wurm Larva
Defeat 50 House Purrzian Assailants
Defeat 100 House Purrzian Assailants
Empyrea
Complete the quest Communications Officer
Complete the quest A Little Khan and Dance
Make Khan dance perfectly, without any mistakes, in the quest A Little Khan and Dance
Complete the Lava Rock Puzzle by connecting the pipes successfully.
Complete the quest Brain Drain
Complete the quest Finally Growing Into It
Defeat Titan's Trident in Storm Titan's Wake
Defeat Aethyr Titan in Broken Bough
Complete the quest Nothing to Fear
Complete Prospector Zeke's quest, Hootie's Blowfish!
Complete Eloise Merryweather's quest, Turn That Crown Upside-Down
Complete all side quests in Empyrea, Part 1
Defeat a Beet
Complete the quest Fight For Your Right
Complete all side quests in Empyrea, Part 2
Complete all side quests in Empyrea
Complete all quests in Empyrea
Defeat 50 Alphoi
Defeat 100 Alphoi
Defeat 50 Beastmen
Defeat 100 Beastmen
Defeat 50 Dwarves
Defeat 100 Dwarves
Defeat 50 Kalamars
Defeat 100 Kalamars
Defeat 50 Globulins
Defeat 50 Hornets
Defeat 50 Frost or Lava Spawn
Defeat 100 Frost or Lava Spawn
Defeat Medulla 100 times
Defeat Medulla 1,000 times
Defeat Medulla (Challenge) once
Defeat Titan's Trident 100 times
Defeat Titan's Trident (Challenge) once
Complete Beastman Fight Club 10 times
Complete Beastman Fight Club 100 times
Win 10 Whirlyburly Games
Win 50 Whirlyburly Games
Win 100 Whirlyburly Games
Arcanum
Complete the quest Arcanum Initiation
Complete the quest Trial of the Understudy
Complete the quest Old Is New Again
Complete the quest Small World After All
Complete the quest Something Wicked That Way Goes
Complete the quest Walla-Me-And-You
Catacombs
Complete the quest Dog Gone Doug in the Olde Town Drains
Defeat King Detritus in the Abandoned Backyard
Defeat Sir Greggor and Squire Greggor in the Foetid Crypt
Complete the quest Blather, Prince, Repeat
Defeat Prince Viggor in Viggor's Tomb
Defeat Renegade Druid in Crannoc Dorcha
Defeat Satharilith in Valencia
Defeat The Devourer in the Edge of the Spiral
Complete the quest Better Halls & Crystals
Complete the quest Defeating a Dead Horse
Complete all side quests in The Drains and The Catacombs
Complete all quests in The Drains and The Catacombs
Defeat 10 Trash Monsters
Defeat 50 Trash Monsters
Defeat 100 Trash Monsters
Defeat 10 Dragonspyre Vanguards
Defeat 50 Dragonspyre Vanguards
Defeat 100 Dragonspyre Vanguards
Karamelle
Complete the quest Fizzling, Right?
Complete the quest Oh Me, Oh Mine
Complete the quest Something Wonky This Way Comes
Complete the quest Gobb-u-ler Mechanics
Complete all storyline quests in Karamelle
Complete Prospector Zeke's quest, Bittersweet Lemon-Heads
Complete Eloise Merryweather's quest, Pucker Up, Peanut Buttercup
Complete all side quests in Karamelle
Complete all quests in Karamelle
Defeat 10 Marshfellows
Defeat 100 Marshfellows
Defeat 1,000 Marshfellows
Defeat 10 Gummy Bears
Defeat 100 Gummy Bears
Defeat 1,000 Gummy Bears
Defeat 10 Gummy Worms
Defeat 100 Gummy Worms
Defeat 1,000 Gummy Worms
Defeat 10 Honey Badgers
Defeat 100 Honey Badgers
Defeat 1,000 Honey Badgers
Defeat 10 Whatchamagolems
Defeat 100 Whatchamagolems
Defeat 1,000 Whatchamagolems
Defeat 10 Gummy Bunnies
Defeat 100 Gummy Bunnies
Defeat 1,000 Gummy Bunnies
Defeat 10 Brudels
Defeat 100 Brudels
Defeat 1,000 Brudels
Defeat 10 Gnomes
Defeat 100 Gnomes
Defeat 1,000 Gnomes
Defeat The Quake Charmer solo
Defeat The Quake Charmer with Rank 1 or lower Spells
Defeat The Quake Charmer with each Wizard having a Charm at the end of every Round
Defeat The Quake Charmer with each Wizard having a Ward at the end of every Round
Defeat The Bundozer solo
Defeat The Bundozer with each Wizard having an Aura at the end of every Round
Defeat The Bundozer after surviving 3 charge hits, without suffering a late penalty
Defeat The Bundozer with a Wizard at full Heath and another at 1% or less Health
Defeat Copy Qhat (Star) solo
Defeat Copy Qhat (Star) in two Rounds or less
Defeat Copy Qhat (Star) with 5 Copy Qhat (Moon)s in combat
Defeat Copy Qhat (Star) with 4 Wizards of the same School
Defeat Judge Veg solo if Baby Carrot was your first Polymorph
Defeat Judge Veg solo if Dead Beet was your first Polymorph
Defeat Judge Veg solo if Disparagus was your first Polymorph
Defeat Judge Veg solo if Snow Peas was your first Polymorph
Defeat Judge Veg after activating all four Polymorphs
Defeat Oogie Boogie (Shadow) solo
Defeat Oogie Boogie (Shadow) in four Rounds or less
Defeat Oogie Boogie (Shadow) without casting an all enemies or selected target Spell
Defeat Oogie Boogie (Shadow) with a full team of Wizards, all with a resistance Aura, Shield, and Absorb Ward active at the same time at the start of any Round
Defeat Jamburglar solo in three Rounds or less
Defeat Jamburglar without casting Damage Spells
Defeat Treemugger on Round 14 (when countdown reaches 86) solo
Defeat Treemugger with a full team of Wizards at 0 Pips when defeated
Defeat Heidi solo before her Minion is sacrificed
Defeat Heidi after she activates her +100% Damage Aura
Lemuria
Complete the quest Bald-Faced Truth
Complete the quest Solomon Joins the Party
Complete the quest The Fane of the Ancient One
Complete the quest Down to Earth Again
Complete the quest Peace Meal
Complete all storyline quests in Lemuria
Complete Preservationist Zach's quest, Heroes Don't Grow on Trees
Complete Louise Mayqueen's quest, Night Flight in the Light
Complete the quest On Your Feat
Complete the quest Villain for Hire
Complete all side quests in Lemuria
Complete all quests in Lemuria
Defeat 10 Koolakamba
Defeat 100 Koolakamba
Defeat 1,000 Koolakamba
Defeat 10 Fossa
Defeat 100 Fossa
Defeat 1,000 Fossa
Defeat 10 Boarbarians
Defeat 100 Boarbarians
Defeat 1,000 Boarbarians
Defeat 10 Stray Kit-10s
Defeat 100 Stray Kit-10s
Defeat 1,000 Stray Kit-10s
Defeat 10 Neighborhood Watch
Defeat 100 Neighborhood Watch
Defeat 1,000 Neighborhood Watch
Defeat 10 Bull Gangsters
Defeat 100 Bull Gangster
Defeat 1,000 Bull Gangster
Defeat 10 Cow Gangsters
Defeat 100 Cow Gangsters
Defeat 1,000 Cow Gangsters
Defeat 10 Humangoes
Defeat 100 Humangoes
Defeat 1,000 Humangoes
Defeat Stallion Quartermane (Challenge) once
Novus
Complete the quest Scaredy Cats in Catmandu
Complete the quest Gone to the Dogs
Complete the quest Heaven is a Place Disturbed
Complete the quest Tung-Lashing
Complete the quest Greed Isn't Good
Complete the quest What Comes Next?
Complete the quest Mind Over Political Matters
Complete all storyline quests in Catmandu and Novus
Complete Prospector Zeke's quest, This Must Be The Place
Complete Eloise Merryweather's quest, A Ribbit By Any Other Name
Complete the quest Howl's Moving Cannonball
Complete the quest Waiting for Who Knows
Complete all side quests in Catmandu and Novus
Complete all quests in Catmandu and Novus
Defeat 10 Banana Spiders
Defeat 100 Banana Spiders
Defeat 888 Banana Spiders
Defeat 10 Golden Horde Soldiers
Defeat 100 Golden Horde Soldiers
Defeat 500 Golden Horde Soldiers
Defeat 10 Irks
Defeat 100 Irks
Defeat 500 Irks
Defeat 10 Megrims
Defeat 100 Megrims
Defeat 500 Megrims
Defeat 10 Follicle Falcons
Defeat 100 Follicle Falcons
Defeat 500 Follicle Falcons
Wallaru
Complete the quest The Outback Steps In
Complete the quest Perchance to Scream
Complete the quest The Little Prince
Complete the quest The Great Dreamscape
Complete the quest Dreams of Nothing
Complete the quest Pax Arcana in Novus
Complete Prospector Zeke's quest, Earning the Midnight Oil
Complete Eloise Merryweather's quest, Wattle You Talkin' About
Complete the quest Previously on Wizard101...
Complete all side quests in Wallaru
Complete all quests in Wallaru
Defeat 10 Emu Riders
Defeat 100 Emu Riders
Defeat 500 Emu Riders
Defeat 10 Wombats
Defeat 100 Wombats
Wizard101 Badges (Pt 1/2) (2024)

References

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated:

Views: 6082

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.