diff options
author | tux9th <mr.x@aon.at> | 2013-08-30 18:47:38 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-02 23:11:26 +0200 |
commit | d951f8d36752830872c73970c57d0aa86ad5199a (patch) | |
tree | f341e900917eb866df443b0383cf22b89852a0fc /world/map/db | |
parent | 41babcda744f8d68de6c9d51e9b06dad77c3af4b (diff) | |
download | serverdata-d951f8d36752830872c73970c57d0aa86ad5199a.tar.gz serverdata-d951f8d36752830872c73970c57d0aa86ad5199a.tar.bz2 serverdata-d951f8d36752830872c73970c57d0aa86ad5199a.tar.xz serverdata-d951f8d36752830872c73970c57d0aa86ad5199a.zip |
Dark Magic:
* Adding Dark Magic Skill.
* Adding spells made by MisterGrey.
* Balancing MrGrey's spells.
* Adding an AoE spell.
* nerfed light magic for Dark Mages.
* Dark Magic spells are queststate dependend.
* Commented out spells which will be released at a later date.
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 2 | ||||
-rw-r--r-- | world/map/db/skill_db.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index cc604257..657f5130 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -350,6 +350,7 @@ sfx_magic_war 4 sfx_magic_transmute 5 sfx_magic_nature 6 sfx_magic_astral 7 +sfx_magic_dark 8 // Special effects, interactive objects and emotion effects from client-data/effects.xml. FX_LEVELUP 0 @@ -500,6 +501,7 @@ SKILL_MAGIC_WAR 342 SKILL_MAGIC_TRANSMUTE 343 SKILL_MAGIC_NATURE 344 SKILL_MAGIC_ASTRAL 345 +SKILL_MAGIC_DARK 346 // Flags for the magic quests. MFLAG_DRANK_POTION 1 // Character drank at least one magic potion as prerequisite for the Mana Seed quest. diff --git a/world/map/db/skill_db.txt b/world/map/db/skill_db.txt index fe33d293..2496e25f 100644 --- a/world/map/db/skill_db.txt +++ b/world/map/db/skill_db.txt @@ -26,6 +26,7 @@ 343, 0, 0, 0, 0, 0, 0, 5, 0, no, 0, 0, 0, magic, 0, no, none, Transmutation_Magic//TMW_MAGIC_TRANSMUTE 344, 0, 0, 0, 0, 0, 0, 5, 0, no, 0, 0, 0, magic, 0, no, none, Nature_Magic//TMW_MAGIC_NATURE 345, 0, 0, 0, 0, 0, 0, 5, 0, no, 0, 0, 0, magic, 0, no, none, Astral_Magic//TMW_MAGIC_ASTRAL +346, 0, 0, 0, 0, 0, 0, 5, 0, no, 0, 0, 0, magic, 0, no, none, Dark_Magic//TMW_MAGIC_DARK 350, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, weapon, 0, passive,agi, Brawling //TMW_BRAWLING 351, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, weapon, 0, passive,luk, Lucky_Counter //TMW_LUCKY_COUNTER 352, 0, 0, 0, 0, 0, 9, 10, 0, no, 0, 0, 0, none, 0, passive,agi, Speed //TMW_SPEED |