diff options
author | Fate <fate-tmw@googlemail.com> | 2008-11-30 16:39:49 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2008-11-30 16:39:49 -0700 |
commit | 98860f7aa06060e6c6b59efeb3414b3bec67695a (patch) | |
tree | 5c324c55069abd6d43f4f737f9e7168056d1c436 /db/magic_const.txt | |
parent | 2b67987792ba5cf7057df4b41056f5b689c63251 (diff) | |
download | serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.gz serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.bz2 serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.tar.xz serverdata-98860f7aa06060e6c6b59efeb3414b3bec67695a.zip |
Added magic constants and Auldsbel the wizard (tested except for the mana seed part, still needs the magic quests)
Diffstat (limited to 'db/magic_const.txt')
-rw-r--r-- | db/magic_const.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/db/magic_const.txt b/db/magic_const.txt new file mode 100644 index 00000000..791c446e --- /dev/null +++ b/db/magic_const.txt @@ -0,0 +1,17 @@ +SKILL_MAGIC 340 +SKILL_MAGIC_LIFE 341 +SKILL_MAGIC_WAR 342 +SKILL_MAGIC_TRANSMUTE 343 +SKILL_MAGIC_NATURE 344 +SKILL_MAGIC_ASTRAL 345 + +// Flags for the magic quests +MFLAG_DRANK_POTION 1 // Character drank at least one magic potion as prerequisite for the mana seed quest +MFLAG_KNOWS_MANASEED 2 // Character has found the Mana Seed +MFLAG_TOUCHED_MANASEED 4 // Character has touched the Mana Seed +MFLAG_MANASEED_MAXEDOUT 8 // Character has touched the Mana Seed while maxed out on magic + +MFLAG_KNOWS_AULDSBEL 16 // Character has met Auldsbel +MFLAG_KNOWS_WYARA 32 // Character has met Wyara +MFLAG_KNOWS_SAGATHA 64 // Character has met Sagatha +MFLAG_KNOWS_MANAPOTION 128 // Has heard about the mana potion |