diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-14 10:47:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-14 10:47:31 -0300 |
commit | 8a504f979f6cef386ec2fc6241447f22322180ca (patch) | |
tree | 95cf5a8d82a0bbde88014b8d12c30677243e8968 /db/re | |
parent | 78f4e8e4c3e1c24b1fa47cce05c2d71d1cd76bc5 (diff) | |
download | serverdata-8a504f979f6cef386ec2fc6241447f22322180ca.tar.gz serverdata-8a504f979f6cef386ec2fc6241447f22322180ca.tar.bz2 serverdata-8a504f979f6cef386ec2fc6241447f22322180ca.tar.xz serverdata-8a504f979f6cef386ec2fc6241447f22322180ca.zip |
Rearrange Skill tree a little bit
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_tree.conf | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index a2d33ac44..3f4aea10a 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -27,19 +27,29 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Human: { skills: { + // Basic NV_BASIC: 0 WE_MALE: 0 WE_FEMALE: 0 + SN_SHARPSHOOTING: 0 + + // Magical AL_HEAL: 3 SM_PROVOKE: 5 - NV_TRICKDEAD: 0 - AL_DP: 10 + EVOL_MASS_PROVOKE: 10 + TMW2_ZARKOR: 3 + + // Magic Warrior MAGIC_WARRIOR: 0 + NV_TRICKDEAD: 0 + SM_BASH: 0 + + // Wizard Mage WIZARD_MAGE: 0 - SN_SHARPSHOOTING: 0 MG_FIREBALL: 0 - EVOL_MASS_PROVOKE: 10 - TMW2_ZARKOR: 3 + AL_DP: 10 + + // Unused WE_BABY: 0 WE_CALLPARENT: 0 WE_CALLBABY: 0 @@ -49,7 +59,6 @@ Human: { ALL_BUYING_STORE: 0 AM_CALLHOMUN: 0 KN_RIDING: 0 - SM_BASH: 0 TK_HIGHJUMP: 0 MG_THUNDERSTORM: 0 AS_CLOAKING: 0 |