diff options
author | Haru <haru@dotalux.com> | 2015-11-17 16:20:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-11-17 16:20:49 +0100 |
commit | 615feed2d6705499e930a0e310ef83600fd4e3d2 (patch) | |
tree | 8e4a7bfafa577f65b76393c01c598ca32ec11572 /db/re | |
parent | 7d65553bf0c934c3838a5a4e8da12b613e95033f (diff) | |
download | hercules-615feed2d6705499e930a0e310ef83600fd4e3d2.tar.gz hercules-615feed2d6705499e930a0e310ef83600fd4e3d2.tar.bz2 hercules-615feed2d6705499e930a0e310ef83600fd4e3d2.tar.xz hercules-615feed2d6705499e930a0e310ef83600fd4e3d2.zip |
Revert "Item DB Updates:"
This reverts commit 912578159c8ccca9545e3c7dce9f7ce2b92bee2e.
This will be re-committed in a more atomic form.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 61 |
1 files changed, 35 insertions, 26 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 00d05b76d..2b0f70489 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85204,11 +85204,20 @@ item_db: ( { Id: 12745 AegisName: "Skull_Scroll" - Name: "Skull Scroll" + Name: "Vivid Notation" Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_SKELSCROLL,1800000,5; "> + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 12746 @@ -85217,7 +85226,11 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_DISTRUCTIONSCROLL,1800000,5; "> + 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; + "> }, { Id: 12747 @@ -85226,7 +85239,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_ROYALSCROLL,1800000,5; "> + Script: <" autobonus "{bonus2 bSubRace,RC_Boss,5;}",10000,1800000; "> }, { Id: 12748 @@ -85235,7 +85248,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_IMMUNITYSCROLL,1800000,5; "> + Script: <" autobonus "{bonus2 bAddEle,Ele_Neutral,-5;}",10000,1800000; "> }, { Id: 12749 @@ -85244,7 +85257,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_MYSTICSCROLL,1800000,5; "> + Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; "> }, { Id: 12750 @@ -85253,7 +85266,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_BATTLESCROLL,1800000,5; "> + Script: <" + sc_start SC_ATTHASTE_POTION3,1800000,5; + sc_start SC_PLUSATTACKPOWER,1800000,5; + "> }, { Id: 12751 @@ -85262,7 +85278,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_ARMORSCROLL,1800000,0; "> + Script: <" + sc_start SC_PROTECT_DEF,1800000,5; + sc_start SC_FOOD_BASICAVOIDANCE,1800000,10; + "> }, { Id: 12752 @@ -85271,7 +85290,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_FREYJASCROLL,1800000,0; "> + Script: <" + sc_start SC_PROTECT_MDEF,1800000,5; + sc_start SC_INCFLEE2,1800000,10; + "> }, { Id: 12753 @@ -85280,7 +85302,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_SOULSCROLL,1800000,5; "> + Script: <" + sc_start SC_INCMHPRATE,1800000,5; + sc_start SC_INCMSPRATE,1800000,5; + "> }, { Id: 12754 @@ -85289,16 +85314,6 @@ 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 @@ -110554,10 +110569,6 @@ item_db: ( nomail: true noauction: true } - Script: <" - specialeffect2 EF_SPELLBREAKER; - sc_start SC_TARGET_ASPD,1800000,10; - "> }, { Id: 14601 @@ -130824,8 +130835,6 @@ item_db: ( Type: 5 Loc: 2048 View: 1309 - OnEquipScript: <" sc_start SC_TIME_ACCESSORY,-1,0; "> - OnUnequipScript: <" sc_end SC_TIME_ACCESSORY; "> }, { Id: 20247 |