diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:03:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 17:03:00 -0300 |
commit | 635096d438207113f8f30b273ea32ac99e756f24 (patch) | |
tree | aeadb793f4f670ff2d98f5a8542d2eed6b3b5045 /db | |
parent | af3e084c2636e997fdc9aa157b62a10cf0669a21 (diff) | |
download | serverdata-635096d438207113f8f30b273ea32ac99e756f24.tar.gz serverdata-635096d438207113f8f30b273ea32ac99e756f24.tar.bz2 serverdata-635096d438207113f8f30b273ea32ac99e756f24.tar.xz serverdata-635096d438207113f8f30b273ea32ac99e756f24.zip |
Minor fixes and add a couple NPCs
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 2 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | db/re/skill_db.conf | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/db/constants.conf b/db/constants.conf index 026b17ca0..d478bd498 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4032,6 +4032,8 @@ constants_db: { NPC_THORN_NPC: 191 // NPC_THORNS is for Dungeon NPC_GOLDPOT: 192 NPC_SAGRATHA: 193 + NPC_BLUESAGEWORKER_MA: 194 + NPC_BLUESAGEWORKER_FA: 195 // LoF Non Animated NPCs NPC_FORTIUN: 200 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a1d49a95f..0c80211f8 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8413,7 +8413,7 @@ mob_db: ( } }, { - Id: 1220 + Id: 1221 SpriteName: "PsiConscience" Name: "Psi Conscience" Lv: 120 diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf index ecc771e60..9f493d22a 100644 --- a/db/re/skill_db.conf +++ b/db/re/skill_db.conf @@ -38371,9 +38371,9 @@ skill_db: ( InterruptCast: true CastTime: 3000 AfterCastActDelay: 100 - SkillData2: 3000 + SkillData2: 9000 CoolDown: 1000 - FixedCastTime: -1 + //FixedCastTime: -1 TargetMiscEffect: "EFFECT_PROVOKE" Requirements: { SPCost: 14 |