diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
commit | b4a5a9fc744074ff46a58b5fccfe4a218577385f (patch) | |
tree | 49c8b7527341ccc16e2ba21085b663d0fcede3dd /db/re/item_db.conf | |
parent | e9129d00278edc75a45a1d5d47345c9d9f2460c3 (diff) | |
download | hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.gz hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.bz2 hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.xz hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.zip |
Item Update:
- Added official item effect for Mystic Powder.
- Added Mystic Powder Box30
- Added effect for WOB_Amatsu
- Added Songpyun_Box50
- White space adjustments
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 69 |
1 files changed, 59 insertions, 10 deletions
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 @@ -86890,6 +86890,27 @@ item_db: ( 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" Name: "Antler Scaraba Scroll" @@ -87036,6 +87057,15 @@ item_db: ( 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" Name: "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 { @@ -118672,6 +118703,24 @@ item_db: ( 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" Name: "Challenge Kit" |