diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:44:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-02 23:44:39 -0300 |
commit | cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf (patch) | |
tree | 558314fcbceb2fef0a7e9f6ef296ebb04791a675 | |
parent | fe370a4388d00999566b40e37a544b164397e195 (diff) | |
download | serverdata-cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf.tar.gz serverdata-cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf.tar.bz2 serverdata-cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf.tar.xz serverdata-cf50c34d1abbd063a5a24392850bd5e6e4ffdfbf.zip |
I'm still playing with files, but should be done soon
-rw-r--r-- | db/re/skill_db.conf | 3 | ||||
-rw-r--r-- | db/re/skill_tree.conf | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index d64f08bc1..dd146db09 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -1333,6 +1333,9 @@ skill_db: ( SkillType: { Friend: true } + SkillInfo: { + Quest: true + } AttackType: "Magic" Element: "Ele_Holy" DamageType: { diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf index 6603e28da..0850efb83 100644 --- a/db/re/skill_tree.conf +++ b/db/re/skill_tree.conf @@ -28,7 +28,7 @@ Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so Human: { skills: { NV_BASIC: 0 - AL_HEAL: 0 + AL_HEAL: 3 NV_TRICKDEAD: 0 WE_BABY: 0 WE_CALLPARENT: 0 |