diff options
-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 | ||||
-rw-r--r-- | npc/003-3/malindou.txt | 1 |
4 files changed, 6 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 diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 4b3f408ca..fa542ef3f 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -372,6 +372,7 @@ OnInit: htput($@CONTRIBUTORS, "dragonstar", 26); htput($@CONTRIBUTORS, "demure", 24); htput($@CONTRIBUTORS, "aisen", 8); + htput($@CONTRIBUTORS, "lilanna", 7); htput($@CONTRIBUTORS, "maisquestce",5); htput($@CONTRIBUTORS, "john h", 2); htput($@CONTRIBUTORS, "krists", 2); |