diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-26 06:59:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-26 06:59:52 -0300 |
commit | c6ccf6d9bed0d57a99c958d1e64347b2a1e70eba (patch) | |
tree | 7b874430e4c393ceaad716ba8671a0a81fa62dcd /db | |
parent | 92a7fb43ede0555d455cb9a09df36f47faeae1d4 (diff) | |
download | serverdata-items.tar.gz serverdata-items.tar.bz2 serverdata-items.tar.xz serverdata-items.zip |
Final cleanup. This only includes items.items
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 12 | ||||
-rw-r--r-- | db/re/mob_db.conf | 4 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 3 |
3 files changed, 4 insertions, 15 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 161ef7a5..9c8dc0f4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1247,9 +1247,6 @@ item_db: ( Buy: 5000 Sell: 325 Weight: 250 - Refine: false - ViewSprite: 609 - BindOnEquip: false Delay: 100 UseEffect: "EFFECT_HEAL" Script: <" @@ -1282,11 +1279,10 @@ item_db: ( Buy: 200 Sell: 35 Weight: 3 - Refine: false Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { - monster(.@map$, .@x, .@y, l("Clover Patch"), CloverPatch, 1); + monster(.@map$, .@x, .@y, strmobinfo(1, CloverPatch), CloverPatch, 1); } "> }, @@ -1298,11 +1294,10 @@ item_db: ( Buy: 500 Sell: 150 Weight: 4 - Refine: false Delay: 500 Script: <" if (!getmapxy(.@map$, .@x, .@y, 0)) { - .@mob=callfunc("any", YellowRose, BlueRose, RedRose); + .@mob=callfunc("any", YellowRose, BlueRose, RedRose); monster(.@map$, .@x, .@y, strmobinfo(1, .@mob), .@mob, 1); } "> @@ -2027,9 +2022,6 @@ item_db: ( Buy: 100000 Sell: 12500 Weight: 25 - Refine: false - ViewSprite: 757 - BindOnEquip: false }, { Id: 800 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ea6b137f..7e5572da 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2632,7 +2632,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { - BottleOfWater: 250 + BottleOfWater: 250 CoinBag: 500 Dagger: 90 BanditTrousers: 1 @@ -2677,7 +2677,7 @@ mob_db: ( AttackMotion: 672 DamageMotion: 900 Drops: { - EmptyBottle: 500 + EmptyBottle: 500 CoinBag: 500 TrainingArrow: 5000 TrainingArrow: 1000 diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index d47f52d3..f71b7c63 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -224,7 +224,6 @@ mob_skill_db:( Rate: 10000 SkillTarget: "MST_SELF" CastCondition: "MSC_ALWAYS" - ConditionData: 2 val0: 1025 } } @@ -273,7 +272,6 @@ mob_skill_db:( Rate: 10000 SkillTarget: "MST_SELF" CastCondition: "MSC_ALWAYS" - ConditionData: 5 val0: 1058 } } @@ -384,7 +382,6 @@ mob_skill_db:( Cancelable: true SkillTarget: "MST_TARGET" CastCondition: "MSC_ALWAYS" - ConditionData: 2 } } /**********************************************************************/ |