diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-18 16:29:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-18 16:29:14 -0300 |
commit | 9e9eeda6fde8f99d9fd3c9e6e108957bb54d2df3 (patch) | |
tree | 40f2410f9b432e27928cd806cbafe93476a76e61 | |
parent | 8bf70d9919c7f82fd99d306607acffa72e103809 (diff) | |
download | serverdata-9e9eeda6fde8f99d9fd3c9e6e108957bb54d2df3.tar.gz serverdata-9e9eeda6fde8f99d9fd3c9e6e108957bb54d2df3.tar.bz2 serverdata-9e9eeda6fde8f99d9fd3c9e6e108957bb54d2df3.tar.xz serverdata-9e9eeda6fde8f99d9fd3c9e6e108957bb54d2df3.zip |
Make Monster King more interesting
-rw-r--r-- | db/mob_chat_db.txt | 6 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 23 |
2 files changed, 29 insertions, 0 deletions
diff --git a/db/mob_chat_db.txt b/db/mob_chat_db.txt index 75ec7400f..ad1bef86c 100644 --- a/db/mob_chat_db.txt +++ b/db/mob_chat_db.txt @@ -2,3 +2,9 @@ // // Structure of Database: // Line_ID,Color_Code,Dialog + +1,0x000000,Feed me cookies! +2,0x000000,Gimme gimme gimme! +3,0x000000,Weaklings, you are all a bunch of weaklings! +4,0x000000,You shall not resist! +5,0x000000,Come back here, coward weaklings! diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index c5bf48ae6..626e06591 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1008,6 +1008,27 @@ SKILL_COND2 = { /**********************************************************************/ MonsterKing: { + NPC_TALK: { + SkillState: "MSS_RUSH" + SkillLevel: 1 + Rate: 10000 + Delay: 600000 + Cancelable: true + SkillTarget: "MST_SELF" + CastCondition: "MSC_ALWAYS" + ChatMsgID: 5 + } + NPC_EMOTION: { + SkillState: "MSS_LOOT" + SkillLevel: 1 + Rate: 10000 + Delay: 180000 + Cancelable: false + SkillTarget: "MST_SELF" + CastCondition: "MSC_ALWAYS" + val0: 122 + ChatMsgID: 2 + } NPC_SUMMONSLAVE: { SkillState: "MSS_ANYTARGET" SkillLevel: 5 @@ -1062,6 +1083,7 @@ SKILL_COND2 = { Cancelable: true SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" + ChatMsgID: 4 } NPC_SUMMONSLAVE: { SkillState: "MSS_ANYTARGET" @@ -1095,6 +1117,7 @@ SKILL_COND2 = { SkillTarget: "MST_TARGET" CastCondition: "MSC_MYHPLTMAXRATE" ConditionData: 40 + ChatMsgID: 3 } } |