diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:54:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 16:54:57 -0200 |
commit | dcb574f74d46075edcea13d62d65fb6e874d5d49 (patch) | |
tree | fdf55ec478250f809d077e95495eff1afff00e30 /db | |
parent | da3877dcf804204b8b51d926fe191a3933ae6263 (diff) | |
download | serverdata-dcb574f74d46075edcea13d62d65fb6e874d5d49.tar.gz serverdata-dcb574f74d46075edcea13d62d65fb6e874d5d49.tar.bz2 serverdata-dcb574f74d46075edcea13d62d65fb6e874d5d49.tar.xz serverdata-dcb574f74d46075edcea13d62d65fb6e874d5d49.zip |
Add Milly quest, and stat the Plush Mouboo for that
@Saulc will probably get mad, so I added a debug block which instead of giving
the reward it'll heal you and give you a 30% attack speed buff for 10 minutes.
Which is not a bad reward, specially without Frostia, but then, not even DragonStar
have the Quest Log cleared (because Cindy's quest)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2eb6f862f..1bfdac0de 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5256,14 +5256,19 @@ item_db: ( AegisName: "PlushMouboo" Name: "Plush Mouboo" Type: "IT_ARMOR" - Buy: 7000 - Sell: 1800 - Weight: 450 - Def: 1 + Buy: 70000 + Sell: 0 + Weight: 50 Loc: "EQP_ACC_L" - EquipLv: 54 + EquipLv: 90 Refine: false ViewSprite: 1160 + Script: <" + bonus2 bSubRace,RC_Player,20; + bonus2 bCriticalAddRace,RC_Player,20; + bonus3 bSPDrainRate,10,5,1; + bonus bAspdRate,-15; + "> }, { Id: 1161 |