diff options
author | ali-g <gauvain.dauchy@free.fr> | 2011-10-28 23:01:36 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-10-30 10:28:32 +0100 |
commit | 353f73685e3c52c3fc19ad04b468ae2bcbe41264 (patch) | |
tree | f6e7084783955c67e2c0ea434825d19d7bdc61c4 /world/map | |
parent | 83e0ff876dcb56645a4b1c6d137745764e4df201 (diff) | |
download | serverdata-353f73685e3c52c3fc19ad04b468ae2bcbe41264.tar.gz serverdata-353f73685e3c52c3fc19ad04b468ae2bcbe41264.tar.bz2 serverdata-353f73685e3c52c3fc19ad04b468ae2bcbe41264.tar.xz serverdata-353f73685e3c52c3fc19ad04b468ae2bcbe41264.zip |
Several generic items in item_db.txt could be equipped as charms.
Changed the location of the:
- Broken Four-Leaf Amulet
- Doll
- Grub Slime
- Hyvern Stinger
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/db/item_db.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/db/item_db.txt b/world/map/db/item_db.txt index fbd1e96e..cd7229de 100644 --- a/world/map/db/item_db.txt +++ b/world/map/db/item_db.txt @@ -346,10 +346,10 @@ 830, BromenalFourLeafAmulet, Bromenal Four-Leaf Amulet, 5, 20000, 2000, 10, , , , 0, 0, 2, 8, , 0, 0, {}, {bonus bLuk, 2;} 831, SilverFourLeafAmulet, Silver Four-Leaf Amulet, 5, 30000, 3000, 10, , , , 0, 0, 2, 8, , 0, 0, {}, {bonus bLuk, 3;} 832, GoldenFourLeafAmulet, Golden Four-Leaf Amulet, 5, 40000, 4000, 10, , , , 0, 0, 2, 8, , 0, 0, {}, {bonus bLuk, 4;} -833, BrokenFourLeafAmulet, Broken Four-Leaf Amulet, 3, 100, 1, 10, , , , 0, 0, 2, 8, , 0, 0, {}, {} -834, Doll, Doll, 3, 20, 5, 15, , , , 0, 0, 2, 8, , 0, 0, {}, {} -835, HyvernStinger, Hyvern Stinger, 3, 100, 25, 10, , , , 0, 0, 2, 8, , 0, 0, {}, {} -836, GrubSlime, Grub Slime, 3, 40, 10, 2, , , , 0, 0, 2, 8, , 0, 0, {}, {} +833, BrokenFourLeafAmulet, Broken Four-Leaf Amulet, 3, 100, 1, 10, , , , 0, 0, 2, , , 0, 0, {}, {} +834, Doll, Doll, 3, 20, 5, 15, , , , 0, 0, 2, , , 0, 0, {}, {} +835, HyvernStinger, Hyvern Stinger, 3, 100, 25, 10, , , , 0, 0, 2, , , 0, 0, {}, {} +836, GrubSlime, Grub Slime, 3, 40, 10, 2, , , , 0, 0, 2, , , 0, 0, {}, {} //837, RESERVED, WitchRoot, , , , , , , , , , , , , , , {}, {} 838, CranberryLollipop, Cranberry Lollipop, 0, 20, 50, 1, , , , , , 2, , , 0, , {itemheal 750, 0;}, {} 839, GrapeLollipop, Grape Lollipop, 0, 20, 50, 1, , , , , , 2, , , 0, , {itemheal 750, 0;}, {} |