From 5f8edc6c450ddc44b9a16dbbb9d5910b51cc3a62 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sun, 22 Nov 2015 17:57:54 +0800 Subject: ItemDB Update: - Added official item effect of 'Gold Pill 1' and 'Gold Pill 2'. - Update SC_ACARAJE flag in sc_config.txt. Ref: http://www.divine-pride.net/database/item/12274, http://www.divine-pride.net/database/item/12275 --- db/re/item_db.conf | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5596edd58..6620ba919 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -80085,17 +80085,14 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true - nocart: true nostorage: true - nogstorage: true + nocart: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } - Script: <" - sc_start SC_INCMHPRATE,36000000,5; - percentheal 10,0; - "> + Script: <" sc_start2 SC_ATKER_ASPD,3600000,5,10; "> }, { Id: 12275 @@ -80107,17 +80104,14 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true - nocart: true nostorage: true - nogstorage: true + nocart: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } - Script: <" - sc_start SC_INCMSPRATE,36000000,5; - percentheal 0,10; - "> + Script: <" sc_start2 SC_ATKER_MOVESPEED,3600000,5,10; "> }, { Id: 12276 -- cgit v1.2.3-70-g09d2