Skip to content

EventMatching: Configuration

Part of EventMatching. This page covers the configuration and UI sections: achievements, timeline, root settings, filters, default images, content banners, and play guide.


Section: eventMatchingAchievements Operations: create, update, delete, upsert

Achievement entries displayed in the event matching mission list.

PropertyTypeSinceDescription
idintv92Achievement ID
minLevelintv92Minimum player level
maxLevelintv92Maximum player level
imagestringv92Achievement image asset
recommendboolv92Show in recommended list
completeAchievementintv92Prerequisite achievement ID
eventMatchingAchievements:
create:
- id: 9008
minLevel: 65
maxLevel: 70
image: "Image_Orders.5108"
recommend: true
completeAchievement: 9007
update:
- id: 9007
changes:
maxLevel: 65
delete:
- id: 9000

Section: eventMatchingTimeline Operations: create, delete

Schedule when events are available. Entries are grouped by day with time windows.

PropertyTypeSinceDescription
daystringv92Day of week or all
eventIdintv92Event ID to schedule
openTimeintv92Opening time (HHMM format, e.g., 1200)
closeTimeintv92Closing time (HHMM format, e.g., 2400)
eventMatchingTimeline:
create:
- day: all
eventId: 800021
openTime: 1200
closeTime: 2400
delete:
- day: all
eventId: 7005
openTime: 1700

Section: eventMatchingSettings Operations: update

Root configuration and singleton settings. All subsections are optional — only specify what you want to change.

PropertyTypeSinceDescription
beginLevelintv92Minimum level to access event matching
compensationReceivedCountResetTimestringv92Daily reset time (HHMM format)
PropertyTypeSinceDescription
targetItemLevelintv92Target item level for equipment guide
PropertyTypeSinceDescription
minLevelintv92Minimum level to show teleport
teleportContinentIdintv92Teleport destination continent
teleportPosdecimal[]v92Teleport coordinates [x, y, z]
PropertyTypeSinceDescription
minLevelintv92Minimum level
maxLevelintv92Maximum level
dungeonboolv92Show dungeon quest notices
battleFieldboolv92Show battlefield quest notices
eventMatchingSettings:
root:
beginLevel: 10
compensationReceivedCountResetTime: "0500"
equipmentGuide:
targetItemLevel: 412
reputationStoreTeleport:
minLevel: 55
teleportContinentId: 8002
teleportPos: [50000, 20000, 3000]
playGuideQuestNotice:
minLevel: 65
maxLevel: 70
dungeon: true
battleField: true

Section: eventMatchingFilters Operations: create, delete

UI filter entries for the event matching interface.

PropertyTypeSinceDescription
typestringv92Filter type category
indexintv92Filter index (used as key)
stringstringv92Filter display string
eventMatchingFilters:
create:
- type: complete
index: 5
string: "@EventMatching:9006"
delete:
- index: 2

Section: eventMatchingDefaultImages Operations: update

Default images displayed for event types when no specific image is set.

PropertyTypeSinceDescription
typestringv92Event type (e.g., dungeon, battleField)
imagestringv92Image asset path
eventMatchingDefaultImages:
update:
- type: dungeon
image: "Image_Orders.4010"

Section: eventMatchingContentBanner Operations: create, config

Banner event lists displayed in the content recommendation area, plus configuration for rotation timing.

PropertyTypeSinceDescription
minLevelintv92Minimum player level
maxLevelintv92Maximum player level
requiredItemLevelintv92Required item level
eventslistv92Banner event entries
PropertyTypeSinceDescription
idintv92Banner event ID
namestringv92Display name string
subCopystringv92Subtitle text string
typestringv92Action type (e.g., teleport)
valuestringv92Action value (e.g., continentId:x,y,z)
imagestringv92Banner image asset
PropertyTypeSinceDescription
switchTimeintv92Banner rotation interval in seconds
eventMatchingContentBanner:
config:
switchTime: 5
create:
- minLevel: 65
maxLevel: 70
requiredItemLevel: 446
events:
- id: 1
name: "@EventMatching:4011"
subCopy: "@EventMatching:4012"
type: teleport
value: "7031:21374,4837,6193"
image: "img://__Icon_System.PlayGuide_Banner_5"

Section: eventMatchingPlayGuide Operations: create (tips), update (links), delete (tips)

Play guide UI configuration including navigation links and tutorial tips.

Links are matched by uiName (unique key).

PropertyTypeSinceDescription
uiNamestringv92UI element name (key)
enableboolv92Show/hide the link
stringstringv92Display string
imagestringv92Link image asset
tooltipstringv92Tooltip string

Tips are matched by tutorialId (unique key).

PropertyTypeSinceDescription
tutorialIdintv92Tutorial ID
eventMatchingPlayGuide:
links:
update:
- uiName: EquipmentGuide
enable: false
tips:
create:
- tutorialId: 120
delete:
- tutorialId: 117