From c0afd048169aa9d66c739ac548df05ed498a0a34 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Wed, 23 Dec 2015 14:41:23 +0800 Subject: Item Update: - Fix typo MOBID_GUARIDAN to MOBID_GUARDIAN - Added official item effect for Magic Candy. --- db/re/item_db.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c63e71bc5..b85203710 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -84462,18 +84462,23 @@ item_db: ( Id: 12596 AegisName: "Magic_Candy" Name: "Magic Candy" - Type: 11 + Type: 2 Buy: 0 Weight: 10 + Delay: 180000 Trade: { nodrop: true notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" + specialeffect2 EF_HASTEUP; + sc_start2 SC_MAGIC_CANDY, 60000, 30, 70; + "> }, { Id: 12597 @@ -116556,17 +116561,19 @@ item_db: ( Id: 16666 AegisName: "Magic_Candy_Box10" Name: "Magic Candy Box(10)" - Type: 2 + Type: 18 Buy: 20 + Weight: 10 Trade: { nodrop: true notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" getitem Magic_Candy, 10; "> }, { Id: 16673 -- cgit v1.2.3-70-g09d2