diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_nocast_db.txt | 16 |
2 files changed, 11 insertions, 8 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 46945588a..dc6e134f3 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -5,6 +5,9 @@ Ayathoya items == Added but no effect ( all are "ect" itens) Skill databases == celest working on them i believe. +12/5 * Edited skill_nocast_db - the skills should be useable outside GvG maps even + if woe is on [celest] + 12/3 * corrected Spider Web's maximum level [celest] * Removed Soul Drain from Professor's skill tree [celest] * Updated Stunner's job - Acolytes and monks should be able to use it too! [celest] diff --git a/db/skill_nocast_db.txt b/db/skill_nocast_db.txt index 158cfbe3b..5669d9235 100644 --- a/db/skill_nocast_db.txt +++ b/db/skill_nocast_db.txt @@ -7,11 +7,11 @@ // 8 - Cannot be used when WoE is on // 16 - Cannot be used in PK Mode maps // Example: 8,6 = Endure cannot be used in PvP and GvG maps (2+4) -8,12 -26,12 -27,12 -87,12 -150,12 -214,12 -361,12 -362,12
\ No newline at end of file +8,4 //SM_ENDURE +26,4 //AL_TELEPORT +27,4 //AL_WARP +87,4 //WZ_ICEWALL +150,4 //TF_BACKSLIDING +214,4 //RG_RAID +361,4 //HP_ASSUMPTIO +362,4 //HP_BASILICA
\ No newline at end of file |