diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-17 22:09:25 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-17 22:09:25 +0800 |
commit | 912578159c8ccca9545e3c7dce9f7ce2b92bee2e (patch) | |
tree | e8dd81ba4fb87cca62a47ee2bc33bd5580bc1f9f /db/pre-re/item_db.conf | |
parent | 2a7a66e8ab2ca9d202d782aedcbe1bf80b1847cd (diff) | |
download | hercules-912578159c8ccca9545e3c7dce9f7ce2b92bee2e.tar.gz hercules-912578159c8ccca9545e3c7dce9f7ce2b92bee2e.tar.bz2 hercules-912578159c8ccca9545e3c7dce9f7ce2b92bee2e.tar.xz hercules-912578159c8ccca9545e3c7dce9f7ce2b92bee2e.zip |
Item DB Updates:
- Update Geffen Scrolls to its official behavior and effect.
- Added Official item effect of Mental Potion.
- Fixed Chinese Pestel item effect.
- Fixed Vitata500 not giving 5% sp.
- Added 'Costume: Time Accessory'.
Diffstat (limited to 'db/pre-re/item_db.conf')
-rw-r--r-- | db/pre-re/item_db.conf | 61 |
1 files changed, 18 insertions, 43 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index b66b1198c..0f8ea3163 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69525,16 +69525,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Trade: { - nodrop: true - notrade: true - noselltonpc: true - nocart: true - nostorage: true - nogstorage: true - nomail: true - noauction: true - } + Script: <" sc_start SC_SKELSCROLL,1800000,5; "> }, { Id: 12746 @@ -69543,20 +69534,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Trade: { - nodrop: true - notrade: true - nocart: true - nostorage: true - nogstorage: true - nomail: true - noauction: true - } - Script: <" - autobonus "{bonus2 bAddRace,RC_Boss,5}",10000,1800000; - autobonus "{bonus2 bAddRace,RC_Angel,5;}",10000,1800000; - autobonus "{bonus2 bAddEle,Ele_Holy,5;}",10000,1800000; - "> + Script: <" sc_start SC_DISTRUCTIONSCROLL,1800000,5; "> }, { Id: 12747 @@ -69565,7 +69543,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" autobonus "{bonus2 bSubRace,RC_Boss,5;}",10000,1800000; "> + Script: <" sc_start SC_ROYALSCROLL,1800000,5; "> }, { Id: 12748 @@ -69574,7 +69552,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" autobonus "{bonus2 bAddEle,Ele_Neutral,-5;}",10000,1800000; "> + Script: <" sc_start SC_IMMUNITYSCROLL,1800000,5; "> }, { Id: 12749 @@ -69583,7 +69561,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; "> + Script: <" sc_start SC_MYSTICSCROLL,1800000,0; "> }, { Id: 12750 @@ -69592,10 +69570,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" - sc_start SC_ATTHASTE_POTION3,1800000,5; - sc_start SC_PLUSATTACKPOWER,1800000,5; - "> + Script: <" sc_start SC_BATTLESCROLL,1800000,0; "> }, { Id: 12751 @@ -69604,10 +69579,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" - sc_start SC_PROTECT_DEF,1800000,5; - sc_start SC_FOOD_BASICAVOIDANCE,1800000,10; - "> + Script: <" sc_start SC_ARMORSCROLL,1800000,0; "> }, { Id: 12752 @@ -69616,10 +69588,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" - sc_start SC_PROTECT_MDEF,1800000,5; - sc_start SC_INCFLEE2,1800000,10; - "> + Script: <" sc_start SC_FREYJASCROLL,1800000,0; "> }, { Id: 12753 @@ -69628,10 +69597,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" - sc_start SC_INCMHPRATE,1800000,5; - sc_start SC_INCMSPRATE,1800000,5; - "> + Script: <" sc_start SC_SOULSCROLL,1800000,5; "> }, { Id: 12754 @@ -69649,6 +69615,7 @@ item_db: ( nomail: true noauction: true } + Script: <" percentheal 50,50; "> }, { Id: 12755 @@ -87930,9 +87897,17 @@ item_db: ( Weight: 10 Trade: { nodrop: true + notrade: true noselltonpc: true + nocart: true nogstorage: true + nomail: true + noauction: true } + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_TARGET_ASPD,1800000,10; + "> }, { Id: 14601 |