diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-24 15:35:45 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-24 15:35:45 +0000 |
commit | f10165d86c7697b90a1edb3c4b99844ed47cb39f (patch) | |
tree | c59434e3aa927014a6120a84ba6ba57e6694d8ab /db | |
parent | 44b83f57bd879d852d7d5c41214a5bc41a5358f8 (diff) | |
download | serverdata-f10165d86c7697b90a1edb3c4b99844ed47cb39f.tar.gz serverdata-f10165d86c7697b90a1edb3c4b99844ed47cb39f.tar.bz2 serverdata-f10165d86c7697b90a1edb3c4b99844ed47cb39f.tar.xz serverdata-f10165d86c7697b90a1edb3c4b99844ed47cb39f.zip |
Added magic level 3 quests for Aulsbel and Elanore. Also added appropriate quest items and extended magic debug functionality as needed.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 2 | ||||
-rw-r--r-- | db/item_db.txt | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index b3895c97..3bdcb3b4 100644 --- a/db/const.txt +++ b/db/const.txt @@ -203,3 +203,5 @@ MFLAG_KNOWS_DRUIDTREE 2048 // Knows about the druid tree quest MFLAG_KNOWS_IMP 4096 // Knows about the imprisoned forest spirit MFLAG_KNOWS_OLD_WIZARD 8192 // Knows Bjorn's old wizard +MFLAG_MADE_CONC_POTION 16384 // Made a concentration potion with T15 and/or T16 +MFLAG_ELANORE_OMAR 32768 // Told Omar about Elanore's involvement diff --git a/db/item_db.txt b/db/item_db.txt index ea5a1cec..ea66cae6 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -227,6 +227,9 @@ 743,Acorn,Acorn,0,50,10,1,,,,,,2,,,0,,{ itemheal 3,0; },{}, 744,DilutedConcentrationPotion,Diluted Concentration Potion,0,250,100,10,,,,,,2,,,0,,{ sc_start 37,30, 20; },{} 745,DarkConcentrationPotion,Dark Concentration Potion,0,50,25,10,,,,,,2,,,0,,{ sc_start 37,10, 40; sc_start sc_poison, 1, 50;},{} +746,MopoxCurePotion,Mopox Cure Potion,3,0,0,5,,,,,,2,,,,,{},{},, +747,LacedChocolateCake,Laced Chocolate Cake,0,550,125,10,,,,,,2,,,0,,{ itemheal 11,0; },{}, +748,LacedOrangeCupcake,Laced Orange Cupcake,0,90,45,5,,,,,,2,,,0,,{ itemheal 100,0; },{}, 1198,JackOSoul,Jack O Soul,3,100000,1,1,,,,,,,,,,,{},{},, 1199,Arrow,Arrow,10,3,1,1,25,0,0,,0,2,32768,,,,{},{},, 1200,Bow,Bow,4,1000,500,200,20,,5,,0,2,34,1,4,11,{},{},, |