diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 12:31:38 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-11-22 12:31:38 +0800 |
commit | f65e0326ac7e6faf17451d4c6d275e4fd3133cc0 (patch) | |
tree | fd1bb3ffce470848147eb123c7d845935d5975d5 /db/pre-re | |
parent | baa7e560172eb729824f4a2966c440b4ee1f0eb9 (diff) | |
download | hercules-f65e0326ac7e6faf17451d4c6d275e4fd3133cc0.tar.gz hercules-f65e0326ac7e6faf17451d4c6d275e4fd3133cc0.tar.bz2 hercules-f65e0326ac7e6faf17451d4c6d275e4fd3133cc0.tar.xz hercules-f65e0326ac7e6faf17451d4c6d275e4fd3133cc0.zip |
ItemDB Update:
- Implemented the Geffen Scrolls and Mental Potion official effects. Thanks to Kyeme. (Ref: http://herc.ws/board/topic/1125-please-implement-the-magic-scroll-mental-potion-etc/)
Diffstat (limited to 'db/pre-re')
-rw-r--r-- | db/pre-re/item_db.conf | 51 |
1 files changed, 20 insertions, 31 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index abb7b5a2e..21c2b16cf 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -69560,13 +69560,14 @@ item_db: ( Trade: { nodrop: true notrade: true - noselltonpc: true - nocart: true nostorage: true - nogstorage: true + nocart: true + noselltonpc: true nomail: true noauction: true + nogstorage: true } + Script: <" sc_start SC_SKELSCROLL,1800000,5; "> }, { Id: 12746 @@ -69578,17 +69579,13 @@ item_db: ( Trade: { nodrop: true notrade: true - nocart: true nostorage: true - nogstorage: true + nocart: true nomail: true noauction: true + nogstorage: 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 @@ -69597,7 +69594,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 @@ -69606,7 +69603,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 @@ -69615,7 +69612,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 @@ -69624,10 +69621,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 @@ -69636,10 +69630,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_start2 SC_ARMORSCROLL,1800000,5,10; "> }, { Id: 12752 @@ -69648,10 +69639,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_start2 SC_FREYJASCROLL,1800000,5,10; "> }, { Id: 12753 @@ -69660,10 +69648,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 @@ -86399,7 +86384,7 @@ item_db: ( noselltonpc: true nogstorage: true } - Script: <" getitem 14600,20; "> + Script: <" getitem Mental_Potion,20; "> }, { Id: 14350 @@ -86413,7 +86398,7 @@ item_db: ( noselltonpc: true nogstorage: true } - Script: <" getitem 14600,50; "> + Script: <" getitem Mental_Potion,50; "> }, { Id: 14351 @@ -87972,6 +87957,10 @@ item_db: ( noselltonpc: true nogstorage: true } + Script: <" + specialeffect2 EF_SPELLBREAKER; + sc_start SC_TARGET_ASPD,1800000,10; + "> }, { Id: 14601 |