Daily Quests: Difference between revisions

From CoraTO Wiki - Official Wiki
Jump to navigation Jump to search
m added minor notes to specific entries and links to original quests
m maybe
Β 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Daily Quests are a repeatable quest that provides TM Experience and [[Daily Coupons]]. These can be done daily, and reset at approximately 12:00AM PST.


== Daily Requests and Rewards ==
<usestyle src="Img.css" />
Note: The rewards do not include all possible drops, but will include guaranteed ones.
<usestyle src="Overview.css" />
{| class="wikitable sortable"
<usestyle src="MonsterCard.css" />
|+
<usestyle src="GuideCard.css" />
!Zone
<usestyle src="QuestCard.css" />
!Location
<usestyle src="StatsCard.css" />
!Quest NPC
<usestyle src="QuestTracker.css" />
!Location
<usestyle src="Eclipse.css" />
!Requested Item
<usestyle src="InfoBox.css" />
!Rewards
<usestyle src="Tabs.css" />
|-
|Coral Beach
|Blooming Cora
|<u>[https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Indiana_John_-_Daily_Quest_-_Coral_Beach.html Indiana John]</u>
|[[File:Coralbeachdaily.png|center|thumb|On the right half of the map, below Pachi/Field 3]]
|'''<u>2x Crystal</u>'''


<u>Recommendation''':'''</u> Drill in Coral Beach fields.
Can be drilled in:


* Coral Beach Fields
<usescript src="ShowFirstTabs.js"/>
* Dark Cave
<usescript src="DailyQuestTracker.js" />
* Gate of Desert Beach
<usescript src="MonkeyTTracker.js" />
* Pyramid Dungeon Halls
* Poppuri Dungeons
* Path to Desert Beach
* Ghost Blue fields
* Fiesta Zones 1-6
'''NOTE''': On this server, the level requirement is 20, not 5!
|
* 1 Daily Coupon
|-
|Desert Beach
|Paradise
|<u>[https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Monkey_T_-_Daily_Quest_-_Desert_Beach.html Monkey_T]</u>
|[[File:Desertbeachdaily.png|center|thumb|Monkey_T, on the right half of the map next to Pachi and Paradise Shop]]
|<u>'''1x Sleeping Socks'''</u>


Guaranteed drop from Punisher Cannonshell in Desert Beach Fields 1-4
<html>
[[File:Punishercannonshell.png|thumb|Punisher Cannonshell|center]]
<html lang="en">
|
* 1 Daily Coupon
* 1 100k Galder Check
|-
|Megalopolis
|Megalopolis
|<u>[https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazer_Stella_-_Daily_Quest_-_Megalopolis.html Stargazer Stella]</u>
|[[File:Megadaily.png|thumb|Stargazer Stella, east of the Guild Management building]]
|<u>'''1x Shtella's Profile'''</u>


Random drop from monsters in:
<head>
Β  <meta charset="UTF-8" />
Β  <meta name="viewport" content="width=device-width, initial-scale=1" />
Β  <title>CoraTO Wiki β€’ Daily Quests</title>


* Desert Beach
Β 
* Caballa Relics
</head>
* Oops Wharfs
Β 
'''NOTE''': Requires [https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazing.html Stella Reading Quest]!!
<body>
|
Β  <div class="mw-page-scope">
* 1 Daily Coupon
Β  Β  <!-- Hero -->
|}
Β  Β  <header class="hero">
Β  Β  Β  <div class="hero-inner">
Β  Β  Β  Β  <h1 class="hero-title">Daily Quests</h1>
Β  Β  Β  Β  <p class="hero-subtitle">Complete repeatable quests daily to earn TM Experience and Daily Coupons. Reset occurs
Β  Β  Β  Β  Β  at approximately 8:00AM UTC.</p>
<p class="hero-subtitle">Check out this <a href="https://tools.cora-to.com/daily-tracker/index.html">easy-to-use tracker here</a> to help guide you in this server!</p>
Β  Β  Β  Β  <div class="status-pill">Daily Content</div>
Β  Β  Β  </div>
Β  Β  </header>
Β 
Β  Β  <!-- Main Tabs Navigation -->
Β  Β  <nav class="nav-tabs" role="tablist">
Β  Β  Β  <button class="nav-tab active" role="tab" aria-selected="true" aria-controls="tab-guide" data-tab="tab-guide"
Β  Β  Β  Β  tabindex="0"><span class="full-text">Guide</span><span class="short-text">Guide</span>
Β  Β  Β  </button>
Β 
Β  Β  Β  <button class="nav-tab" role="tab" aria-selected="false" aria-controls="tab-normal-daily"
Β  Β  Β  Β  data-tab="tab-normal-daily" tabindex="-1"><span class="full-text">Normal Daily</span><span
Β  Β  Β  Β  Β  class="short-text">Normal</span>
Β  Β  Β  </button>
Β  Β  Β  <button class="nav-tab" role="tab" aria-selected="false" aria-controls="tab-shadow-dailies"
Β  Β  Β  Β  data-tab="tab-shadow-dailies" tabindex="-1"><span class="full-text">Stella - Shadow Star</span><span
Β  Β  Β  Β  Β  class="short-text">Stella</span>
Β  Β  Β  </button>
Β  Β  Β  <button class="nav-tab" role="tab" aria-selected="false" aria-controls="tab-shaman-girl-jia"
Β  Β  Β  Β  data-tab="tab-shaman-girl-jia" tabindex="-1"><span class="full-text">Shaman Girl Jia - Dark Spirit</span><span
Β  Β  Β  Β  Β  class="short-text">Jia</span>
Β  Β  Β  </button>
Β  Β  Β  <button class="nav-tab" role="tab" aria-selected="false" aria-controls="tab-monkey-t" data-tab="tab-monkey-t"
Β  Β  Β  Β  tabindex="-1"><span class="full-text">Monkey
Β  Β  Β  Β  Β  T</span><span class="short-text">Mon.T Grass</span>
Β  Β  Β  </button>
Β  Β  </nav>
Β 
Β  Β  <main class="content" id="top">
Β 
Β  Β  Β  <!------------------------------------------------------------- GUIDE TAB ------------------------------------------------------------->
Β  Β  Β  <section id="tab-guide" class="tab-content active" role="tabpanel">
Β  Β  Β  Β  <!-- Guide Header -->
Β  Β  Β  Β  <div class="guide-section-header">
Β  Β  Β  Β  Β  <h1 class="guide-main-title">Complete Daily Quests Guide</h1>
Β  Β  Β  Β  Β  <p class="hero-subtitle">Everything you need to know to maximize your daily earnings in CoraTO</p>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Introduction Cards -->
Β  Β  Β  Β  <div class="guide-intro">
Β  Β  Β  Β  Β  <div class="highlights-grid">
Β  Β  Β  Β  Β  Β  <div class="guide-card">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card-icon">
Β  Β  Β  Β  Β  Β  Β  Β  πŸ’Ž
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <h3>What are Daily Quests?</h3>
Β  Β  Β  Β  Β  Β  Β  <p>Daily missions that provide TM Experience and Daily Coupons. They reset approximately at 12:00AM PST
Β  Β  Β  Β  Β  Β  Β  Β  every day, allowing constant progression.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="guide-card">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card-icon">
                🎯
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <h3>Types of Daily Quests</h3>
Β  Β  Β  Β  Β  Β  Β  <p>There are four main types: Normal Dailies, Stella Dailies, Shaman Girl Jia Dailies, and Monkey_T Dailies.
Β  Β  Β  Β  Β  Β  Β  Β  (special), each with unique requirements and rewards.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="guide-card">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card-icon">
Β  Β  Β  Β  Β  Β  Β  Β  πŸ†
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <h3>Benefits</h3>
Β  Β  Β  Β  Β  Β  Β  <p>Besides TM Experience, you earn Daily Coupons that can be exchanged for valuable items with the PyuPyu Exchange in Skill Garden.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Navigation Guide -->
Β  Β  Β  Β  <div class="guide-navigation">
Β  Β  Β  Β  Β  <h2 class="guide-section-title">How to Navigate the Tabs</h2>
Β  Β  Β  Β  Β  <div class="navigation-steps">
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">1</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Normal Daily</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Basic missions available in various zones. Ideal for beginners and mid-level
Β  Β  Β  Β  Β  Β  Β  Β  players.</p>
Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Coral Beach</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Desert Beach</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Megalopolis</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Azteca</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">+8 more</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">2</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Stella - Shadow Star</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Small item-hunts in exchange for extending your fortune indefinitely, if you do all the towns. Also, free Drop Cards!</p>
Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Lv 180+</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Shadow Monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Fortune-oriented</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">3</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Shaman Girl Jia</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Brief Monster Quests in exchange for a 50% chance at a MyShop Consumables box.
Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Lv 180+</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Shadow Monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">MyShop Consumable Boxes</span>
Β  Β  Β  Β  Β  Β  Β  </div></div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">4</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Monkey_T</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Hunt regular monsters for grass in exchange for a 50% chance of Harkon Defense Shard Rewards for the <a href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges">F2P MyShop Compound Stone Exchange</a>.
Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Lv 20+</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Regular Monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Harkon Defense Shards & Compound Stones</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Quest Types -->
Β  Β  Β  Β  <div class="quest-types">
Β  Β  Β  Β  Β  <h2 class="guide-section-title">Mission Types</h2>
Β  Β  Β  Β  Β  <div class="quest-types-grid">
Β  Β  Β  Β  Β  Β  <div class="quest-type-card">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="quest-type-title">Normal Dailies</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-type-subtitle">Basic missions for all levels</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-content">
Β  Β  Β  Β  Β  Β  Β  Β  <ul class="quest-features">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Available in 13 different zones</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Low to medium level requirements</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Involves basic drilling or hunting</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Rewards: 1x Daily Coupon, 100k Galder, 75% 1x Cora Coupon / 25% 3 Bonus Eggs + TM EXP (Normal) OR <a href="https://mewsie.world/CoraTOWiki/index.php/Monkey_T%27s_Grass_Quests_(Shard_Quests)">50% Chance at specific Shards</a> (Grass)</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Ideal for beginners</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Daily reset at 8:00AM UTC</li>
Β  Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="quest-type-card">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="quest-type-title">Shadow Dailies</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-type-subtitle">Advanced missions with Shadow Monsters</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-content">
Β  Β  Β  Β  Β  Β  Β  Β  <ul class="quest-features">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Requires guardian + levels 180+ up to 345+</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>More challenging Shadow monsters</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Better TM EXP rewards</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>50% chance at MyShop Consumables Box or <a href="https://mewsie.world/CoraTOWiki/index.php/Shadow_Dailies">Guaranteed Star Card Pack No.5 + Star Tears EV Rewards</a></li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Great for progression through difficulty zones</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>End-game content</li>
Β  Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Level Progression -->
Β 
Β  Β  Β  Β  <!-- Tips Section -->
Β  Β  Β  Β  <div class="guide-tips">
Β  Β  Β  Β  Β  <h2 class="guide-section-title">Important Tips</h2>
Β  Β  Β  Β  Β  <div class="tips-grid">
Β  Β  Β  Β  Β  Β  <div class="tip-card">
              <div class="tip-icon">⏰</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Daily Reset</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">All Daily Quests reset at 8:00AM UTC. Plan your time to complete all before the
Β  Β  Β  Β  Β  Β  Β  Β  reset.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ“</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">NPC Locations</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Each zone has its specific NPC. Use the provided images and maps to find them
Β  Β  Β  Β  Β  Β  Β  Β  easily.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸŽ’</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Preparation</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Check required items before leaving. Some can be drilled, others need to be hunted
Β  Β  Β  Β  Β  Β  Β  Β  from specific monsters.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ’°</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Daily Coupons</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Exchange your Daily Coupons with Miranda Watty in Megalopolis for valuable items
Β  Β  Β  Β  Β  Β  Β  Β  and equipment.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tip-card">
              <div class="tip-icon">⚑</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Efficiency</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Start with geographically closest missions to optimize your travel time.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ”„</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Progression</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">As your level increases, unlock Shadow Dailies for better rewards and challenges.
Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Quick Start Guide -->
Β  Β  Β  Β  <div class="guide-navigation">
Β  Β  Β  Β  Β  <h2 class="guide-section-title">Quick Start Guide</h2>
Β  Β  Β  Β  Β  <div class="navigation-steps">
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">1</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Choose Your Tab</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Click on the tab corresponding to your level: Normal and Monkey_T Dailies are for beginners,
Β  Β  Β  Β  Β  Β  Β  Β  Shadow Dailies are best for levels 180+ with guardian.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">2</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Select the Zone</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Use the internal tabs to navigate between different zones and find the mission
Β  Β  Β  Β  Β  Β  Β  Β  suitable for your level.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">3</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Prepare</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Read the requirements, locate the NPC on the map and collect/buy the necessary
Β  Β  Β  Β  Β  Β  Β  Β  items before departing.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  <div class="step-number">4</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Complete and Repeat</h3>
Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Execute the mission, collect your rewards and repeat daily to maximize your
Β  Β  Β  Β  Β  Β  Β  Β  earnings.</p>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β  Β  Β  </section>
Β 
Β  Β  Β  <!----------------------------------------------------------- NORMAL DAILY TAB --------------------------------------------------------->
Β  Β  Β  <section id="tab-normal-daily" class="tab-content" role="tabpanel">
Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  <h2>Normal Daily Requests and Rewards</h2>
Β  Β  Β  Β  Β  <p class="section-lead">Note: The rewards do not include all possible drops, but will include guaranteed ones.
Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Nested Tabs for Normal Daily by Zone -->
Β  Β  Β  Β  <nav class="nested-tabs" role="tablist">
Β  Β  Β  Β  Β  <button class="nested-tab active" role="tab" aria-selected="true" data-tab="coral-beach">Coral Beach</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="desert-beach">Desert Beach</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="megalopolis">Megalopolis</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="azteca">Azteca</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="oops-warf">Oops Warf</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="mermaid-palace">Mermaid Palace</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="ghost-blue">Ghost Blue</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="rose-garden">Rose Garden</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="black-swamp-normal">Black Swamp</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="snow-hill-normal">Snow Hill</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="techichi-normal">Techichi</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="tapasco-normal">Tapasco</button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="abyss-normal">Abyss</button>
Β 
Β  Β  Β  Β  </nav>
Β 
Β 
Β 
Β  Β  Β  Β  <!-- Nested content for each zone -->
Β  Β  Β  Β  <div id="coral-beach" class="nested-content active">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Coral Beach Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Drill</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/7/7b/BlomingIndiana.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Blooming Cora Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Blooming_Cora.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Blooming Cora</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/f/f1/Coralbeachdaily.png/300px-Coralbeachdaily.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Coral Beach Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/0f/Indiana_John.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Indiana John NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Indiana_John_-_Daily_Quest_-_Coral_Beach.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Indiana John</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f2/Crystal.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Crystal">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Crystal.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Crystal</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Drillable Item</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Indiana John, On the right half of the map, below Pachi/Field 3
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <u>Recommendation:</u> Drill in Coral Beach fields.<br>
Β  Β  Β  Β  Β  Β  Β  Can be drilled in:
Β  Β  Β  Β  Β  Β  Β  <ul>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Coral Beach Fields</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Dark Cave</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Gate of Desert Beach</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Pyramid Dungeon Halls</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Poppuri Dungeons</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Path to Desert Beach</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Ghost Blue fields</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Fiesta Zones 1-6</li>
Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  <strong>NOTE</strong>: On this server, the level requirement is 20, not 5!
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="desert-beach" class="nested-content">
Β 
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β 
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Desert Beach Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/f/f9/DesertMonkey.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Paradise Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Paradise.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Paradise</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/8/88/Desertbeachdaily.png/300px-Desertbeachdaily.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Paradise Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="info-grid">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3e/Monkey_T.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Monkey_T NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Monkey_T_-_Daily_Quest_-_Desert_Beach.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Monkey_T</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1b/Luxury_Socks.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Luxury Socks">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Sleeping_Socks.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">1x Sleeping Socks</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge"> Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Monkey_T location on the right half of the map next to Pachi and Paradise Shop
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Guaranteed drop from <strong>Punisher Cannonshell</strong> in Desert Beach Fields 1-4 <div
Β  Β  Β  Β  Β  Β  Β  Β  class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/80/Cannon_Shell.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher Cannonshell">
Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Cannonshell.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Punisher Cannonshell</a></strong>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="megalopolis" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Megalopolis Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/9/9d/MegaloStella.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Megalopolis Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Megalopolis.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Megalopolis</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/thumb/d/d6/Megadaily.png/300px-Megadaily.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Megalopolis Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e5/Star_Gazer_Stella.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Stargazer Stella NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazer_Stella_-_Daily_Quest_-_Megalopolis.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Stargazer Stella</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/0c/Envelope_with_Photo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Stella's Profile">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shtella%27s_Profile.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Stella's Profile</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Random Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Stargazer Stella, east of the Guild Management building
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Random drop from monsters in:
Β  Β  Β  Β  Β  Β  Β  <ul>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Desert Beach</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Caballa Relics</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Oops Wharfs</li>
Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  <strong>NOTE</strong>: Requires "<a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazing.html" target="_blank">Stella
Β  Β  Β  Β  Β  Β  Β  Β  Reading Quest</a>"!!
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="azteca" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Azteca Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/5/56/AztecaPhara.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Azteca Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Azteca.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Azteca</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/0/0d/Pharoah_boy_location_azteca.png/300px-Pharoah_boy_location_azteca.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Azteca Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/46/Pharaoh_Boy.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Pharoah Boy NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Pharaoh_Boy_-_Daily_Quest_-_Caballa_Relics.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Pharoah Boy</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/08/Aposis%27_Stick.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Staff of Purification">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Staff_of_Purification.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">1x Staff of Purification</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Pharoah Boy, Top Right of Azteca
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Guaranteed drop from <strong>Punisher Aposis</strong> in Relics Fields 1-4 <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e3/Aposis.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher Aposis">
Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Aposis.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Punisher Aposis</a></strong>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="oops-warf" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Oops Warf Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/61/OopsMarine.png" alt="Oops Warf Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Oops_Warf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Oops Warf</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/2/29/Marinel_location_oops_warf.png/300px-Marinel_location_oops_warf.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Oops Warf Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/4f/Marinel.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Marinel NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Marinel_-_Daily_Quest_-_Oops_Wharf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Marinel</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/4f/Thick_Rope.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Thick Rope">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Thick_Rope.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Thick Rope</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Marinel, bottom right of Oops Warf
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Drillable in any Oops Field
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="mermaid-palace" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Mermaid Palace Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/30/MermaidElicia.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mermaid Palace Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Mermaid_Palace_Field_4_-_Rock_Square.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Mermaid Field 4</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/f/f7/Entertainer_elicia_mermaid_location.png/300px-Entertainer_elicia_mermaid_location.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mermaid Palace Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/be/Entertainer_Elicia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Entertainer Alicia NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Entertainer_Elicia_-_Daily_Quest_-_Mermaid_Palace.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Entertainer Alicia</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3e/Merrow%27s_Gills.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Executioner's Gills">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Executioner%27s_Gills.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Executioner's Gills</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Entertainer Alicia, top right of field 4 by the portal to the Gate
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Guaranteed drop from <strong>Punisher Merman</strong> in Mermaid Fields 1-4 <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/65/Merman_Ale.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher Merman">
Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Mermaid.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Punisher Merman</a></strong>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="ghost-blue" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Ghost Blue Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/5a/GhostBStella.png" alt="Ghost Blue Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Ghost_Blue.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Aquarius</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/1/18/Stargazer_stella_ghost_blue.png/300px-Stargazer_stella_ghost_blue.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Ghost Blue Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e5/Star_Gazer_Stella.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Star Gazer Stella NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazer_Stella_-_Daily_Quest_-_Ghost_Blue.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Star Gazer Stella</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/0c/Envelope_with_Photo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Stela's Profile">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shtella%27s_Profile.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Stela's Profile</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Random Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Stargazer Stella, in Aquarius to the left of the Shop portal
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Random drop from monsters in:
Β  Β  Β  Β  Β  Β  Β  <ul>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Mermaid Fields</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Ghost Blue Fields</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Rose Garden Fields</li>
Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  <strong>NOTE</strong>: Requires <a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazing.html" target="_blank">Stella
Β  Β  Β  Β  Β  Β  Β  Β  Reading Quest</a>!!
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="rose-garden" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Rose Garden Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/4/4d/RoseIan.png" alt="Rose Garden Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Rose_Garden_Field_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Rose Field 1</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/b/b4/Homeless_ian_rose_field_1.png/300px-Homeless_ian_rose_field_1.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Rose Garden Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/ee/Homeless_Ian.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Homeless Ian NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Homeless_Ian_-_Daily_Quest_-_Rose_Garden.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Homeless Ian</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/7/74/Crow%27s_Claw.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher B.V.'s Claws">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_B.V.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Punisher B.V.'s Claws</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Homeless Ian, in Rose Field 1 near the Event Garden Portal stairs and right of Genius Cochma and Rosemary
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Guaranteed drop from <strong>Punisher Beast Vincento</strong> in Rose Garden Fields 1-4 <div
Β  Β  Β  Β  Β  Β  Β  Β  class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/81/Beast_Vincento.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher Beast Vincento">
Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Beast_Vincento.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Punisher Beast Vincento</a></strong>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="black-swamp-normal" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Black Swamp Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Drill</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/9/98/BlackSRoset.png" alt="Carbigal Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Carbigal.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Carbigal</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/a/ac/Hair_of_rosetta_black_swamp.png/300px-Hair_of_rosetta_black_swamp.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Black Swamp Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Hair_of_Rosetta_-_Daily_Quest_-_Black_Swamp.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/bf/Hair_of_Rosetta.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Hair of Rosetta NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Hair_of_Rosetta_-_Daily_Quest_-_Black_Swamp.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Hair of Rosetta</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1c/Swamp_Leaf.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Swamp Leaf">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Swamp_Leaf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Swamp Leaf</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Drillable Item</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Hair of Rosetta, at the top right of Carbigal near Pastor Tau
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Drillable in any Swamp Field
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="snow-hill-normal" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Snow Hill Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/69/SnowWinni.png" alt="Laplanoel Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Laplanoel.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Laplanoel</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/e/ea/Winnie_snow_hill.png/300px-Winnie_snow_hill.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Snow Hill Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Winnie_-_Daily_Quest_-_Snow_Hill.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3d/Winnie.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Winnie NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Winnie_-_Daily_Quest_-_Snow_Hill.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Winnie</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/42/Magic_Crystal.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Icicler's Crystal">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Icicler%27s_Crystal.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x Icicler's Crystal</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Winnie, at the bottom-right of Laplanoel town center
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Guaranteed drop from <strong>Punisher Icicler</strong> in Snow Fields 1-4 <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Icicler.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Punisher Icicler">
Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Icicler.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Punisher Icicler</a></strong>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="techichi-normal" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Techichi Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/thumb/6/6e/TechiStella.png/180px-TechiStella.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Neil's Camp Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Neil_Camp.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Neil's Camp</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/b/be/Stargazer_stella_neil_camp.png/300px-Stargazer_stella_neil_camp.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Techichi Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e5/Star_Gazer_Stella.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Star Gazer Stella NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazer_Stella_-_Daily_Quest_-_Techichi_Volcano.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Star Gazer Stella</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/0c/Envelope_with_Photo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Stellar's Profile">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shtella%27s_Profile.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">1x Stella's Profile</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Random Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Star Gazer Stella, bottom right of Neil's Camp by Kyu and the local drive-in
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Random drop from monsters in:
Β  Β  Β  Β  Β  Β  Β  <ul>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Techichi Fields</li>
Β  Β  Β  Β  Β  Β  Β  Β  <li>Tapasco Fields</li>
Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  <strong>NOTE</strong>: Requires <a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Star_Gazing.html" target="_blank">Stella
Β  Β  Β  Β  Β  Β  Β  Β  Reading Quest</a>!!
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tapasco-normal" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Tapasco Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/3a/TapascoKerberos.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Gate of Tapasco Volcano Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Gate_of_Tapasco_Volcano.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Gate of Tapasco Volcano</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/thumb/f/fb/Guardian_kerberos_tap_gate.png/300px-Guardian_kerberos_tap_gate.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Tapasco Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/19/Guardian_Kerberos.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Guardian Kerberos NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Guardian_Kerberos_-_Daily_Quest_-_Tapasco_Volcano.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Guardian Kerberos</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6d/Yeongbi-Chon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="HP Recovery Potion">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/HP_Recovery_Potion.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2x HP Recovery Potion</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d6/100k_Galder_Check.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x 100k Galder Check +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Guardian Kerberos, directly below <a href="https://mewsie.world/CoraTOWiki/index.php/Hologramsie"
Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Hologramsie</a> near the Tap 1 field portal at Tap Gate
Β  Β  Β  Β  Β  Β  </div>
Β 
<!-- Item Drop Information -->
<div class="quest-drop-info">
Β  Guaranteed drop from <strong>Punisher Fire Golem</strong> in Tap Fields 1-4
Β  <div class="image-container">
Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/0/0e/Fire_Golem.gif"
Β  Β  Β  alt="Punisher Fire Golem">
Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Punisher_Fire_Golem.html"
Β  Β  Β  Β  target="_blank">Punisher Fire Golem</a></strong>
Β  </div>
</div>
</div>
</div>
Β 
<div id="abyss-normal" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Abyss Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Drill</span>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/a4/Platonia_location_sarah.png?20260325191127" alt="Abyss Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Abyss_Town_-_Platonia.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Abyss Town - Platonia</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/2/2f/Abyss_sarah_location.png?20260325190725"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Abyss Overview" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Quest NPC Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Quest NPC</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/50/Madam_Sarah.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Madam Sarah NPC">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Madam_Sarah_-_Daily_Quest_-_Abyss.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Madam Sarah</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"></div>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d7/Orc_Cosh.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Random Part">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Random_Part.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">1x Random Part</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/58/Rusty_Bearing.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Random Bearing">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Random_Bearing.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">1x Random Bearing</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Guaranteed Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Rewards Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-rewards-title">Rewards</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-rewards-list">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/90/Crystal_Coupon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Daily Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  1x Daily Coupon +
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/06/Coracoupon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Cora Coupon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 2x Cora Coupon </div>
<div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Bonus_Egg.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Bonus Eggs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  75% chance of 3x Bonus Eggs </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Location Details -->
Β  Β  Β  Β  Β  Β  <div class="quest-location-details">
Β  Β  Β  Β  Β  Β  Β  Madam Sarah, at the top of Platonia
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Drillable in any Abyss Field
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
</div>
Β 
Β 
Β  Β  Β  </section>
Β 
Β  Β  Β  <!----------------------------------------------------------- SHADOW DAILIES TAB ------------------------------------------------------->
Β  Β  Β  <section id="tab-shadow-dailies" class="tab-content" role="tabpanel">
Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  <h2>About Shadow Dailies</h2>
Β  Β  Β  Β  Β  <p class="section-lead">Shadow Dailies are special daily quests that require you to hunt Shadow monsters in exchange for Fortune Cards and Star Tears to extend your fortunes.
Β  Β  Β  Β  Β  Β  These quests are available from level 180 and above.</p>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div class="guide-section">
Β  Β  Β  Β  Β  <div class="guide-content full-width">
Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  <p>Shadow Dailies are special dailies you can do after you obtain guardian to grind low to mid level drop
Β  Β  Β  Β  Β  Β  Β  Β  rate fortune cards and Star Tears! If you do all 12 in a day, you can get unlimited fortune (each star
Β  Β  Β  Β  Β  Β  Β  Β  tear covers 2h of fortune so 2*12=24!), but they are Star Tears EV, so you cannot trade them.</p>
Β 
Β 
Β  Β  Β  Β  Β  Β  Β  <span div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/Stella_auto.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Stella">
Β  Β  Β  Β  Β  Β  Β  Β  <strong>To see Stella</strong>, you must use Mind's Eye in the appropriate location.</span>
Β  Β  Β  Β  Β  Β  Β  <p>Each quest is guaranteed to drop both a Star Card Pack No. 5 and a Star Tears EV on this server.</p>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <!-- Nested Tabs for Shadow Dailies by Location and Level -->
Β  Β  Β  Β  <nav class="nested-tabs" role="tablist">
Β  Β  Β  Β  Β  <button class="nested-tab active" role="tab" aria-selected="true" data-tab="coral-town-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Coral Town - Blooming Cora lv 180</span><span class="short-text">Coral
Β  Β  Β  Β  Β  Β  Β  Town</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="desert-town-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Beach Town - Paradise lv 195</span><span class="short-text">Beach Town</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="megalopolis-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Megalopolis Square lv 210</span><span class="short-text">Megalopolis</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="azteca-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Azteca
Β  Β  Β  Β  Β  Β  Β  lv 225</span><span class="short-text">Azteca</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="oops-warf-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Oops
Β  Β  Β  Β  Β  Β  Β  Warf lv 240</span><span class="short-text">Oops Warf</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="ghost-blue-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Ghost Blue Seabed Town - Aquarius lv 255</span><span class="short-text">Ghost
Β  Β  Β  Β  Β  Β  Β  Blue</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="rose-garden-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Event Garden - Ceremonia lv 270</span><span class="short-text">Event
Β  Β  Β  Β  Β  Β  Β  Garden</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="black-swamp-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Swamp Town - Carbigal, lv 285</span><span class="short-text">Swamp Town</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="snow-hill-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Snow
Β  Β  Β  Β  Β  Β  Β  Hill Town - Laplanoel lv 300</span><span class="short-text">Snow Hill</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="techichi-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Techichi Town - Neil's Camp lv 315</span><span
Β  Β  Β  Β  Β  Β  Β  class="short-text">Techichi</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="tapasco-lv180"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Gate of
Β  Β  Β  Β  Β  Β  Β  Tapasco Volcano lv 330</span><span class="short-text">Gate of Tapasco</span></button>
Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="abyss-town-lv345">Abyss Town - Platonia
Β  Β  Β  Β  Β  Β  lv
Β  Β  Β  Β  Β  Β  345</button>
Β  Β  Β  Β  </nav>
Β 
Β 
Β 
Β  Β  Β  Β  <!-- Nested content for each shadow daily location -->
Β  Β  Β  Β  <div id="coral-town-lv180" class="nested-content active">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Coral Town Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/78/Stella_shadow_location_blooming_cora.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Coral Town Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Town - Blooming Cora</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 180 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/a1/Giant_nail.png" alt="Giant Nail">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Giant_Nail.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Giant Nail</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="100"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/3/35/Tottochi_gif.gif" alt="Shadow Totochi">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Totochi (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/8/8e/Clione_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Clione">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Clione (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="90"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/d/d2/Thiefmon_gif.gif" alt="Shadow Thiefmon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Thiefmon (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="desert-town-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Desert Town Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/bb/Stella_location_paradise.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Desert Town Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Beach Town - Paradise</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 195 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/65/Talisman_of_darkness_icon.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Broken Cannonball">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Talisman_of_Darkness.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Talisman of Darkness</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/3e/Shell_Trap_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Shell Trap">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Shell Trap (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="75" src="https://mewsie.world/CoraTOWiki/images/3/38/Mole_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Golden Mole">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Golden Mole (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="105"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/f/f5/Fanta_Fish_gif.gif" alt="Shadow Fanta Fish">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Fanta Fish (Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/d/db/Sand_Demon_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Sand Demon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Sand Demon (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="80"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/3/3a/Pineapple_gif.gif" alt="Shadow Pineapple">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Pineapple (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/6/61/Fan_Lizard_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fan Lizard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Fan Lizard (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/e/e8/Cannon_Shell_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Cannon Shell">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Cannon Shell (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="megalopolis-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Megalopolis Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/34/Stella_mega_location.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Megalopolis Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_3.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Megalopolis Square</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 210 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/a0/Hammer_item_icon.png" alt="Broken Glasses">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Petite_Hammer.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Petite Hammer</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="95"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/6/6a/Green_Chipmunk_gif.gif" alt="Shadow Queen Yamu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Queen Yamu (Southeast Forest)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/2/25/Wasp_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Forest Wasp">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Forest Wasp (Southwest Forest)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/5/58/Mantis_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Forest Mantis">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Forest Mantis (Southwest Forest)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="azteca-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Azteca Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/f/fc/Stella_location_azteca.png" alt="Azteca Map"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong class="image-caption"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_4.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Town - Azteca</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 225 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/6e/Lock_of_hair_icon.png" alt="Broken Staff">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong class="image-caption"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Lock_of_Hair.html" target="_blank">5x
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Lock of Hair</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Monsters Section -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/5/5a/Mandragora_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Mandragora">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Mandragora (Path to, Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/f/f2/Aposis_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Aposis">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Aposis (Field 3, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="oops-warf-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Oops Warf Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/75/Stella_location_oops.png" alt="Oops Warf Map"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong class="image-caption"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_5.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Oops Wharf</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 240 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/7b/Hair_tie_icon.png" alt="Broken Anchor">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong class="image-caption"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Hair_Tie.html" target="_blank">5x Hair
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Tie</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Monsters Section -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/9/9e/Sea_Tiger_gif.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Sea Tiger">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Sea Tiger (Path to Oops)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="90" src="https://mewsie.world/CoraTOWiki/images/d/d8/Quiem.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Quiem">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Quiem (Oops Field 1, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/6/6c/Crow.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Crow">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Crow (Oops Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="120"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/d/d2/Black_Foe.gif" alt="Shadow Black Foe">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Black Foe (Oops Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="105"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/e/e1/Master_Foe.gif" alt="Shadow Master Foe">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Master Foe (Oops Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/7/73/Mermaid_Little.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Mermaid Little">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Mermaid Little (Mermaid Field 1, Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="140"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/0/0c/Fish_Guardian_Tink.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fish Guardian Tink">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Fish Guardian Tink (Mermaid Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/8/88/Fish_Guardian_Bell.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fish Guardian Bell">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Fish Guardian Bell (Mermaid Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/f/f0/Merman_Aku.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Merman Aku">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Merman Aku (Mermaid Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/6/65/Merman_Ale.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Merman Ale">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Merman Ale (Mermaid Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β 
Β  Β  Β  Β  <div id="ghost-blue-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Ghost Blue Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/6c/Stella_location_aquarius.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Ghost Blue Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_6.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Ghost Blue Seabed Town - Aquarius</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 255 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/f/fc/Candle_icon.png" alt="Broken Trident">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Candle_of_Shadow.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Candle of Shadow</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Monsters Section -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/3a/Plug_Bat.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Plug Bat">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Plug Bat (Path to 1, Path to 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="120"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/8/8b/Pirate_Boxer.gif" alt="Shadow Pirate Boxer">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Pirate Boxer (Path to 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/9/91/Torpedo_Fish.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Torpedo Fish">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Torpedo Fish (Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="87"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/0/0d/Cora_Pyupyu.gif" alt="Shadow Cora Pyupyu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Cora Pyupyu (Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/c/ce/Siremaid.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Siremaid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Siremaid (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/a/a6/Pirate_Ghost.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Pirate Ghost">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Pirate Ghost (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="rose-garden-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Rose Garden Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/64/Stella_location_event_garden.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Rose Garden Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_7.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Event Garden - Ceremonia</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 270 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/c/c3/Needle.png" alt="Broken Claw">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Sharp_Needle.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Sharp Needle</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Monsters Section -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/38/Dancer_Isabelle.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Dancer Isabelle">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Dancer Isabelle (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/34/Captain_Charman.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Captain Charman">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Captain Charman (Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/d/d2/Captain_Arman.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Captain Arman">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Captain Arman (Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="115"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/3/3c/Madam_Fondue.gif" alt="Shadow Madam Fondue">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Madam Fondue (Field 3, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/8/81/Beast_Vincento.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Beast Vincento">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Beast Vincento (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="black-swamp-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Black Swamp Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/2/28/Stella_location_swamp.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Black Swamp Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_8.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Swamp Town - Carbigal</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 285 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/37/Blueflames.png" alt="Broken Leaf">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Flames.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Shadow Flames</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="137" src="https://mewsie.world/CoraTOWiki/images/a/aa/Monkya.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Monkya">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Monkya (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="130" src="https://mewsie.world/CoraTOWiki/images/9/94/Arachne.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Arachne">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Arachne (Field 4, Field 5, Field 6)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="120"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/6/6b/Mud_Bigfoot.gif" alt="Shadow Mud Bigfoot">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Mud Bigfoot (Field 6)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="snow-hill-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Snow Hill Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/3b/Stella_location_snow_hill.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Snow Hill Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_9.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Snow Hill Town - Laplanoel</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 300 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/a3/Grass_doll.png" alt="Broken Ice Crystal">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Voodoo_Doll.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Voodoo Doll</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/8/83/Joker.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Joker">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Joker (Northwest Forest, Frost Forest 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="115" src="https://mewsie.world/CoraTOWiki/images/b/b3/Goma.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Goma">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Goma (Frost Forest 1, Frost Forest 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="130"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/6/62/Santa_Bear.gif" alt="Shadow Santa Bear">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Santa Bear (Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/5/5f/Ice_Cream.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Ice Cream">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Ice Cream (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/e/e9/Yeti.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Yeti">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Yeti (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/3b/Icicler.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Icicler">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Icicler (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="techichi-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Techichi Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/53/Stella_location_techichi.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Techichi Map" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_10.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Techichi Town - Neil's Camp</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 315 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/15/Redscroll.png" alt="Broken Lava Rock">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Mysterious_Spell_Scroll.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Mysterious Spell Scroll</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/a/a9/Roaster.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Roaster">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Roaster (Path to 1, Path to 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="132"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/7/78/Kilimanjaro.gif" alt="Shadow Kilimanjaro">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Kilimanjaro (Path to 2, Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="98"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/0/00/Ponchichi.gif" alt="Shadow Ponchichi">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Ponchichi (Field 2, Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/9/97/Orpeo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Orpeo">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Orpeo (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/5/5d/Orconio.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Orconio">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Orconio (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/c/c6/Dekumanus.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Dekumanus">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Dekumanus (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="tapasco-lv180" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Tapasco Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/59/Stella_location_tap.png" alt="Tapasco Map"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_11.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Gate of Tapasco Volcano</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 330 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b4/Bluemarble.png" alt="Broken Fire Core">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Lost_Marble.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Lost Marble</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="125"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/b/b1/Red_Salamander.gif" alt="Shadow Red Salamander">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Red Salamander (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="125"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/f/f8/Blue_Salamander.gif" alt="Shadow Blue Salamander">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Blue Salamander (Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/3/3b/Funky_Orc.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Funky Orc">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Funky Orc (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="110"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/2/2a/Reggae_Orc.gif" alt="Shadow Reggae Orc">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Reggae Orc (Field 3, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="140"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/0/0e/Fire_Golem.gif" alt="Shadow Fire Golem">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Fire Golem (Field 2, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <div id="abyss-town-lv345" class="nested-content">
Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  <!-- Quest Header -->
Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Abyss Town - Platonia Shadow Daily</h1>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Quest Sections Grid -->
Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  <!-- Location Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/12/Stella_location_abyss.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Abyss Town - Platonia Location" class="quest-location-image">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stella_-_Shadow_Star_12.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Abyss Town - Platonia</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Level 345 Required</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <!-- Requested Item Section -->
Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-icon"></div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b4/Bluemarble.png" alt="Sealing Gem">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Sealing_Gem.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">5x Sealing Gem</a></strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-badge">Shadow Drop</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Item Drop Information -->
Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" width="125" src="https://mewsie.world/CoraTOWiki/images/f/f6/Channa.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Channa">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong><br>Shadow Channa (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container" src="https://mewsie.world/CoraTOWiki/images/1/12/Ghost_Diver.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Ghost Diver">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shadow Ghost Diver (Field 1, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  </section>
Β 
Β  Β  Β  <!----------------------------------------------------------- SHAMAN GIRL JIA TAB ------------------------------------------------------>
Β  Β  Β  <section id="tab-shaman-girl-jia" class="tab-content" role="tabpanel">
Β 
Β 
Β  Β  Β  Β  <!-- Navigation Tabs -->
Β  Β  Β  Β  <nav class="nested-tabs" role="tablist" aria-label="Quest locations">
Β  Β  Β  Β  Β  <button id="tabbtn-overview" class="nested-tab active" role="tab" aria-selected="true"
Β  Β  Β  Β  Β  Β  aria-controls="tab-overview" data-tab="tab-overview" tabindex="0">
Β  Β  Β  Β  Β  Β  <span class="full-text">Overview</span><span class="short-text">Overview</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-eclipse" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-eclipse"
Β  Β  Β  Β  Β  Β  data-tab="tab-eclipse" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Eclipse-Mind's Eye</span><span class="short-text">Eclipse</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-tracker" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-tracker"
Β  Β  Β  Β  Β  Β  data-tab="tab-tracker" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Quest Tracker</span><span class="short-text">Tracker</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-coral" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-coral"
Β  Β  Β  Β  Β  Β  data-tab="tab-coral" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Coral Beach</span><span class="short-text">Coral</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-desert" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-desert"
Β  Β  Β  Β  Β  Β  data-tab="tab-desert" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Desert Beach</span><span class="short-text">Desert</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-mega" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-mega"
Β  Β  Β  Β  Β  Β  data-tab="tab-mega" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Megalopolis</span><span class="short-text">Mega</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-caballa" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-caballa"
Β  Β  Β  Β  Β  Β  data-tab="tab-caballa" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Caballa Relics</span><span class="short-text">Caballa</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-oops" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-oops"
Β  Β  Β  Β  Β  Β  data-tab="tab-oops" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Oops Wharf</span><span class="short-text">Oops</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-ghost" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-ghost"
Β  Β  Β  Β  Β  Β  data-tab="tab-ghost" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Ghost Blue</span><span class="short-text">Ghost</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-rose" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-rose"
Β  Β  Β  Β  Β  Β  data-tab="tab-rose" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Rose Garden</span><span class="short-text">Rose</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-swamp" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-swamp"
Β  Β  Β  Β  Β  Β  data-tab="tab-swamp" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Black Swamp</span><span class="short-text">Swamp</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-snow" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-snow"
Β  Β  Β  Β  Β  Β  data-tab="tab-snow" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Snow Hill</span><span class="short-text">Snow</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-techichi" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-techichi"
Β  Β  Β  Β  Β  Β  data-tab="tab-techichi" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Techichi Volcano</span><span class="short-text">Techichi</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-tapasco" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-tapasco"
Β  Β  Β  Β  Β  Β  data-tab="tab-tapasco" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Tapasco Volcano</span><span class="short-text">Tapasco</span>
Β  Β  Β  Β  Β  </button>
Β  Β  Β  Β  Β  <button id="tabbtn-abyss" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-abyss"
Β  Β  Β  Β  Β  Β  data-tab="tab-abyss" tabindex="-1">
Β  Β  Β  Β  Β  Β  <span class="full-text">Abyss</span><span class="short-text">Abyss</span>
Β  Β  Β  Β  Β  </button>
Β 
Β  Β  Β  Β  </nav>
Β 
Β  Β  Β  Β  <!-- OVERVIEW TAB -->
Β  Β  Β  Β  <div id="tab-overview" class="nested-content active">
Β 
Β  Β  Β  Β  Β  <!-- Introduction Cards -->
Β  Β  Β  Β  Β  <div class="guide-intro">
Β  Β  Β  Β  Β  Β  <div class="highlights-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="guide-card-icon">πŸŒ‘</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>What is Shadow World?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>An advanced quest system available at level 180+ featuring shadow versions of familiar monsters with
Β  Β  Β  Β  Β  Β  Β  Β  Β  enhanced stats and unique rewards across 12 different locations.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="guide-card-icon">πŸ‘οΈ</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>Mind's Eye Required</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Essential skill obtained from Eclipse NPC that allows you to see and interact with shadow entities
Β  Β  Β  Β  Β  Β  Β  Β  Β  throughout the game world.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
                <div class="guide-card-icon">🎯</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>51 Shadow Quests</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Complete progression system spanning levels 180-250+ with location-specific NPCs offering different
Β  Β  Β  Β  Β  Β  Β  Β  Β  quests based on your level and area.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Navigation Guide -->
Β  Β  Β  Β  Β  <div class="guide-navigation">
Β  Β  Β  Β  Β  Β  <h2 class="guide-section-title">How to Navigate This Guide</h2>
Β  Β  Β  Β  Β  Β  <div class="navigation-steps">
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">1</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Essential Setup</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Start with these fundamental tabs to prepare your character for Shadow World
Β  Β  Β  Β  Β  Β  Β  Β  Β  adventures.</p>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Eclipse</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Quest Tracker</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">2</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Early Locations (Lv 180-220)</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Begin your shadow journey with these beginner-friendly locations and their
Β  Β  Β  Β  Β  Β  Β  Β  Β  specific quests.</p>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Coral Beach</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Desert Beach</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Megalopolis</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">3</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Mid-Level Areas (Lv 220-240)</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Progress through intermediate locations with increased difficulty and better
Β  Β  Β  Β  Β  Β  Β  Β  Β  rewards.</p>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Caballa Relics</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Oops Wharf</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Ghost Blue</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Rose Garden</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">4</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title">Advanced Zones (Lv 240+)</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Challenge yourself in high-level areas with the strongest shadow monsters
Β  Β  Β  Β  Β  Β  Β  Β  Β  and best rewards.</p>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-tabs">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Black Swamp</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Snow Hill</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Techichi Volcano</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Tapasco Volcano</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="step-tab">Abyss</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Quest Types -->
Β  Β  Β  Β  Β  <div class="quest-types">
Β  Β  Β  Β  Β  Β  <h2 class="guide-section-title">Understanding Shadow World Tabs</h2>
Β  Β  Β  Β  Β  Β  <div class="quest-types-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="quest-type-title">Eclipse Tab</h3>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-type-subtitle">Essential Prerequisites</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <ul class="quest-features">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Complete Mind's Eye quest walkthrough</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Required items and NPC locations</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Step-by-step instructions</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Unlock the entire Shadow World system</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="quest-type-title">Quest Tracker</h3>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-type-subtitle">Progress Monitoring</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <ul class="quest-features">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Track all 51 shadow quests simultaneously</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Visual progress indicators</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Completion status for each location</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Organized by difficulty and level</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="quest-type-title">Location Tabs</h3>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-type-subtitle">Detailed Area Guides</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-type-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <ul class="quest-features">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Monster stats and locations</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Quest requirements and rewards</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>NPC locations and dialogue</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <li>Level recommendations and tips</li>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Level Progression -->
Β 
Β  Β  Β  Β  Β  <!-- Tips Section -->
Β  Β  Β  Β  Β  <div class="guide-tips">
Β  Β  Β  Β  Β  Β  <h2 class="guide-section-title">Essential Tips & Strategies</h2>
Β  Β  Β  Β  Β  Β  <div class="tips-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ‘οΈ</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Mind's Eye Active</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Always keep Mind's Eye skill active. Without it, you cannot see shadow NPCs or
Β  Β  Β  Β  Β  Β  Β  Β  Β  monsters anywhere in the game world.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
                <div class="tip-icon">🐾</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Guardian Required</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Keep your Guardian active during all shadow activities. It's required for
Β  Β  Β  Β  Β  Β  Β  Β  Β  accessing Shadow World content.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ“Š</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Use Quest Tracker</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Monitor your progress across all 12 locations simultaneously using the Quest
Β  Β  Β  Β  Β  Β  Β  Β  Β  Tracker tab for efficient completion.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">βš”οΈ</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Shadow Monsters Stronger</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Shadow monsters have enhanced stats compared to regular versions. Prepare with
Β  Β  Β  Β  Β  Β  Β  Β  Β  better equipment and consumables.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="tip-icon">πŸ—ΊοΈ</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Level Progression Matters</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Complete quests in order for optimal experience gain. Don't attempt areas too
Β  Β  Β  Β  Β  Β  Β  Β  Β  early or too late for your level.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="tip-card">
                <div class="tip-icon">🎯</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="tip-title">Location-Specific NPCs</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="tip-content">Each area has its own Shaman Girl Jia offering different quests based on your
Β  Β  Β  Β  Β  Β  Β  Β  Β  level and the specific location.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- ECLIPSE TAB -->
Β  Β  Β  Β  <div id="tab-eclipse" class="nested-content ">
Β 
Β  Β  Β  Β  Β  <!-- Hero Introduction -->
Β  Β  Β  Β  Β  <div class="eclipse-hero">
Β  Β  Β  Β  Β  Β  <h2 class="eclipse-hero-title">Eclipse - Another View for the World</h2>
Β  Β  Β  Β  Β  Β  <p class="eclipse-hero-subtitle">Complete guide to obtaining Mind's Eye skill and accessing Shadow World</p>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Quick Stats Overview -->
Β  Β  Β  Β  Β  <div class="eclipse-stats-grid">
Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-card">
              <span class="eclipse-stat-icon">⭐</span>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-title">Level Required</div>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-value">180+</div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-card">
              <span class="eclipse-stat-icon">🎯</span>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-title">Quest Type</div>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-value">One-Time</div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-card">
Β  Β  Β  Β  Β  Β  Β  <span class="eclipse-stat-icon">πŸ‘οΈ</span>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-title">Reward</div>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-stat-value">Mind's Eye Skill</div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Prerequisites Section -->
Β  Β  Β  Β  Β  <div class="eclipse-content-card">
Β  Β  Β  Β  Β  Β  <div class="eclipse-card-header">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-card-icon">πŸ“‹</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="eclipse-card-title">Prerequisites</h3>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="eclipse-items-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-title">Character Level</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-description">Minimum Level 180+ required (Eclipse's Message auto-received)
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-title">Guardian</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-description">Hatched from <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Poseidon_Seed.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Poseidon Seed</a></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Eclipse NPC Section -->
Β  Β  Β  Β  Β  <div class="eclipse-content-card">
Β  Β  Β  Β  Β  Β  <div class="eclipse-card-header">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-card-icon">πŸ“</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="eclipse-card-title">Eclipse NPC Location</h3>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <p><strong>Location:</strong> <a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Garden_of_Skill_Master.html"
Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Garden of Skill Master</a></p>
Β  Β  Β  Β  Β  Β  <p>Eclipse is the essential NPC who grants the Mind's Eye skill. This skill allows you to see and interact
Β  Β  Β  Β  Β  Β  Β  with Shadow NPCs and monsters throughout the game world.</p>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Required Items -->
Β  Β  Β  Β  Β  <div class="eclipse-content-card">
Β  Β  Β  Β  Β  Β  <div class="eclipse-card-header">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-card-icon">πŸŽ’</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="eclipse-card-title">Required Items</h3>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="eclipse-items-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-title">P. Anemone Card</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-description">From <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Popeyed_Anemone.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Popeyed Anemone</a> (Lv. 105)</div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-title">Dimensional Key</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-item-description">From <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Eclipse_-_Aid_from_Eclipse.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Eclipse - Aid from Eclipse quest</a></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Step-by-Step Guide -->
Β  Β  Β  Β  Β  <div class="eclipse-content-card">
Β  Β  Β  Β  Β  Β  <div class="eclipse-card-header">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-card-icon">πŸ“</div>
Β  Β  Β  Β  Β  Β  Β  <h3 class="eclipse-card-title">Step-by-Step Guide</h3>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="eclipse-step-container">
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-number">1</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-title">Prepare Prerequisites</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description">Make sure you have reached Level 180 and hatched a Guardian from
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Poseidon_Seed.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Poseidon Seed</a>.
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description">Check these guides if needed: <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Soul_Seed_Quests_Guide.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Soul Seed</a> and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Soul_Guardian_Quests_Guide.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Soul Guardian</a></div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-number">2</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-title">Gather Required Items</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description"><strong>P. Anemone Card</strong> - From <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Popeyed_Anemone.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Popeyed Anemone</a> (Lv. 105)</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description"><strong>Dimensional Key</strong> - From <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Eclipse_-_Aid_from_Eclipse.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Eclipse - Aid from Eclipse quest</a></div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-number">3</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-title">Complete Eclipse Quest</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description">Visit Eclipse in Garden of Skill Master and complete the quest
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  to receive the Mind's Eye skill.</div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-number">4</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-content">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-title">Start Shadow World Quests</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="eclipse-step-description">With Mind's Eye active, you can now see and interact with Shaman
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Girl Jia in various towns to begin Shadow World quests.</div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Important Notes -->
Β  Β  Β  Β  Β  <div class="eclipse-warning">
Β  Β  Β  Β  Β  Β  <div class="eclipse-warning-header">
              <span class="eclipse-warning-icon">⚠️</span>
Β  Β  Β  Β  Β  Β  Β  <h4 class="eclipse-warning-title">Important Notes</h4>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <ul class="eclipse-warning-list">
Β  Β  Β  Β  Β  Β  Β  <li>Eclipse quest is a <strong>one-time only</strong> quest</li>
Β  Β  Β  Β  Β  Β  Β  <li>No Base or TM Experience is gained from this quest</li>
Β  Β  Β  Β  Β  Β  Β  <li>Mind's Eye skill is <strong>required</strong> for all Shadow World activities</li>
Β  Β  Β  Β  Β  Β  Β  <li>Keep your Guardian active when doing Shadow World quests</li>
Β  Β  Β  Β  Β  Β  </ul>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β 
Β 
Β  Β  Β  Β  <!-- Quest Tracker Section -->
Β  Β  Β  Β  <div id="tab-tracker" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Quest Tracker</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Progress Overview -->
Β  Β  Β  Β  Β  <div class="quest-tracker-overview">
Β  Β  Β  Β  Β  Β  <div class="progress-stats">
Β  Β  Β  Β  Β  Β  Β  <div class="stat-item">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="stat-label">Total Progress:</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="stat-value" id="total-progress">0/40</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="stat-item">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="stat-label">Completion:</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="stat-value" id="completion-percentage">0%</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="progress-bar-container">
Β  Β  Β  Β  Β  Β  Β  <div class="progress-bar">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="progress-fill" id="progress-fill" style="width: 0%"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tracker-actions">
Β  Β  Β  Β  Β  Β  Β  <button type="button" class="reset-progress-btn" id="reset-progress">Reset All Progress</button>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <!-- Quest List by Location -->
Β  Β  Β  Β  Β  <div class="quest-tracker-locations">
Β 
Β  Β  Β  Β  Β  Β  <!-- Coral Beach -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Coral Beach</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="coral-torobbie">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Torobbie (Lv. 180-183)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="coral-bad-fury">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Bad Fury (Lv. 184-187)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="coral-little-cora">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Little Cora (Lv. 188-191)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="coral-bustshell">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Bustshell (Lv. 192-195)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="coral-addax">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Addax (Lv. 196+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Desert Beach -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Desert Beach</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="desert-fanta-slime">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Fanta Slime (Lv. 195-198)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="desert-hula-octopus">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Hula Octopus (Lv. 199-202)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="desert-sea-scorpion">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Sea Scorpion (Lv. 203-205)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="desert-oran-g">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Oran G (Lv. 206-209)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="desert-basic-mummy">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Basic Mummy (Lv. 210+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Megalopolis -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Megalopolis</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="mega-yamu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Yamu (Lv. 210-213)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="mega-pochi">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Pochi (Lv. 213-217)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="mega-sppo">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Sppo (Lv. 218-221)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="mega-forest-tickler">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Forest Tickler (Lv. 222-225)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="mega-turvy">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Turvy (Lv. 226+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Caballa Relics -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Caballa Relics</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="caballa-leaf-bird">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Leaf Bird (Lv. 225-228)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="caballa-stone-soldier">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Stone Soldier (Lv. 229-232)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="caballa-mimic">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Mimic (Lv. 233-236)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="caballa-guiana">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Guiana (Lv. 237-240)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="caballa-lima">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Lima (Lv. 241+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Oops Wharf -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Oops Wharf</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="oops-ironclad-turtle">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Ironclad Turtle (Lv. 240-243)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="oops-requi">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Requi (Lv. 244-247)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="oops-black-foe">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Black Foe (Lv. 248-251)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="oops-cone-stone">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Cone Stone (Lv. 252+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="oops-pirate-boxer">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Pirate Boxer B (Lv. 252+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Ghost Blue -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Ghost Blue</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="ghost-mushumushu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Mushumushu (Lv. 255-258)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="ghost-popeyed-anemone">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Popeyed Anemone (Lv. 259-262)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="ghost-monguse">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Monguse (Lv. 263-266)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="ghost-merrow">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Merrow (Lv. 267-270)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="ghost-nora-joe">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Nora Joe (Lv. 271+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Rose Garden -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Rose Garden</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="rose-dancer-michel">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Dancer Michel (Lv. 267-270)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="rose-captain-norman">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Captain Norman (Lv. 271-274)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="rose-madam-chiffon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Madam Chiffon (Lv. 275-278)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="rose-maid-lydia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Maid Lydia (Lv. 282-285)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="rose-bone-warrior">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Bone Warrior (Lv. 286+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Black Swamp -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Black Swamp</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="swamp-lotus-wormhole">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Lotus Wormhole (Lv. 285+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Snow Hill -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Snow Hill</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="snow-king-yamu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow King Yamu (Lv. 300-303)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="snow-bug-bear">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Bug Bear (Lv. 304-307)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="snow-polar-bear">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Polar Bear (Lv. 308-311)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="snow-niwerth">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Niwerth (Lv. 312-315)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="snow-coolem">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Coolem (Lv. 316+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Techichi Volcano -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Techichi Volcano</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="techichi-fossil-soldier">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Fossil Soldier (Lv. 315-318)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="techichi-laki">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Laki (Lv. 319-322)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="techichi-aabon">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Aabon (Lv. 323-325)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="techichi-malefic-matron">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Malefic Matron (Lv. 326-329)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="techichi-burning-kili">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Burning Kili (Lv. 330+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Tapasco Volcano -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Tapasco Volcano</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="tapasco-fire-moth">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Fire Moth (Lv. 330-333)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="tapasco-funky-orc">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Funky Orc (Lv. 334-337)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="tapasco-regent-orc">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Regent Orc (Lv. 338+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Abyss -->
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Abyss</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="abyss-krybeth">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Krybeth (Lv. 345-348)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <label class="quest-checkbox-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <input type="checkbox" class="quest-checkbox" data-quest="abyss-skelefish">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="checkmark"></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-name">Shadow Skelefish (Lv. 349+)</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </label>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β 
Β 
Β  Β  Β  Β  <!-- CORAL BEACH TAB -->
Β  Β  Β  Β  <div id="tab-coral" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 1 - Coral Beach</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#1</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/b/b0/ShamanJia-CoralBeach.png?20251018161415"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Coral Beach Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Coral Town - Blooming Cora</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 180+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="180-183">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Torobbie.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Torobbie</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 324</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/55/Torobbie.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/55/Torobbie.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Torobbie" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">180-183</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Coral_Beach_Field_1_-_Blue_Wave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Beach Field 1 - Blue Wave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">15 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="184-187">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Bad_Fury.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Bad Fury</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 327</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d2/Bad_Fury.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d2/Bad_Fury.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Bad Fury" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">184-187</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Coral_Beach_Field_2_-_Passionate_Sun.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Beach Field 2 - Passionate Sun</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="188-191">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Little_Cora.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Little Cora</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 333</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f0/Little_Cora.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f0/Little_Cora.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Little Cora" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">188-191</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Coral_Beach_Field_2_-_Passionate_Sun.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Beach Field 2 - Passionate Sun</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="192-195">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Bustshell.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Bustshell</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 339</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1c/Bustshell.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1c/Bustshell.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Bustshell" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">192-195</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Coral_Beach_Field_2_-_Passionate_Sun.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Beach Field 2 - Passionate Sun</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="196+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Addax.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Addax</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 349</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/bb/Addax.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/bb/Addax.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Addax" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">196+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Coral_Beach_-_Dark_Cave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Coral Beach - Dark Cave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- DESERT BEACH TAB -->
Β  Β  Β  Β  <div id="tab-desert" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 2 - Desert Beach</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#2</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/5/5b/ShamanJia-DesertBeach.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Desert Beach Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Beach Town - Paradise</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Desert Beach Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 195+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="195-198">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Fanta_Slime.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Fanta Slime</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 351</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/83/Fanta_Slime.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fanta Slime" width="75">
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">195-198</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Desert_Beach_Field_1_-_Delta_Island.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Desert Beach Field 1 - Delta Island</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="199-202">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Hula_Octopus.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Hula Octopus</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 355</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/5d/Octopus.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Hula Octopus" width="120">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">199-202</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Desert_Beach_Field_2_-_Sand_Palace.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Desert Beach Field 2 - Sand Palace</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="203-205">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Sea_Scorpion.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Sea Scorpion</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 357</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/96/Sea_Scorpion.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/96/Sea_Scorpion.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Sea Scorpion" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">203-205</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Desert_Beach_Field_3_-_Statue_of_Anubis.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Desert Beach Field 3 - Statue of Anubis</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="206-209">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Oran_G.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Oran G</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 362</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/8a/Oran_G.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Orange_Bettle.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Oran G" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">206-209</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Pyramid_Dungeon_1_-_Hall_of_the_Slave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Pyramid Dungeon 1 - Hall of the Slave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="210+">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Basic_Mummy.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Basic Mummy</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 370</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/dd/Mummy.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Basic Mummy" width="120">
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">210+</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Pyramid_Dungeon_3_-_Hall_of_Bastet.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Pyramid Dungeon 3 - Hall of Bastet</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Pyramid_Dungeon_4_-_Hall_of_the_Dead.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Pyramid Dungeon 4 - Hall of the Dead</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Pyramid_Dungeon_6_-_Hall_of_the_Queen.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Pyramid Dungeon 6 - Hall of the Queen</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  <!-- MEGALOPOLIS TAB -->
Β  Β  Β  Β  <div id="tab-mega" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 3 - Megalopolis</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#3</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/f/fd/ShamanJia-Megalopolis.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Megalopolis Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Megalopolis Square</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 210+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="210-213">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Yamu.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Yamu</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 378</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/de/Pink_Chipmunk.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/de/Pink_Chipmunk.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Yamu" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">210-213</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Desert_Beach.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Desert Beach</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="213-217">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Pochi.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Pochi</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 380</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/43/Pochi.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/43/Pochi.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Pochi" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">213-217</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Desert_Beach.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Desert Beach</a> and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Southeast_Forest.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Southeast Forest</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="218-221">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Sppo.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Sppo</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 388</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/45/Sppo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/4/45/Sppo.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Sppo" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">218-221</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Poppuri_Dungeon_-_Rainbow_Cave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Poppuri Dungeon - Rainbow Cave</a> and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Poppuri_Dungeon_-_Root_Cave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Root Cave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="222-225">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Forest_Tickler.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Forest Tickler</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 398</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Tickler.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Tickler.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Forest Tickler" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">222-225</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Southwest_Forest.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Southwest Forest</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="226+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Turvy.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Turvy</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 396</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/16/Turvy.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/16/Turvy.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Turvy" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">226+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Poppuri_Dungeon_-_Spore_Cave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Poppuri Dungeon - Spore Cave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <!-- Placeholder sections for other locations -->
Β 
Β  Β  Β  Β  <!-- CABALLA RELICS TAB -->
Β  Β  Β  Β  <div id="tab-caballa" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 4 - Caballa Relics</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#4</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/e/e7/ShamanJia-Azteca.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Caballa Relics Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Relics Town - Azteca</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 225+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="225-228">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Leaf_Bird.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Leaf Bird</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 405</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6f/Leaf_Bird.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6f/Leaf_Bird.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Leaf Bird" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">225-228</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Caballa_Relics.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Caballa Relics</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="229-232">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Stone_Soldier.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Stone Soldier</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 409</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/55/Stone_Soldier.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/55/Stone_Soldier.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Stone Soldier" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">229-232</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Relics_Field_1_-_Atlas.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Field 1 - Atlas</a> and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Relics_Field_2_-_Hand_of_Giant.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Field 2 - Hand of Giant</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="233-236">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Mimic.html" target="_blank">Shadow
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Mimic</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 411</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/69/Mimic.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/69/Mimic.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Mimic" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">233-236</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Relics_Field_2_-_Hand_of_Giant.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Field 2 - Hand of Giant</a>, <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Relics_Field_3_-_Monkey_Statues.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Field 3 - Monkey Statues</a>, and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Relics_Field_4_-_An_Altar_for_Sacrifice.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Relics Field 4 - An Altar for Sacrifice</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="237-240">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Guiana.html" target="_blank">Shadow
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Guiana</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 416</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d8/Guiana.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d8/Guiana.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Guiana" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">237-240</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Caballa Relics Dungeon 1</a> and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="241+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Lima.html" target="_blank">Shadow
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Lima</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 419</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b2/Lima.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b2/Lima.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Lima" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">241+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Caballa Relics Dungeon 1</a>, <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">2</a>, <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_3.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">3</a>, and <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Caballa_Relics_Dungeon_4.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">4</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-oops" class="nested-content" role="tabpanel">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 5 - Oops Wharf/Mermaid Palace</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#5</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/9/92/ShamanJia-OopsWarf.png" alt="Oops Wharf Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Oops Wharf</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 240+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="240-243">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Ironclad_Turtle.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Ironclad Turtle</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 432</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/93/Ironclad_Turtle.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/93/Ironclad_Turtle.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Ironclad Turtle" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">240-243</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Oops_Wharf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Oops Wharf</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="244-247">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Requi.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Requi</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 434</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/34/Requi.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/34/Requi.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Requi" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">244-247</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Locations:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Wharf_Field_1_-_Haunted_Town.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Wharf Field 1 - Haunted Town</a><br>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Wharf_Field_2_-_Devil_Crow.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Wharf Field 2 - Devil Crow</a><br>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Wharf_Field_3_-_Phantom_Park.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Wharf Field 3 - Phantom Park</a>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="248-251">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Black_Foe.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Black Foe</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 437</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d2/Black_Foe.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d2/Black_Foe.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Black Foe" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">248-251</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Wharf_Field_4_-_Chrono_Wharf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Wharf Field 4 - Chrono Wharf</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="252+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Cone_Stone.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Cone Stone</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 440</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/ab/Cone_Stone.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/ab/Cone_Stone.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Cone Stone" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">252+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Locations:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Mermaid_Palace_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Mermaid Palace 1</a><br>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Mermaid_Palace_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Mermaid Palace 2</a>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="252+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Pirate_Boxer_B.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Pirate Boxer B</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 441</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/8b/Pirate_Boxer.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/8b/Pirate_Boxer.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Pirate Boxer B" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">252+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Wharf_Field_4_-_Chrono_Wharf.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Wharf Field 4 - Chrono Wharf</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-ghost" class="nested-content" role="tabpanel">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 6 - Ghost Blue</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#7</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/7/7d/ShamanJia-GhostBlue.png" alt="Ghost Blue Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Ghost Blue Seabed Town - Aquarius</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 255+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="255-258">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Mushumushu.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Mushumushu</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 459</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/86/Mushumushu.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/86/Mushumushu.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Mushumushu" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">255-258</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Ghost_Blue_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Ghost Blue 1</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="259-262">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Popeyed_Anemone.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Popeyed Anemone</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 465</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/5b/Popeyed_Anemone.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/5/5b/Popeyed_Anemone.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Popeyed Anemone" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">259-262</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Seabed_Field_1_-_North.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Seabed Field 1 - North</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="263-266">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Monguse.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Monguse</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 467</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/bb/Armor_Squirt.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/bb/Armor_Squirt.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Monguse" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">263-266</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Seabed_Field_1_-_North.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Seabed Field 1 - North</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Seabed_Field_2_-_East.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Seabed Field 2 - East</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="267-270">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Merrow.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Merrow</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 473</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b6/Merrow.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b6/Merrow.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Merrow" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">267-270</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Seabed_Field_3_-_Undersea_Park.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Seabed Field 3 - Undersea Park</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Seabed_Field_4_-_Undersea_Grave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Seabed Field 4 - Undersea Grave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="271+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Nora_Joe.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Nora Joe</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 481</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/80/Nora_Joe.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/80/Nora_Joe.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Nora Joe" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">271+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Nora_Sewer.html" target="_blank">Nora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Sewer</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-rose" class="nested-content">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 7 - Rose Garden</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#7</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/e/e9/ShamanJia-EventGarden.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Rose Garden Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Event Garden - Ceremonia</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 270+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="270-273">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Dancer_Michel.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Dancer Michel</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 483</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/a8/Dancer_Michel.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/a8/Dancer_Michel.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Dancer Michel" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">270-273</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Rose_Field_1_-_Stairway_to_Sorrow.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Rose Field 1 - Stairway to Sorrow</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="274-277">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Captain_Norman.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Captain Norman</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 490</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b7/Captain_Norman.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/b/b7/Captain_Norman.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Captain Norman" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">274-277</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Rose_Field_2_-_Maze_of_Black_Rose.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Rose Field 2 - Maze of Black Rose</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Rose_Field_4_-_Bloom_Grave.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Rose Field 4 - Bloom Grave</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="278-281">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Madam_Chiffon.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Madam Chiffon</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 491</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Madam_Chiffon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Madam_Chiffon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Madam Chiffon" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">278-281</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Rose_Field_3_-_Maze_of_Blue_Rose.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Rose Field 3 - Maze of Blue Rose</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="282-285">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Maid_Lydia.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Maid Lydia</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 498</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d0/Maid_Lydia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d0/Maid_Lydia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Maid Lydia" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">282-285</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Vamp_Dungeon_1_-_Banquet_of_the_Vamp.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Vamp Dungeon 1 - Banquet of the Vamp</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Vamp_Dungeon_2_-_Banquet_of_the_Dead.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Vamp Dungeon 2 - Banquet of the Dead</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="286+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Bone_Warrior.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Bone Warrior</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 508</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/18/Bone_Warrior.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/18/Bone_Warrior.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Bone Warrior" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">286+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Vamp_Dungeon_4_-_Center_of_the_Dark.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Vamp Dungeon 4 - Center of the Dark</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Vamp_Dungeon_5_-_Resurrection_of_the_Dark.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Vamp Dungeon 5 - Resurrection of the Dark</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-swamp" class="nested-content" role="tabpanel" aria-labelledby="tab-swamp-label" aria-hidden="true">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 8 - Black Swamp</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#8</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/d/d7/ShamanJia-BlackSwamp.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Black Swamp Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Swamp Town - Carbigal</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 285+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="285+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Lotus_Wormhole.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Lotus Wormhole</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 532</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/ad/Lotus_Wormhole.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/a/ad/Lotus_Wormhole.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Lotus Wormhole" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">285+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Swamp_Dungeon_4_-_Marshy_Garden.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Swamp Dungeon 4 - Marshy Garden</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Swamp_Dungeon_5_-_Marshy_Lawn.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Swamp Dungeon 5 - Marshy Lawn</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-snow" class="nested-content" role="tabpanel" aria-labelledby="tab-snow-label" aria-hidden="true">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 9 - Snow Hill</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#9</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-label"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia" class="image-container"> NPC:</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-value">Shaman Girl Jia</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-label"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/c/c6/ShamanJia-SnowHill.png" alt="Snow Hill Location"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-location-image"> Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-value">Snow Hill Town - Laplanoel</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-label">Requirement:</span>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-value">Level 300+, Mind's Eye skill active</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="300-303">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_King_Yamu.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow King Yamu</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 540</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/King_Yamu.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fe/King_Yamu.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow King Yamu" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">300-303</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Northwest_Forest.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Northwest Forest</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="304-307">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Bug_Bear.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Bug Bear</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 543</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/9e/Bug_Bear.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/9/9e/Bug_Bear.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Bug Bear" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">304-307</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Snow_Hill.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Snow Hill</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Frost_Wind_Forest_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Frost Wind Forest 2</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="308-311">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Polar_Bear.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Polar Bear</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 546</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e2/Polar_Bear.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e2/Polar_Bear.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Polar Bear" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">308-311</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Snow_Field_2_-_Snowflake_Park.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Snow Field 2 - Snowflake Park</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Snow_Field_3_-_Stairway_of_Snowflake.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Snow Field 3 - Stairway of Snowflake</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="312-315">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Niwerth.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Niwerth</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 552</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e7/Niwerth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/e/e7/Niwerth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Niwerth" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">312-315</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Ice_Dungeon_1_-_Cave_of_Dark_Blue.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Ice Dungeon 1 - Cave of Dark Blue</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="316+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Coolem.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Coolem</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 558</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1b/Coolem.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/1b/Coolem.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Coolem" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">316+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Ice_Dungeon_2_-_Cave_of_Crystal.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Ice Dungeon 2 - Cave of Crystal</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Ice_Dungeon_3_-_Heart_of_Crystal.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Ice Dungeon 3 - Heart of Crystal</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Ice_Dungeon_4_-_Teardrop_Walkways.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Ice Dungeon 4 - Teardrop Walkways</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-techichi" class="nested-content" role="tabpanel" aria-labelledby="tab-techichi-label"
Β  Β  Β  Β  Β  aria-hidden="true">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 10 - Techichi Volcano</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#10</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/5/50/ShamanJia-Techichi.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Techichi Volcano Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Techichi Town - Neil's Camp</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 315+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="315-318">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Fossil_Soldier.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Fossil Soldier</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 567</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/11/Coal_Soldier.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/1/11/Coal_Soldier.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fossil Soldier" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">315-318</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Path_to_Techichi_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Path to Techichi 1 - Sleet Forest</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="319-322">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Laki.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Laki</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 573</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6a/Laki.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6a/Laki.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Laki" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">319-322</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Techichi_Field_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Techichi Field 1</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Techichi_Field_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Techichi Field 2</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="323-325">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Aabon.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Aabon</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 581</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/7/7b/Aabon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/7/7b/Aabon.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Aabon" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">323-325</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Techichi_Field_4.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Techichi Field 4</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="326-329">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Malefic_Matron.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Malefic Matron</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 585</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/c/c1/Malefic_Matron.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/c/c1/Malefic_Matron.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Malefic Matron" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">326-329</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Black_Ash_Dungeon_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Black Ash Dungeon 1</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Black_Ash_Dungeon_2.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Black Ash Dungeon 2</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="330+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Burning_Kili.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Burning Kili</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 587</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/7/78/Kilimanjaro.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/7/78/Kilimanjaro.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Burning Kili" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">330+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Black_Ash_Dungeon_1.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Black Ash Dungeon 1</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Black_Ash_Dungeon_3.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Black Ash Dungeon 3</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">10 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-tapasco" class="nested-content" role="tabpanel" aria-labelledby="tab-tapasco-label"
Β  Β  Β  Β  Β  aria-hidden="true">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 11 - Tapasco Volcano</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#11</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/9/99/ShamanJia-Tapasco.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Tapasco Volcano Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Gate of Tapasco Volcano</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 330+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="330-333">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Fire_Moth.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Fire Moth</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 594</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fa/Fire_Moth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/fa/Fire_Moth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Fire Moth" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">330-333</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_1_-_Net_of_Lava.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 1 - Net of Lava</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_2_-_Rhythm_of_Hammer.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 2 - Rhythm of Hammer</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="334-337">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Funky_Orc.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Funky Orc</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 601</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Funky_Orc.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3b/Funky_Orc.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Funky Orc" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">334-337</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_2_-_Rhythm_of_Hammer.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 2 - Rhythm of Hammer</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_3_-_Valley_of_Flame.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 3 - Valley of Flame</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="338+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Regent_Orc.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Regent Orc</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 603</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d8/Regent_Orc.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/d/d8/Regent_Orc.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Regent Orc" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">338+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_2_-_Rhythm_of_Hammer.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 2 - Rhythm of Hammer</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Tapasco_Field_3_-_Valley_of_Flame.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Tapasco Field 3 - Valley of Flame</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">11 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-abyss" class="nested-content" role="tabpanel" aria-labelledby="tab-abyss-label" aria-hidden="true">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Dark Spirit Punishment 12 - Abyss</h2>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-info-card">
Β  Β  Β  Β  Β  Β  <div class="quest-card-header">
Β  Β  Β  Β  Β  Β  Β  <h3>Quest Details</h3>
Β  Β  Β  Β  Β  Β  Β  <span class="quest-number-badge">#12</span>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="quest-details-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">NPC:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="image-container"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/6/6b/Shaman_Girl_Jia.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shaman Girl Jia">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value">Shaman Girl Jia</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/d/d3/ShamanJia-Abyss.png" alt="Abyss Location">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Abyss Town - Platonia</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-item">
Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requirement:</h5>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img class="quest-location-image"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/f/f9/Mind%27s_Eye.jpg"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mind's Eye">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p class="quest-detail-value"> <br>Level 345+, Mind's Eye skill active</br></p>
Β 
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="monster-info-grid">
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="345-348">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Krybeth.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Krybeth</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 624</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/87/Krybeth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/8/87/Krybeth.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Krybeth" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">345-348</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Abyss_Field_1_-_The_Valley_Mouth.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Abyss Field 1 - The Valley Mouth</a> / <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Abyss_Field_3_-_The_Dark_Hills.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Abyss Field 3 - The Dark Hills</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="monster-info-card" data-level="349+">
Β  Β  Β  Β  Β  Β  Β  <div class="monster-card-header">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Shadow_Skelefish.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Shadow Skelefish</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-level-badge">Lv. 630</span>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  <a href="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/2/2b/Skelefish.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/2/2b/Skelefish.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Shadow Skelefish" width="120">
Β  Β  Β  Β  Β  Β  Β  Β  </a>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="monster-stats-details">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Player Level:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">349+</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Location:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value"><a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://wikimirror.lifeto.co/wiki.ggftw.com/trickster/Abyss_Field_2_-_Living_Boneyard.html"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  target="_blank">Abyss Field 2 - Living Boneyard</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Kill Count:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">3 monsters</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-stat-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-label">Time Limit:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-stat-value">12 minutes</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-rewards-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="monster-reward-item">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-label">Reward:</span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="monster-reward-value">100k Galder Check + <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Boxes" target="_blank">Major Cora Box</a></span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β 
Β  Β  Β  Β  </div>
Β  Β  Β  </section>
Β 
Β  Β  Β  <!------------------------------------------------------------ Monkey T TAB ------------------------------------------------------------->
Β  Β  Β  <section id="tab-monkey-t" class="tab-content" role="tabpanel">
Β  Β  Β  Β  <nav class="nested-tabs" role="tablist">
Β  Β  Β  Β  Β  <button type="button" id="btn-tab-overview" class="nested-tab active" role="tab" aria-selected="true"
Β  Β  Β  Β  Β  Β  aria-controls="monkeytab-overview" data-tab="monkeytab-overview" tabindex="0"><span
Β  Β  Β  Β  Β  Β  Β  class="full-text">Overview</span><span class="short-text">Overview</span></button>
Β  Β  Β  Β  Β  <button type="button" id="btn-tab-faq" class="nested-tab" role="tab" aria-selected="false" aria-controls="monkeytab-faq"
Β  Β  Β  Β  Β  Β  data-tab="monkeytab-faq" tabindex="-1"><span class="full-text">FAQ</span><span
Β  Β  Β  Β  Β  Β  Β  class="short-text">FAQ</span></button>
Β  Β  Β  Β  Β  <button type="button" id="btn-tab-tracker" class="nested-tab" role="tab" aria-selected="false" aria-controls="monkeytab-tracker"
Β  Β  Β  Β  Β  Β  data-tab="monkeytab-tracker" tabindex="-1"><span class="full-text">Quest Tracker</span><span
Β  Β  Β  Β  Β  Β  Β  class="short-text">Tracker</span></button>
Β  Β  Β  Β  Β  <button type="button" id="btn-tab-monkey" class="nested-tab" role="tab" aria-selected="false" aria-controls="tab-monkeyT"
Β  Β  Β  Β  Β  Β  data-tab="tab-monkeyT" tabindex="-1"><span class="full-text">Monkey T</span><span class="short-text">Monkey
Β  Β  Β  Β  Β  Β  Β  T</span></button>
Β  Β  Β  Β  </nav>
Β 
Β 
Β  Β  Β  Β  <div id="monkeytab-overview" class="nested-content active" role="tabpanel">
Β  Β  Β  Β  Β  <div class="guide-section-header">
Β  Β  Β  Β  Β  Β  <h1 class="guide-main-title">Monkey T Grass Quests Overview</h1>
Β  Β  Β  Β  Β  Β  <p class="hero-subtitle">Daily collection quests that grant shards for <a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Harkon Defense Custom Exchanges</a> or <a
Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>. Each location requires 10 specific grasses with location-based level requirements.</p>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="guide-intro">
Β  Β  Β  Β  Β  Β  <div class="highlights-grid">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
                <div class="guide-card-icon">🌿</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>How It Works</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Collect 10 of the required grass for the selected location and report back to Monkey T to receive
Β  Β  Β  Β  Β  Β  Β  Β  Β  your reward.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
                <div class="guide-card-icon">🎁</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>Rewards</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>50% chance to receive shards and 50% chance to receive <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>. Some locations grant fewer shards for balancing purposes.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="guide-card">
                <div class="guide-card-icon">🧭</div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3>Where To Start</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Use the tabs to pick a location. Requirements scale from level 12 up to 290 across multiple areas.
Β  Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="guide-section">
Β  Β  Β  Β  Β  Β  <div class="guide-content full-width">
Β  Β  Β  Β  Β  Β  Β  <div class="cta-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h4><a href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Harkon Defense Custom Exchanges</a></h4>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Exchange shards earned from Monkey T to obtain Compound Stones previously only available via MyShop.
Β  Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  Β  Β  <p><a href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Go to Harkon Shard Compound Exchange</a></p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="guide-navigation">
Β  Β  Β  Β  Β  Β  <h2 class="guide-section-title">Quick Access</h2>
Β  Β  Β  Β  Β  Β  <div class="navigation-steps">
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">1</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3e/Monkey_T.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Monkey T" /></div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title"><a href="#monkeytab-tracker" data-tab-trigger="monkeytab-tracker"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  data-tab-button="btn-tab-tracker">Quest Tracker</a></h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Track completion across all locations and monitor overall progress.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">2</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/9/97/Monkey_T_Cora.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Coral Beach" /></div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title"><a id="quick-start-coral" href="#tab-monkeyT" data-tab-trigger="tab-monkeyT"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  data-tab-button="btn-tab-monkey" data-scroll-to="coral-lv12">Start at Coral Beach</a></h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Begin with Panacea Herb collection at level 12.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  <div class="nav-step">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="step-number">3</div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/3/37/Monkey_T_Techichi.png" alt="Techichi" /></div>
Β  Β  Β  Β  Β  Β  Β  Β  <h3 class="step-title"><a id="quick-advance-techichi" href="#tab-monkeyT" data-tab-trigger="tab-monkeyT"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  data-tab-button="btn-tab-monkey" data-scroll-to="techichi-lv200">Advance to higher levels</a></h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p class="step-description">Progress through later zones like Techichi, Tapasco, and Abyss.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="monkeytab-tracker" class="nested-content" role="tabpanel">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Quest Tracker</h2>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  <div class="quest-tracker-overview">
Β  Β  Β  Β  Β  Β  <div class="progress-stats">
Β  Β  Β  Β  Β  Β  Β  <div class="stat-item"><span class="stat-label">Total Progress:</span><span class="stat-value"
Β  Β  Β  Β  Β  Β  Β  Β  Β  id="total-progress">0/14</span></div>
Β  Β  Β  Β  Β  Β  Β  <div class="stat-item"><span class="stat-label">Completion:</span><span class="stat-value"
Β  Β  Β  Β  Β  Β  Β  Β  Β  id="completion-percentage">0%</span></div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="progress-bar-container">
Β  Β  Β  Β  Β  Β  Β  <div class="progress-bar">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="progress-fill" id="progress-fill" style="width: 0%"></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="tracker-actions"><button type="button" class="reset-progress-btn" id="reset-progress">Reset All
Β  Β  Β  Β  Β  Β  Β  Β  Progress</button></div>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="quest-tracker-locations">
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Coral Beach</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-coral"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Panacea Herb (Lv 12)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Desert Beach</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-desert"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Iron Grass (Lv 20)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Megalopolis</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-mega"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Energy Grass (Lv 30)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Oops Wharf</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-oops"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Life Grass (Lv 60)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Mermaid Palace</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-mermaid"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Glamor Grass (Lv 75)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Mirage Island</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-mirage"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Panacea (Lv 80)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Ghost Blue</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-ghost"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Vigor Grass (Lv 95)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Rose Garden</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-rose"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Charm Grass (Lv 120)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Black Swamp</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-swamp"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Clarity Grass (Lv 140)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Underground Dev Room</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-devroom"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Youth Grass (Lv 150)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Snow Hill</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-snow"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Ice Grass (Lv 160)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Techichi</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-techichi"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Fire Grass (Lv 200)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Tapasco</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-tapasco"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Veneration Grass (Lv 270)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  <div class="location-section">
Β  Β  Β  Β  Β  Β  Β  <h3 class="location-title">Abyss</h3>
Β  Β  Β  Β  Β  Β  Β  <div class="quest-list">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-item"><label class="quest-checkbox-label"><input type="checkbox"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-checkbox" data-quest="monkey-abyss"><span class="checkmark"></span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  class="quest-name">Collect 10 Eternal Bestial Grass (Lv 290)</span></label></div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="monkeytab-faq" class="nested-content" role="tabpanel">
Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  <h2>Monkey T β€” FAQ</h2>
Β  Β  Β  Β  Β  Β  <p class="section-lead">Answers to the most common questions about Grass Quests and their rewards.</p>
Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  <div class="guide-section">
Β  Β  Β  Β  Β  Β  <div class="guide-content full-width">
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>What changed from TM focus to shards?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Monkey T quests used to focus on TM. On CoraTO, they also grant shards used in the <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Harkon Defense Custom Exchanges</a>, alongside a parallel chance of <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>How many items do I need to collect?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Each daily requires 10 pieces of grass. The type depends on the location.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>What are the rewards?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Rewards follow a 50% rule: shards (amount varies by location and some grant fewer) or <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>How do I use shards?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Exchange shards in the <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Harkon Defense Custom Exchanges</a> to obtain Compound Stones that were previously
Β  Β  Β  Β  Β  Β  Β  Β  Β  exclusive to MyShop.</p>
Β  Β  Β  Β  Β  Β  Β  Β  <p><a href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Open Harkon Exchange</a></p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>Where do I start?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>Use Overview’s Quick Access to open Coral Beach or Techichi, or go to the Monkey T tab and select a
Β  Β  Β  Β  Β  Β  Β  Β  Β  location using the nested tabs.</p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  <h3>Does the tracker progress persist?</h3>
Β  Β  Β  Β  Β  Β  Β  Β  <p>The Quest Tracker stores your selections locally in your browser. Use β€œReset All Progress” to clear.
Β  Β  Β  Β  Β  Β  Β  Β  </p>
<p>If you do not like the quest tracker here, then you may like <a href="https://tools.cora-to.com/daily-tracker/index.html">the other version we have here</a>, which tracks all the custom dailies in the server.
Β  Β  Β  Β  Β  Β  Β  Β  </p>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  <div id="tab-monkeyT" class="nested-content" role="tabpanel">
Β  Β  Β  Β  Β  <div class="monkeyT">
Β  Β  Β  Β  Β  Β  <div class="section-header">
Β  Β  Β  Β  Β  Β  Β  <h2>About Monkey T's Grass Quests</h2>
Β  Β  Β  Β  Β  Β  Β  <p class="section-lead">Monkey T's Grass Quests are custom daily missions that reward shards for <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Harkon_Defense_Custom_Exchanges" target="_blank"
Β  Β  Β  Β  Β  Β  Β  Β  Β  rel="noopener">Harkon Defense Custom Exchanges</a> and offer a parallel chance at <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>. Each quest requires 10 pieces of a specific grass based on location.</p>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <div class="guide-section">
Β  Β  Β  Β  Β  Β  Β  <div class="guide-content full-width">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="info-box">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p>Collect 10 of the required grass in the chosen location and report to Monkey T to claim your
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  reward. Requirements scale from early areas like Coral Beach to late-game zones such as Techichi,
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Tapasco, and Abyss.</p>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-detail-label">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://wikimirror.lifeto.co/asset.103.ggftw.net/wiki/to-w/images/3/3e/Monkey_T.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Monkey T">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>To start or report</strong>, talk to Monkey T in the appropriate area after gathering the
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  required grasses.
Β  Β  Β  Β  Β  Β  Β  Β  Β  </span>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="tip-box">Rewards follow a 50% distribution: half the time you receive shards (amount
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  varies by location) and half the time you receive <a
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  href="https://mewsie.world/CoraTOWiki/index.php/Cora_Coupons" target="_blank" rel="noopener">Cora
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Coupons</a>. Some locations like Coral Beach, Dev Room, and Abyss grant fewer shards.</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="warning-box">Originally focused on TM experience, these quests on CoraTO now emphasize
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  shard rewards and coupon chances. Plan your daily route around shard types you need instead of TM
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  grinding.</div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <p>Use the nested tabs below to navigate each location and see item requirements, level gates, and
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  shard rewards.</p>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <nav class="nested-tabs" role="tablist">
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab active" role="tab" aria-selected="true" data-tab="coral-lv12" tabindex="0"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Coral Beach β€” Sunny Beach lv 12</span><span class="short-text">Coral</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="desert-lv20"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Desert Beach β€” Delta Island lv 20</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Desert</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="mega-lv30"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Megalopolis β€” Southwest Forest lv 30</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Mega</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="oops-lv60"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Oops Wharf β€” Haunted Town lv 60</span><span class="short-text">Oops</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="mermaid-lv75"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Mermaid Palace β€” Seaweeds Square lv 75</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Mermaid</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="mirage-lv80"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Mirage Island β€” Alteo lv 80</span><span class="short-text">Mirage</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="ghost-lv95"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Seabed β€” East (Ghost Blue) lv 95</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Ghost</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="rose-lv120"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Rose Garden β€” Maze of Black Rose lv 120</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Rose</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="swamp-lv140"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Black Swamp β€” Maze of Forest lv 140</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Swamp</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="devroom-lv150"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Underground Dev Room β€” Passage 3 lv 150</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Dev</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="snow-lv160"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Snow Hill β€” Stairway of Snowflake lv 160</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Snow</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="techichi-lv200"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Techichi β€” Field 3 lv 200</span><span class="short-text">Techichi</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="tapasco-lv270"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Tapasco β€” Rhythm of Hammer lv 270</span><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="short-text">Tapasco</span></button>
Β  Β  Β  Β  Β  Β  Β  <button class="nested-tab" role="tab" aria-selected="false" data-tab="abyss-lv290"><span
Β  Β  Β  Β  Β  Β  Β  Β  Β  class="full-text">Abyss β€” The Valley Mouth lv 290</span><span class="short-text">Abyss</span></button>
Β  Β  Β  Β  Β  Β  </nav>
Β 
Β  Β  Β  Β  Β  Β  <!-- Coral Beach lv 12 -->
Β  Β  Β  Β  Β  Β  <div id="coral-lv12" class="nested-content active">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Coral Beach Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/9/97/Monkey_T_Cora.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Coral Beach Field 3 - Sunny Beach">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Coral Beach Field 3 β€” Sunny Beach</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 12 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Panacea Herb">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Panacea Herb</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/70/Gorgon_Shard_Icon.png" alt="Gorgon Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>2x Gorgon Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/8/8e/Clione_gif.gif" alt="Clione">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Clione (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Desert Beach lv 20 -->
Β  Β  Β  Β  Β  Β  <div id="desert-lv20" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Desert Beach Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/9/9f/Monkey_T_Paradise.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Desert Beach Field 1 - Delta Island">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Desert Beach Field 1 β€” Delta Island</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 20 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Iron Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Iron Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/70/Gorgon_Shard_Icon.png" alt="Gorgon Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Gorgon Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/3e/Shell_Trap_gif.gif" alt="Shell Trap">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Shell Trap (Field 1)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Megalopolis lv 30 -->
Β  Β  Β  Β  Β  Β  <div id="mega-lv30" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Megalopolis Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/4/40/Monkey_T_Mega.png" alt="Southwest Forest">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Southwest Forest</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 30 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Energy Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Energy Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/70/Gorgon_Shard_Icon.png" alt="Gorgon Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Gorgon Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b6/Forest_Tickler.gif" alt="Forest Tickler">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Forest Tickler (Southwest Forest)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Oops Wharf lv 60 -->
Β  Β  Β  Β  Β  Β  <div id="oops-lv60" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Oops Wharf Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1e/Monkey_T_Oops.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Wharf Field 1 - Haunted Town">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Wharf Field 1 β€” Haunted Town</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 60 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Life Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Life Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/53/Charybdis_Shard.png" alt="Charybdis Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Charybdis Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/d/d8/Quiem.gif" alt="Quiem">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Quiem (Oops Field 1, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Mermaid Palace lv 75 -->
Β  Β  Β  Β  Β  Β  <div id="mermaid-lv75" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Mermaid Palace Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/8/8a/Monkey_T_Mermaid.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mermaid Palace Field 2 - Seaweeds Square">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Mermaid Palace Field 2 β€” Seaweeds Square</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 75 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Glamor Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Glamor Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/53/Charybdis_Shard.png" alt="Charybdis Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Charybdis Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/7/73/Mermaid_Little.gif" alt="Mermaid Little">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Mermaid Little (Mermaid Field 1, Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Mirage Island lv 80 -->
Β  Β  Β  Β  Β  Β  <div id="mirage-lv80" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Mirage Island Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">LIMITED Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/a0/Monkey_T_Mirage.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Mirage Island Field 1 - Alteo">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Mirage Island Field 1 β€” Alteo</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 80 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Panacea">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Panacea</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/53/Charybdis_Shard.png" alt="Charybdis Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Charybdis Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/7/78/Werepot.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Werepot"><strong>Werepot (Mirage Field 1)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/d/d9/Fabilsag.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Fabilsag"><strong>Fabilsag (Mirage Field 1)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/9/96/Fabilsag_G.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Fabilsag G"><strong>Fabilsag G (Mirage Field 1)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/2/20/Chickensaurus.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Chickensaurus"><strong>Chickensaurus (Mirage Field 2)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img src="https://mewsie.world/CoraTOWiki/images/d/df/Dark_Hollow.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Dark Hollow"><strong>Dark Hollow (Mirage Field 2, Dungeon 2)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container"><img
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  src="https://mewsie.world/CoraTOWiki/images/5/5e/Ancient_Chimu.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Ancient Chimu"><strong>Ancient Chimu (Mirage Field 5, Field 7)</strong></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Ghost Blue (Seabed) lv 95 -->
Β  Β  Β  Β  Β  Β  <div id="ghost-lv95" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Ghost Blue Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/35/Monkey_T_Ghost_Blue.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Seabed Field 2 - East">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Seabed Field 2 β€” East</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 95 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Vigor Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Vigor Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/5/53/Charybdis_Shard.png" alt="Charybdis Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Charybdis Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/0d/Cora_Pyupyu.gif" alt="Cora Pyupyu">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Cora Pyupyu (Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Rose Garden lv 120 -->
Β  Β  Β  Β  Β  Β  <div id="rose-lv120" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Rose Garden Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/2/21/Monkey_T_Rose_Garden.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Rose Field 2 - Maze of Black Rose">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Rose Field 2 β€” Maze of Black Rose</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 120 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Charm Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Charm Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/0f/Scylla_Shard.png" alt="Scylla Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Scylla Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/8/81/Beast_Vincento.gif" alt="Beast Vincento">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Beast Vincento (Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Black Swamp lv 140 -->
Β  Β  Β  Β  Β  Β  <div id="swamp-lv140" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Black Swamp Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/c/cc/Monkey_T_Black_Swamp.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Swamp Field 3 - Maze of Forest">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Swamp Field 3 β€” Maze of Forest</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 140 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Clarity Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Clarity Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/0f/Scylla_Shard.png" alt="Scylla Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Scylla Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/aa/Monkya.gif" alt="Monkya">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monkya (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Underground Dev Room lv 150 -->
Β  Β  Β  Β  Β  Β  <div id="devroom-lv150" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Underground Dev Room Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">LIMITED Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/4/4a/Monkey_T_Dev_Room.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Underground Dev Room β€” Underground Passage 3">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Underground Dev Room β€” Underground Passage 3</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 150 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Youth Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Youth Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/0f/Scylla_Shard.png" alt="Scylla Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>1x Scylla Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/f/fe/Spiteful_Developer_Spirit.gif"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Spiteful Developer Spirit">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Spiteful Developer Spirit (Dev Room areas)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Snow Hill lv 160 -->
Β  Β  Β  Β  Β  Β  <div id="snow-lv160" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Snow Hill Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/a/ab/Monkey_T_Snow.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Snow Field 3 - Stairway of Snowflake">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Snow Field 3 β€” Stairway of Snowflake</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 160 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Ice Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Ice Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b5/Hecate_Shard.png" alt="Hecate Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Hecate Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/e/e9/Yeti.gif" alt="Yeti">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Yeti (Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Techichi lv 200 -->
Β  Β  Β  Β  Β  Β  <div id="techichi-lv200" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Techichi Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/3/37/Monkey_T_Techichi.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Techichi Field 3">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Techichi Field 3</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 200 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Fire Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Fire Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b5/Hecate_Shard.png" alt="Hecate Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Hecate Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/0/00/Ponchichi.gif" alt="Ponchichi">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Ponchichi (Field 2, Field 3)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Tapasco lv 270 -->
Β  Β  Β  Β  Β  Β  <div id="tapasco-lv270" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Tapasco Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/6/6e/Monkey_T_Tapasco.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Tapasco Field 2 - Rhythm of Hammer">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Tapasco Field 2 β€” Rhythm of Hammer</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 270 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Veneration Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Veneration Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/b/b5/Hecate_Shard.png" alt="Hecate Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>3x Hecate Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/f/fa/Fire_Moth.gif" alt="Fire Moth">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Fire Moth (Field 1, Field 2)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β 
Β  Β  Β  Β  Β  Β  <!-- Abyss lv 290 -->
Β  Β  Β  Β  Β  Β  <div id="abyss-lv290" class="nested-content">
Β  Β  Β  Β  Β  Β  Β  <div class="quest-card">
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-header">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <h1 class="quest-title">Abyss Grass Daily</h1>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <span class="quest-type">Hunt</span>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-sections">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Location</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/d/d1/Monkey_T_Abyss.png"
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  alt="Abyss Field 1 - The Valley Mouth">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Abyss Field 1 β€” The Valley Mouth</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Level 290 Required</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Requested Item</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/1d/Grass.gif" alt="Eternal Bestial Grass">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>10x Eternal Bestial Grass</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section-content"><span class="quest-badge">Grass</span></div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-section">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <h5 class="quest-section-title">Shard Reward</h5>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/2/20/Chronos_Shard.png" alt="Chronos Shard">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>1x Chronos Shard</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  <div class="quest-drop-info">
Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Monsters:</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-grid">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <div class="image-container">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <img src="https://mewsie.world/CoraTOWiki/images/1/12/Ghost_Diver.gif" alt="Ghost Diver">
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  <strong>Ghost Diver (Field 1, Field 4)</strong>
Β  Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  Β  </div>
Β  Β  Β  Β  </div>
Β  Β  Β  </section>
Β  Β  </main>
Β 
Β 
Β 
</body>
Β 
</html>

Latest revision as of 21:42, 25 March 2026









CoraTO Wiki β€’ Daily Quests

Daily Quests

Complete repeatable quests daily to earn TM Experience and Daily Coupons. Reset occurs at approximately 8:00AM UTC.

Check out this easy-to-use tracker here to help guide you in this server!

Daily Content

Complete Daily Quests Guide

Everything you need to know to maximize your daily earnings in CoraTO

πŸ’Ž

What are Daily Quests?

Daily missions that provide TM Experience and Daily Coupons. They reset approximately at 12:00AM PST every day, allowing constant progression.

🎯

Types of Daily Quests

There are four main types: Normal Dailies, Stella Dailies, Shaman Girl Jia Dailies, and Monkey_T Dailies. (special), each with unique requirements and rewards.

πŸ†

Benefits

Besides TM Experience, you earn Daily Coupons that can be exchanged for valuable items with the PyuPyu Exchange in Skill Garden.

How to Navigate the Tabs

Mission Types

Normal Dailies

Basic missions for all levels

  • Available in 13 different zones
  • Low to medium level requirements
  • Involves basic drilling or hunting
  • Rewards: 1x Daily Coupon, 100k Galder, 75% 1x Cora Coupon / 25% 3 Bonus Eggs + TM EXP (Normal) OR 50% Chance at specific Shards (Grass)
  • Ideal for beginners
  • Daily reset at 8:00AM UTC

Shadow Dailies

Advanced missions with Shadow Monsters

Important Tips

⏰

Daily Reset

All Daily Quests reset at 8:00AM UTC. Plan your time to complete all before the reset.

πŸ“

NPC Locations

Each zone has its specific NPC. Use the provided images and maps to find them easily.

πŸŽ’

Preparation

Check required items before leaving. Some can be drilled, others need to be hunted from specific monsters.

πŸ’°

Daily Coupons

Exchange your Daily Coupons with Miranda Watty in Megalopolis for valuable items and equipment.

⚑

Efficiency

Start with geographically closest missions to optimize your travel time.

πŸ”„

Progression

As your level increases, unlock Shadow Dailies for better rewards and challenges.

Quick Start Guide

Normal Daily Requests and Rewards

Note: The rewards do not include all possible drops, but will include guaranteed ones.

Coral Beach Daily

Drill
Location
Coral Beach Overview
Quest NPC
Requested Item
Drillable Item
Rewards
Daily Coupon 1x Daily Coupon +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Indiana John, On the right half of the map, below Pachi/Field 3
Recommendation: Drill in Coral Beach fields.
Can be drilled in:
  • Coral Beach Fields
  • Dark Cave
  • Gate of Desert Beach
  • Pyramid Dungeon Halls
  • Poppuri Dungeons
  • Path to Desert Beach
  • Ghost Blue fields
  • Fiesta Zones 1-6
NOTE: On this server, the level requirement is 20, not 5!

Desert Beach Daily

Hunt
Location
Paradise Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Monkey_T location on the right half of the map next to Pachi and Paradise Shop
Guaranteed drop from Punisher Cannonshell in Desert Beach Fields 1-4

Megalopolis Daily

Hunt
Location
Megalopolis Overview
Quest NPC
Requested Item
Random Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Stargazer Stella, east of the Guild Management building
Random drop from monsters in:
  • Desert Beach
  • Caballa Relics
  • Oops Wharfs
NOTE: Requires "Stella Reading Quest"!!

Azteca Daily

Hunt
Location
Azteca Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Pharoah Boy, Top Right of Azteca
Guaranteed drop from Punisher Aposis in Relics Fields 1-4

Oops Warf Daily

Hunt
Location
Oops Warf Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Marinel, bottom right of Oops Warf
Drillable in any Oops Field

Mermaid Palace Daily

Hunt
Location
Mermaid Palace Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Entertainer Alicia, top right of field 4 by the portal to the Gate
Guaranteed drop from Punisher Merman in Mermaid Fields 1-4

Ghost Blue Daily

Hunt
Location
Ghost Blue Overview
Quest NPC
Requested Item
Random Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Stargazer Stella, in Aquarius to the left of the Shop portal
Random drop from monsters in:
  • Mermaid Fields
  • Ghost Blue Fields
  • Rose Garden Fields
NOTE: Requires Stella Reading Quest!!

Rose Garden Daily

Hunt
Location
Rose Garden Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Homeless Ian, in Rose Field 1 near the Event Garden Portal stairs and right of Genius Cochma and Rosemary
Guaranteed drop from Punisher Beast Vincento in Rose Garden Fields 1-4

Black Swamp Daily

Drill
Location
Black Swamp Overview
Quest NPC
Requested Item
Drillable Item
Rewards
Daily Coupon 1x Daily Coupon +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Hair of Rosetta, at the top right of Carbigal near Pastor Tau
Drillable in any Swamp Field

Snow Hill Daily

Hunt
Location
Snow Hill Overview
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Winnie, at the bottom-right of Laplanoel town center
Guaranteed drop from Punisher Icicler in Snow Fields 1-4

Techichi Daily

Hunt
Location
Techichi Overview
Quest NPC
Requested Item
Random Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Star Gazer Stella, bottom right of Neil's Camp by Kyu and the local drive-in
Random drop from monsters in:
  • Techichi Fields
  • Tapasco Fields
NOTE: Requires Stella Reading Quest!!

Tapasco Daily

Hunt
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Daily Coupon 1x 100k Galder Check +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Guardian Kerberos, directly below Hologramsie near the Tap 1 field portal at Tap Gate
Guaranteed drop from Punisher Fire Golem in Tap Fields 1-4

Abyss Daily

Drill
Quest NPC
Requested Item
Guaranteed Drop
Rewards
Daily Coupon 1x Daily Coupon +
Cora Coupon 75% chance of 2x Cora Coupon
Bonus Eggs 75% chance of 3x Bonus Eggs
Madam Sarah, at the top of Platonia
Drillable in any Abyss Field

About Shadow Dailies

Shadow Dailies are special daily quests that require you to hunt Shadow monsters in exchange for Fortune Cards and Star Tears to extend your fortunes. These quests are available from level 180 and above.

Shadow Dailies are special dailies you can do after you obtain guardian to grind low to mid level drop rate fortune cards and Star Tears! If you do all 12 in a day, you can get unlimited fortune (each star tear covers 2h of fortune so 2*12=24!), but they are Star Tears EV, so you cannot trade them.

Stella To see Stella, you must use Mind's Eye in the appropriate location.

Each quest is guaranteed to drop both a Star Card Pack No. 5 and a Star Tears EV on this server.

Coral Town Shadow Daily

Hunt
Location
Level 180 Required
Requested Item
Shadow Drop
Monsters:
Shadow Totochi
Shadow Totochi (Field 1)
Shadow Clione Shadow Clione (Field 3)
Shadow Thiefmon
Shadow Thiefmon (Field 3)

Desert Town Shadow Daily

Hunt
Location
Level 195 Required
Requested Item
Shadow Drop
Monsters:
Shadow Shell Trap
Shadow Shell Trap (Field 1)
Shadow Golden Mole Shadow Golden Mole (Field 1)
Shadow Fanta Fish Shadow Fanta Fish (Field 2)
Shadow Sand Demon Shadow Sand Demon (Field 3)
Shadow Pineapple Shadow Pineapple (Field 3)
Shadow Fan Lizard Shadow Fan Lizard (Field 4)
Shadow Cannon Shell Shadow Cannon Shell (Field 4)

Megalopolis Shadow Daily

Hunt
Location
Level 210 Required
Requested Item
Shadow Drop
Monsters:
Shadow Queen Yamu
Shadow Queen Yamu (Southeast Forest)
Shadow Forest Wasp Shadow Forest Wasp (Southwest Forest)
Shadow Forest Mantis Shadow Forest Mantis (Southwest Forest)

Azteca Shadow Daily

Hunt
Location
Level 225 Required
Requested Item
Shadow Drop
Monsters:
Shadow Mandragora
Shadow Mandragora (Path to, Field 1)
Shadow Aposis Shadow Aposis (Field 3, Field 4)

Oops Warf Shadow Daily

Hunt
Location
Level 240 Required
Requested Item
Shadow Drop
Monsters:
Shadow Sea Tiger Shadow Sea Tiger (Path to Oops)
Shadow Quiem Shadow Quiem (Oops Field 1, Field 3)
Shadow Crow Shadow Crow (Oops Field 2, Field 3)
Shadow Black Foe
Shadow Black Foe (Oops Field 4)
Shadow Master Foe Shadow Master Foe (Oops Field 4)
Shadow Mermaid Little Shadow Mermaid Little (Mermaid Field 1, Field 2)
Shadow Fish Guardian Tink Shadow Fish Guardian Tink (Mermaid Field 2, Field 3)
Shadow Fish Guardian Bell Shadow Fish Guardian Bell (Mermaid Field 3)
Shadow Merman Aku Shadow Merman Aku (Mermaid Field 4)
Shadow Merman Ale Shadow Merman Ale (Mermaid Field 4)

Ghost Blue Shadow Daily

Hunt
Location
Level 255 Required
Requested Item
Shadow Drop
Monsters:
Shadow Plug Bat Shadow Plug Bat (Path to 1, Path to 2)
Shadow Pirate Boxer Shadow Pirate Boxer (Path to 2)
Shadow Torpedo Fish Shadow Torpedo Fish (Field 2, Field 3)
Shadow Cora Pyupyu Shadow Cora Pyupyu (Field 2, Field 3)
Shadow Siremaid Shadow Siremaid (Field 4)
Shadow Pirate Ghost Shadow Pirate Ghost (Field 4)

Rose Garden Shadow Daily

Hunt
Location
Level 270 Required
Requested Item
Shadow Drop
Monsters:
Shadow Dancer Isabelle Shadow Dancer Isabelle (Field 1)
Shadow Captain Charman Shadow Captain Charman (Field 2)
Shadow Captain Arman Shadow Captain Arman (Field 2)
Shadow Madam Fondue Shadow Madam Fondue (Field 3, Field 4)
Shadow Beast Vincento Shadow Beast Vincento (Field 4)

Black Swamp Shadow Daily

Hunt
Location
Level 285 Required
Requested Item
Shadow Drop
Monsters:
Shadow Monkya
Shadow Monkya (Field 3)
Shadow Arachne Shadow Arachne (Field 4, Field 5, Field 6)
Shadow Mud Bigfoot Shadow Mud Bigfoot (Field 6)

Snow Hill Shadow Daily

Hunt
Location
Level 300 Required
Requested Item
Shadow Drop
Monsters:
Shadow Joker Shadow Joker (Northwest Forest, Frost Forest 1)
Shadow Goma Shadow Goma (Frost Forest 1, Frost Forest 2)
Shadow Santa Bear Shadow Santa Bear (Field 2)
Shadow Ice Cream Shadow Ice Cream (Field 3)
Shadow Yeti Shadow Yeti (Field 3)
Shadow Icicler Shadow Icicler (Field 4)

Techichi Shadow Daily

Hunt
Location
Level 315 Required
Requested Item
Shadow Drop
Monsters:
Shadow Roaster Shadow Roaster (Path to 1, Path to 2)
Shadow Kilimanjaro Shadow Kilimanjaro (Path to 2, Field 1)
Shadow Ponchichi Shadow Ponchichi (Field 2, Field 1)
Shadow Orpeo Shadow Orpeo (Field 3)
Shadow Orconio Shadow Orconio (Field 3)
Shadow Dekumanus Shadow Dekumanus (Field 4)

Tapasco Shadow Daily

Hunt
Location
Level 330 Required
Requested Item
Shadow Drop
Monsters:
Shadow Red Salamander Shadow Red Salamander (Field 1)
Shadow Blue Salamander Shadow Blue Salamander (Field 2)
Shadow Funky Orc Shadow Funky Orc (Field 3)
Shadow Reggae Orc
Shadow Reggae Orc (Field 3, Field 4)
Shadow Fire Golem Shadow Fire Golem (Field 2, Field 4)

Abyss Town - Platonia Shadow Daily

Hunt
Location
Level 345 Required
Requested Item
Shadow Drop
Monsters:
Shadow Channa
Shadow Channa (Field 4)
Shadow Ghost Diver Shadow Ghost Diver (Field 1, Field 4)
πŸŒ‘

What is Shadow World?

An advanced quest system available at level 180+ featuring shadow versions of familiar monsters with enhanced stats and unique rewards across 12 different locations.

πŸ‘οΈ

Mind's Eye Required

Essential skill obtained from Eclipse NPC that allows you to see and interact with shadow entities throughout the game world.

🎯

51 Shadow Quests

Complete progression system spanning levels 180-250+ with location-specific NPCs offering different quests based on your level and area.

How to Navigate This Guide

Understanding Shadow World Tabs

Eclipse Tab

Essential Prerequisites

  • Complete Mind's Eye quest walkthrough
  • Required items and NPC locations
  • Step-by-step instructions
  • Unlock the entire Shadow World system

Quest Tracker

Progress Monitoring

  • Track all 51 shadow quests simultaneously
  • Visual progress indicators
  • Completion status for each location
  • Organized by difficulty and level

Location Tabs

Detailed Area Guides

  • Monster stats and locations
  • Quest requirements and rewards
  • NPC locations and dialogue
  • Level recommendations and tips

Essential Tips & Strategies

πŸ‘οΈ

Mind's Eye Active

Always keep Mind's Eye skill active. Without it, you cannot see shadow NPCs or monsters anywhere in the game world.

🐾

Guardian Required

Keep your Guardian active during all shadow activities. It's required for accessing Shadow World content.

πŸ“Š

Use Quest Tracker

Monitor your progress across all 12 locations simultaneously using the Quest Tracker tab for efficient completion.

βš”οΈ

Shadow Monsters Stronger

Shadow monsters have enhanced stats compared to regular versions. Prepare with better equipment and consumables.

πŸ—ΊοΈ

Level Progression Matters

Complete quests in order for optimal experience gain. Don't attempt areas too early or too late for your level.

🎯

Location-Specific NPCs

Each area has its own Shaman Girl Jia offering different quests based on your level and the specific location.

Eclipse - Another View for the World

Complete guide to obtaining Mind's Eye skill and accessing Shadow World

⭐
Level Required
180+
🎯
Quest Type
One-Time
πŸ‘οΈ
Reward
Mind's Eye Skill
πŸ“‹

Prerequisites

Character Level
Minimum Level 180+ required (Eclipse's Message auto-received)
Guardian
Hatched from Poseidon Seed
πŸ“

Eclipse NPC Location

Location: Garden of Skill Master

Eclipse is the essential NPC who grants the Mind's Eye skill. This skill allows you to see and interact with Shadow NPCs and monsters throughout the game world.

πŸŽ’

Required Items

P. Anemone Card
From Popeyed Anemone (Lv. 105)
Dimensional Key
πŸ“

Step-by-Step Guide

1
Prepare Prerequisites
Make sure you have reached Level 180 and hatched a Guardian from Poseidon Seed.
Check these guides if needed: Soul Seed and Soul Guardian
2
Gather Required Items
P. Anemone Card - From Popeyed Anemone (Lv. 105)
Dimensional Key - From Eclipse - Aid from Eclipse quest
3
Complete Eclipse Quest
Visit Eclipse in Garden of Skill Master and complete the quest to receive the Mind's Eye skill.
4
Start Shadow World Quests
With Mind's Eye active, you can now see and interact with Shaman Girl Jia in various towns to begin Shadow World quests.
⚠️

Important Notes

  • Eclipse quest is a one-time only quest
  • No Base or TM Experience is gained from this quest
  • Mind's Eye skill is required for all Shadow World activities
  • Keep your Guardian active when doing Shadow World quests

Quest Tracker

Total Progress: 0/40
Completion: 0%

Coral Beach

Desert Beach

Megalopolis

Caballa Relics

Oops Wharf

Ghost Blue

Rose Garden

Black Swamp

Snow Hill

Techichi Volcano

Tapasco Volcano

Abyss

Dark Spirit Punishment 1 - Coral Beach

Quest Details

#1
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Coral Beach Location


Coral Town - Blooming Cora

Requirement:
Mind's Eye


Level 180+, Mind's Eye skill active

Shadow Torobbie

Lv. 324
Player Level: 180-183
Kill Count: 3 monsters
Time Limit: 15 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Bad Fury

Lv. 327
Player Level: 184-187
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 188-191
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 192-195
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Addax

Lv. 349
Player Level: 196+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 2 - Desert Beach

Quest Details

#2
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Desert Beach Location


Beach Town - Paradise

Requirement:
Desert Beach Location


Level 195+, Mind's Eye skill active

Shadow Fanta Slime
Player Level: 195-198
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Shadow Hula Octopus
Player Level: 199-202
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 203-205
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Oran G

Lv. 362
Player Level: 206-209
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Shadow Basic Mummy
Player Level: 210+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 3 - Megalopolis

Quest Details

#3
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Megalopolis Location


Megalopolis Square

Requirement:
Mind's Eye


Level 210+, Mind's Eye skill active

Shadow Yamu

Lv. 378
Player Level: 210-213
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Pochi

Lv. 380
Player Level: 213-217
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Sppo

Lv. 388
Player Level: 218-221
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 222-225
Location: Southwest Forest
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Turvy

Lv. 396
Player Level: 226+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 4 - Caballa Relics

Quest Details

#4
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Caballa Relics Location


Relics Town - Azteca

Requirement:
Mind's Eye


Level 225+, Mind's Eye skill active

Player Level: 225-228
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 229-232
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Mimic

Lv. 411
Player Level: 233-236
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Guiana

Lv. 416
Player Level: 237-240
Location: Caballa Relics Dungeon 1 and 2
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Lima

Lv. 419
Player Level: 241+
Location: Caballa Relics Dungeon 1, 2, 3, and 4
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 5 - Oops Wharf/Mermaid Palace

Quest Details

#5
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Oops Wharf Location


Oops Wharf

Requirement:
Mind's Eye


Level 240+, Mind's Eye skill active

Player Level: 240-243
Location: Path to Oops Wharf
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Requi

Lv. 434
Player Level: 244-247
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 248-251
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 252+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 252+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 6 - Ghost Blue

Quest Details

#7
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Ghost Blue Location


Ghost Blue Seabed Town - Aquarius

Requirement:
Mind's Eye


Level 255+, Mind's Eye skill active

Player Level: 255-258
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 259-262
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Monguse

Lv. 467
Player Level: 263-266
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Merrow

Lv. 473
Player Level: 267-270
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Shadow Nora Joe

Lv. 481
Player Level: 271+
Location: Nora Sewer
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Dark Spirit Punishment 7 - Rose Garden

Quest Details

#7
NPC:
Shaman Girl Jia

Shaman Girl Jia

Location:
Rose Garden Location


Event Garden - Ceremonia

Requirement:
Mind's Eye


Level 270+, Mind's Eye skill active

Player Level: 270-273
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 274-277
Kill Count: 3 monsters
Time Limit: 12 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 278-281
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 282-285
Kill Count: 3 monsters
Time Limit: 11 minutes
Reward: 100k Galder Check + Major Cora Box
Player Level: 286+
Kill Count: 3 monsters
Time Limit: 10 minutes
Reward: 100k Galder Check + Major Cora Box

Monkey T Grass Quests Overview

Daily collection quests that grant shards for Harkon Defense Custom Exchanges or Cora Coupons. Each location requires 10 specific grasses with location-based level requirements.

🌿

How It Works

Collect 10 of the required grass for the selected location and report back to Monkey T to receive your reward.

🎁

Rewards

50% chance to receive shards and 50% chance to receive Cora Coupons. Some locations grant fewer shards for balancing purposes.

🧭

Where To Start

Use the tabs to pick a location. Requirements scale from level 12 up to 290 across multiple areas.

Harkon Defense Custom Exchanges

Exchange shards earned from Monkey T to obtain Compound Stones previously only available via MyShop.

Go to Harkon Shard Compound Exchange

Quick Access

Quest Tracker

Total Progress:0/14
Completion:0%

Coral Beach

Desert Beach

Megalopolis

Oops Wharf

Mermaid Palace

Mirage Island

Ghost Blue

Rose Garden

Black Swamp

Underground Dev Room

Snow Hill

Techichi

Tapasco

Abyss

Monkey T β€” FAQ

Answers to the most common questions about Grass Quests and their rewards.

What changed from TM focus to shards?

Monkey T quests used to focus on TM. On CoraTO, they also grant shards used in the Harkon Defense Custom Exchanges, alongside a parallel chance of Cora Coupons.

How many items do I need to collect?

Each daily requires 10 pieces of grass. The type depends on the location.

What are the rewards?

Rewards follow a 50% rule: shards (amount varies by location and some grant fewer) or Cora Coupons.

How do I use shards?

Exchange shards in the Harkon Defense Custom Exchanges to obtain Compound Stones that were previously exclusive to MyShop.

Open Harkon Exchange

Where do I start?

Use Overview’s Quick Access to open Coral Beach or Techichi, or go to the Monkey T tab and select a location using the nested tabs.

Does the tracker progress persist?

The Quest Tracker stores your selections locally in your browser. Use β€œReset All Progress” to clear.

If you do not like the quest tracker here, then you may like the other version we have here, which tracks all the custom dailies in the server.

About Monkey T's Grass Quests

Monkey T's Grass Quests are custom daily missions that reward shards for Harkon Defense Custom Exchanges and offer a parallel chance at Cora Coupons. Each quest requires 10 pieces of a specific grass based on location.

Collect 10 of the required grass in the chosen location and report to Monkey T to claim your reward. Requirements scale from early areas like Coral Beach to late-game zones such as Techichi, Tapasco, and Abyss.

Monkey T To start or report, talk to Monkey T in the appropriate area after gathering the required grasses.
Rewards follow a 50% distribution: half the time you receive shards (amount varies by location) and half the time you receive Cora Coupons. Some locations like Coral Beach, Dev Room, and Abyss grant fewer shards.
Originally focused on TM experience, these quests on CoraTO now emphasize shard rewards and coupon chances. Plan your daily route around shard types you need instead of TM grinding.

Use the nested tabs below to navigate each location and see item requirements, level gates, and shard rewards.

Coral Beach Grass Daily

Hunt
Location
Coral Beach Field 3 - Sunny Beach Coral Beach Field 3 β€” Sunny Beach
Level 12 Required
Requested Item
Panacea Herb 10x Panacea Herb
Grass
Shard Reward
Gorgon Shard 2x Gorgon Shard
Monsters:
Clione Clione (Field 3)

Desert Beach Grass Daily

Hunt
Location
Desert Beach Field 1 - Delta Island Desert Beach Field 1 β€” Delta Island
Level 20 Required
Requested Item
Iron Grass 10x Iron Grass
Grass
Shard Reward
Gorgon Shard 3x Gorgon Shard
Monsters:
Shell Trap Shell Trap (Field 1)

Megalopolis Grass Daily

Hunt
Location
Southwest Forest Southwest Forest
Level 30 Required
Requested Item
Energy Grass 10x Energy Grass
Grass
Shard Reward
Gorgon Shard 3x Gorgon Shard
Monsters:
Forest Tickler Forest Tickler (Southwest Forest)

Oops Wharf Grass Daily

Hunt
Location
Wharf Field 1 - Haunted Town Wharf Field 1 β€” Haunted Town
Level 60 Required
Requested Item
Eternal Life Grass 10x Eternal Life Grass
Grass
Shard Reward
Charybdis Shard 3x Charybdis Shard
Monsters:
Quiem Quiem (Oops Field 1, Field 3)

Mermaid Palace Grass Daily

Hunt
Location
Mermaid Palace Field 2 - Seaweeds Square Mermaid Palace Field 2 β€” Seaweeds Square
Level 75 Required
Requested Item
Eternal Glamor Grass 10x Eternal Glamor Grass
Grass
Shard Reward
Charybdis Shard 3x Charybdis Shard
Monsters:
Mermaid Little Mermaid Little (Mermaid Field 1, Field 2)

Mirage Island Grass Daily

LIMITED Hunt
Location
Mirage Island Field 1 - Alteo Mirage Island Field 1 β€” Alteo
Level 80 Required
Requested Item
Panacea 10x Panacea
Grass
Shard Reward
Charybdis Shard 3x Charybdis Shard
Monsters:
WerepotWerepot (Mirage Field 1)
FabilsagFabilsag (Mirage Field 1)
Fabilsag GFabilsag G (Mirage Field 1)
ChickensaurusChickensaurus (Mirage Field 2)
Dark HollowDark Hollow (Mirage Field 2, Dungeon 2)
Ancient ChimuAncient Chimu (Mirage Field 5, Field 7)

Ghost Blue Grass Daily

Hunt
Location
Seabed Field 2 - East Seabed Field 2 β€” East
Level 95 Required
Requested Item
Eternal Vigor Grass 10x Eternal Vigor Grass
Grass
Shard Reward
Charybdis Shard 3x Charybdis Shard
Monsters:
Cora Pyupyu Cora Pyupyu (Field 2, Field 3)

Rose Garden Grass Daily

Hunt
Location
Rose Field 2 - Maze of Black Rose Rose Field 2 β€” Maze of Black Rose
Level 120 Required
Requested Item
Eternal Charm Grass 10x Eternal Charm Grass
Grass
Shard Reward
Scylla Shard 3x Scylla Shard
Monsters:
Beast Vincento Beast Vincento (Field 4)

Black Swamp Grass Daily

Hunt
Location
Swamp Field 3 - Maze of Forest Swamp Field 3 β€” Maze of Forest
Level 140 Required
Requested Item
Eternal Clarity Grass 10x Eternal Clarity Grass
Grass
Shard Reward
Scylla Shard 3x Scylla Shard
Monsters:
Monkya Monkya (Field 3)

Underground Dev Room Grass Daily

LIMITED Hunt
Location
Underground Dev Room β€” Underground Passage 3 Underground Dev Room β€” Underground Passage 3
Level 150 Required
Requested Item
Eternal Youth Grass 10x Eternal Youth Grass
Grass
Shard Reward
Scylla Shard 1x Scylla Shard
Monsters:
Spiteful Developer Spirit Spiteful Developer Spirit (Dev Room areas)

Snow Hill Grass Daily

Hunt
Location
Snow Field 3 - Stairway of Snowflake Snow Field 3 β€” Stairway of Snowflake
Level 160 Required
Requested Item
Eternal Ice Grass 10x Eternal Ice Grass
Grass
Shard Reward
Hecate Shard 3x Hecate Shard
Monsters:
Yeti Yeti (Field 3)

Techichi Grass Daily

Hunt
Location
Techichi Field 3 Techichi Field 3
Level 200 Required
Requested Item
Eternal Fire Grass 10x Eternal Fire Grass
Grass
Shard Reward
Hecate Shard 3x Hecate Shard
Monsters:
Ponchichi Ponchichi (Field 2, Field 3)

Tapasco Grass Daily

Hunt
Location
Tapasco Field 2 - Rhythm of Hammer Tapasco Field 2 β€” Rhythm of Hammer
Level 270 Required
Requested Item
Eternal Veneration Grass 10x Eternal Veneration Grass
Grass
Shard Reward
Hecate Shard 3x Hecate Shard
Monsters:
Fire Moth Fire Moth (Field 1, Field 2)

Abyss Grass Daily

Hunt
Location
Abyss Field 1 - The Valley Mouth Abyss Field 1 β€” The Valley Mouth
Level 290 Required
Requested Item
Eternal Bestial Grass 10x Eternal Bestial Grass
Grass
Shard Reward
Chronos Shard 1x Chronos Shard
Monsters:
Ghost Diver Ghost Diver (Field 1, Field 4)