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/re | |
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/re')
-rw-r--r-- | db/re/item_db.conf | 61 |
1 files changed, 26 insertions, 35 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2b0f70489..00d05b76d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85204,20 +85204,11 @@ item_db: ( { Id: 12745 AegisName: "Skull_Scroll" - Name: "Vivid Notation" + Name: "Skull Scroll" 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 @@ -85226,11 +85217,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - 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 @@ -85239,7 +85226,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 @@ -85248,7 +85235,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 @@ -85257,7 +85244,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; "> + Script: <" sc_start SC_MYSTICSCROLL,1800000,5; "> }, { Id: 12750 @@ -85266,10 +85253,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,5; "> }, { Id: 12751 @@ -85278,10 +85262,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 @@ -85290,10 +85271,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 @@ -85302,10 +85280,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 @@ -85314,6 +85289,16 @@ item_db: ( Type: 2 Buy: 0 Weight: 10 + Trade: { + nodrop: true + notrade: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" percentheal 50,50; "> }, { Id: 12755 @@ -110569,6 +110554,10 @@ item_db: ( nomail: true noauction: true } + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_TARGET_ASPD,1800000,10; + "> }, { Id: 14601 @@ -130835,6 +130824,8 @@ item_db: ( Type: 5 Loc: 2048 View: 1309 + OnEquipScript: <" sc_start SC_TIME_ACCESSORY,-1,0; "> + OnUnequipScript: <" sc_end SC_TIME_ACCESSORY; "> }, { Id: 20247 |