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/pre-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/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 61 |
1 files changed, 43 insertions, 18 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 0f8ea3163..b66b1198c 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69525,7 +69525,16 @@ item_db: ( 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 @@ -69534,7 +69543,20 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_DISTRUCTIONSCROLL,1800000,5; "> + 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; + "> }, { Id: 12747 @@ -69543,7 +69565,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 @@ -69552,7 +69574,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 @@ -69561,7 +69583,7 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_MYSTICSCROLL,1800000,0; "> + Script: <" sc_start SC_PLUSMAGICPOWER,180000,5; "> }, { Id: 12750 @@ -69570,7 +69592,10 @@ item_db: ( Type: 2 Buy: 20 Weight: 10 - Script: <" sc_start SC_BATTLESCROLL,1800000,0; "> + Script: <" + sc_start SC_ATTHASTE_POTION3,1800000,5; + sc_start SC_PLUSATTACKPOWER,1800000,5; + "> }, { Id: 12751 @@ -69579,7 +69604,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 @@ -69588,7 +69616,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 @@ -69597,7 +69628,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 @@ -69615,7 +69649,6 @@ item_db: ( nomail: true noauction: true } - Script: <" percentheal 50,50; "> }, { Id: 12755 @@ -87897,17 +87930,9 @@ 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 |