GGuideDex

Defeat Target

verified 2026-07-17 · MythFall quests

Defeat Target is one of Mythfall's Mission Board quest types: a single Elite enemy is spawned in a defined radius and must be defeated to complete the mission.

Defeat Target (internal template ID template_target) is a generic quest template used by Mythfall's Mission Board system rather than a fixed story quest. Its script spawns 1 Elite-type enemy within a 5-stud radius of a fixed spawn point, shows an in-game objective banner labeled "DefeatEnemy", waits for that 1 enemy to die, then completes the quest. Base reward: 100 XP; base level requirement: 0 (scales with the mission board's own formulas).

This is the single-target counterpart to Defeat Enemies (which requires killing 5 enemies from a larger spawned group). In the Kallos Island Mission Board configuration, this template underlies the "elite_target" mission category — see the Kallos Island Mission Board entity for the specific map areas where it spawns.

Details

TypeQuest (Mission Board - Defeat Target)
Base level requirement0
Base rewards100 XP
Enemies spawned1 Elite (radius 5 studs)
Completion condition1 enemy defeated
Objective labelDefeatEnemy
Related mission board categoryElite Target (see Kallos Island Mission Board)

How it works

1. targetspawn_mob — spawns 1 Elite-type enemy within a 5-stud radius of a fixed position near the player's spawn point.

2. The game shows the objective UI banner "DefeatEnemy".

3. enemy_died — waits for the spawned target to be defeated (amount: 1).

4. quest_completed — the mission is marked complete.

FAQ

What do you have to do in a Defeat Target mission board quest?

Defeat a single spawned Elite enemy within a small radius of the mission's marked location. The base reward is 100 XP.

How is Defeat Target different from Defeat Enemies?

Defeat Target spawns and requires killing just 1 Elite enemy; Defeat Enemies spawns a group and requires 5 kills.

Other quests

Source-checked

Extracted from Mythfall client data (quests.json quest-type templates + Kallos Island mission board configuration). updated · GuideDex staff. Report a correction.