From dcb574f74d46075edcea13d62d65fb6e874d5d49 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 24 Jan 2019 16:54:57 -0200 Subject: 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) --- db/re/item_db.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'db') 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 -- cgit v1.2.3-70-g09d2