tmw-clientdata/settings.xml
Thorbjørn Lindeijer 92b617ec0c Add quest start and continue status effects
So far the effects referenced by quest XML have been regular effects,
but due to their persistence and on/off nature, using status effects
seems more fitting. Hence, the Mana client will interpret the "effect"
attribute of the "var/effect" elements as a status effect ID instead.
Fortunately the IDs used (45 and 46) were also still available as status
effect IDs.

Also, the quest indicators were implemented using sprites, but the Mana
client does not currently support adding sprites as a result of an
effect. Since this feature appears to be only used for the quest
markers, they have been implemented using a particle effect instead.

Part of mana/mana#62
2025-06-23 15:43:07 +02:00

16 lines
517 B
XML

<!--
This is the main world settings file for Mana client since version 0.7.
It defines all the settings, and can include additional XML files for this.
-->
<settings>
<include file="paths.xml" />
<include file="skills.xml" />
<include file="items.xml" />
<include file="monsters.xml" />
<include file="npcs.xml" />
<include file="quests.xml" />
<include file="emotes.xml" />
<include file="status-effects.xml" />
<include file="itemcolors.xml" />
<include file="units.xml" />
</settings>