summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-09 16:06:37 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-09 16:06:37 -0300
commitaf99810db8a24e6ea7268ff85255084ddc8bcea4 (patch)
treebce8f02807bf82fa828958455b90c1a2a2d3101d /db
parentf4dc3442277f6a99f61c399149df4f151a091e91 (diff)
downloadserverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.gz
serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.bz2
serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.tar.xz
serverdata-af99810db8a24e6ea7268ff85255084ddc8bcea4.zip
Add Bee Hives and Bee Keeper Hat
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf18
-rw-r--r--db/re/mob_db.conf41
-rw-r--r--db/re/mob_skill_db.conf15
3 files changed, 72 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index c2ff9bd1f..a2196ae3b 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -11147,6 +11147,24 @@ item_db: (
bonus bDef2, 3;
">
},
+{
+ Id: 3029
+ AegisName: "BeeKeeperHat"
+ Name: "Bee Keeper Hat"
+ Type: "IT_ARMOR"
+ Buy: 16000
+ Sell: 1000
+ Weight: 30
+ Def: 9
+ Loc: "EQP_HEAD_TOP"
+ EquipLv: 35
+ Refine: false
+ Script: <"
+ bonus bMaxHP,150;
+ bonus bDef2, 3;
+ bonus3 bAddClassDropItem, Bee, Honey, 2;
+ ">
+},
// Neck Armor
{
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index 707e4245a..952debf1a 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -587,7 +587,7 @@ mob_db: (
},
// 1013 is free
// 1014 is free
-// mob ids which is free: 1013, 1014, 1019, 1020
+// mob ids which is free: 1013, 1014
// is free: 1046, 1047, 1048
// is free: 1057, 1059 (small/big mineral bif)
// Chests/Mimics: 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166,
@@ -1900,7 +1900,42 @@ mob_db: (
DarkCrystal: 15
}
},
-// 1046~1048 is free
+// 1046 is free
+{
+ Id: 1047
+ SpriteName: "BeeHive"
+ Name: "Bee Hive"
+ Lv: 1
+ Hp: 30
+ Sp: 1
+ Exp: 1
+ AttackRange: 1
+ Attack: [0, 0]
+ Def: 0
+ Mdef: 0
+ Stats: {
+ Str: 0
+ Agi: 0
+ Vit: 0
+ Int: 0
+ Dex: 0
+ Luk: 0
+ }
+ ViewRange: 0
+ ChaseRange: 12
+ Race: 2
+ Element: (2, 1)
+ Mode: {
+ CanMove: false
+ CanAttack:false
+ }
+ Drops: {
+ Honey: 400
+ Honey: 200
+ Honey: 100
+ }
+},
+// 1048 is free
{
Id: 1049
SpriteName: "BhopFluffy"
@@ -2506,6 +2541,7 @@ mob_db: (
Dex: 60
Luk: 5
}
+ ViewRange: 12
ChaseRange: 12
Race: 2
Element: (4, 1)
@@ -2522,6 +2558,7 @@ mob_db: (
DamageMotion: 480
Drops: {
BugLeg: 500
+ Honey: 15
Topaz: 1
}
},
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 0263be22b..98751b633 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -795,6 +795,21 @@ SKILL_COND2 = {
}
/**********************************************************************/
+ BeeHive: {
+ NPC_SUMMONSLAVE: {
+ SkillState: "MSS_ANY"
+ SkillLevel: 8
+ Rate: 10000
+ CastTime: 0
+ Delay: 20000
+ SkillTarget: "MST_SELF"
+ CastCondition: "MSC_SLAVELE"
+ ConditionData: 6
+ val0: 1065
+ }
+ }
+
+ /**********************************************************************/
AlphaMouboo: {
NPC_SUMMONSLAVE: {
SkillState: "MSS_ANY"