diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 14:41:23 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 14:41:23 +0800 |
commit | c0afd048169aa9d66c739ac548df05ed498a0a34 (patch) | |
tree | 309e6f105e32f23be4f46652b6a98c95064ff338 /db/re | |
parent | 5954bf53cac41cac2fd1eb3bb3d91783f0f9644e (diff) | |
download | hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.gz hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.bz2 hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.tar.xz hercules-c0afd048169aa9d66c739ac548df05ed498a0a34.zip |
Item Update:
- Fix typo MOBID_GUARIDAN to MOBID_GUARDIAN
- Added official item effect for Magic Candy.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c63e71bc5..b85203710 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -84462,18 +84462,23 @@ item_db: ( Id: 12596 AegisName: "Magic_Candy" Name: "Magic Candy" - Type: 11 + Type: 2 Buy: 0 Weight: 10 + Delay: 180000 Trade: { nodrop: true notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" + specialeffect2 EF_HASTEUP; + sc_start2 SC_MAGIC_CANDY, 60000, 30, 70; + "> }, { Id: 12597 @@ -116556,17 +116561,19 @@ item_db: ( Id: 16666 AegisName: "Magic_Candy_Box10" Name: "Magic Candy Box(10)" - Type: 2 + Type: 18 Buy: 20 + Weight: 10 Trade: { nodrop: true notrade: true noselltonpc: true nocart: true - nogstorage: true nomail: true noauction: true + nogstorage: true } + Script: <" getitem Magic_Candy, 10; "> }, { Id: 16673 |