From b4a5a9fc744074ff46a58b5fccfe4a218577385f Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Wed, 23 Dec 2015 18:05:19 +0800 Subject: Item Update: - Added official item effect for Mystic Powder. - Added Mystic Powder Box30 - Added effect for WOB_Amatsu - Added Songpyun_Box50 - White space adjustments --- db/const.txt | 1 + db/pre-re/item_db.conf | 14 +++++----- db/re/item_db.conf | 69 ++++++++++++++++++++++++++++++++++++++++++-------- 3 files changed, 67 insertions(+), 17 deletions(-) (limited to 'db') diff --git a/db/const.txt b/db/const.txt index 98883e9cc..cca14517f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -1348,6 +1348,7 @@ SC_ENERGY_DRINK_RESERCH 637 SC_MAGIC_CANDY 638 SC_M_LIFEPOTION 639 SC_G_LIFEPOTION 640 +SC_MYSTICPOWDER 641 e_gasp 0 e_what 1 diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 8d4c99379..e836d55fe 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69972,10 +69972,10 @@ item_db: ( noauction: true } Script: <" - getitem Red_Slim_Potion,100; - getitem Yellow_Slim_Potion,100; - getitem White_Slim_Potion,100; - getitem Blue_Potion,100; + getitem Red_Slim_Potion, 100; + getitem Yellow_Slim_Potion, 100; + getitem White_Slim_Potion, 100; + getitem Blue_Potion, 100; "> }, { @@ -69986,9 +69986,9 @@ item_db: ( Buy: 0 Weight: 10 Script: <" - if(getskilllv(HT_FALCON)) { - if(checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; - if(checkfalcon() == 1) { + if (getskilllv(HT_FALCON)) { + if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; + if (checkfalcon() == 1) { setfalcon 0; } else { diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 56eb0e27b..d0339ef46 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -86889,6 +86889,27 @@ item_db: ( Weight: 10 Script: <" mercenary_create MER_EDDGA, 1800000; "> }, +{ + Id: 12805 + AegisName: "Mystic_Powder" + Name: "Mystic Powder" + Type: 2 + Buy: 20 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nomail: true + noauction: true + nogstorage: true + } + Script: <" + specialeffect2 EF_WIND; + sc_start2 SC_MYSTICPOWDER, 300000, 20, 10; + "> +}, { Id: 12806 AegisName: "Antler_Scaraba_Scroll" @@ -87035,6 +87056,15 @@ item_db: ( Weight: 10 Script: <" mercenary_create MER_LOLI_RURI, 1800000; "> }, +{ + Id: 12822 + AegisName: "Sungpyun_Box50" + Name: "Korea Rice Cake 50 Box" + Type: 18 + Buy: 20 + Weight: 10 + Script: <" getitem Korea_Rice_Cake, 50; "> +}, { Id: 12823 AegisName: "Sedora_Scroll" @@ -87065,30 +87095,31 @@ item_db: ( notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } Script: <" - getitem Red_Slim_Potion,100; - getitem Yellow_Slim_Potion,100; - getitem White_Slim_Potion,100; - getitem Blue_Potion,100; + getitem Red_Slim_Potion, 100; + getitem Yellow_Slim_Potion, 100; + getitem White_Slim_Potion, 100; + getitem Blue_Potion, 100; "> }, { Id: 12845 - AegisName: "Amatsu_Butterfly_Wing" + AegisName: "WOB_Amatsu" Name: "Amatsu Butterfly Wing" Trade: { nodrop: true notrade: true nocart: true nostorage: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" warp "iz_ng01",26,57; "> }, { Id: 12846 @@ -87126,9 +87157,9 @@ item_db: ( Type: 11 Buy: 0 Script: <" - if(getskilllv(HT_FALCON)) { - if(checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; - if(checkfalcon() == 1) { + if (getskilllv(HT_FALCON)) { + if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) end; + if (checkfalcon() == 1) { setfalcon 0; } else { @@ -118671,6 +118702,24 @@ item_db: ( Buy: 20 Weight: 10 }, +{ + Id: 17163 + AegisName: "Mystic_Powder_Box30" + Name: "Mystic Powder Box(30)" + Type: 18 + Buy: 20 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nomail: true + noauction: true + nogstorage: true + } + Script: <" getitem Mystic_Powder, 30; "> +}, { Id: 17165 AegisName: "Challenge_Kit" -- cgit v1.2.3-70-g09d2