diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2009-12-28 20:49:25 +1300 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2009-12-29 13:04:28 +1300 |
commit | 90651d64cc8753fc45c2c66fe5d160668b20c8f9 (patch) | |
tree | e0a9da297db0f45edcc9baff46a17e5f53d08d02 | |
parent | 6ce5397fb2a0680c046d327dc24ee704491844a1 (diff) | |
download | serverdata-90651d64cc8753fc45c2c66fe5d160668b20c8f9.tar.gz serverdata-90651d64cc8753fc45c2c66fe5d160668b20c8f9.tar.bz2 serverdata-90651d64cc8753fc45c2c66fe5d160668b20c8f9.tar.xz serverdata-90651d64cc8753fc45c2c66fe5d160668b20c8f9.zip |
Prevent special purpose items from being equipped
-rw-r--r-- | db/item_db.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 760b38aa..bcb20c27 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -224,8 +224,8 @@ 722, MonsterSkullHelmet, Monster Skull Helmet, 5, 15000, 3000, 40, , 7, , 10, 0, 2, 256, , 0, 0, {}, { callfunc "UnreleasedItem";bonus bMdef, 20; } 723, DesertHat, Desert Hat, 5, 5000, 1000, 10, , 3, , -1, 0, 2, 256, , 0, 0, {}, {} 724, CottonHeadband, Cotton Headband, 5, 3000, 500, 5, , 2, , 0, 0, 2, 256, , 0, 0, {}, {} -725, GMCap, GM Cap, 5, 2000, 500, 10, , 5, , 5, 0, 2, 256, , 0, 0, {}, {} -726, GMRobe, GM Robe, 5, 8000, 4000, 5, , 5, , 0, 0, 2, 512, , 0, 0, {}, {} +725, GMCap, GM Cap, 5, 2000, 500, 10, , 5, , 5, 0, 2, 256, , 0, 0, {}, { callfunc "RestrictedItem"; } +726, GMRobe, GM Robe, 5, 8000, 4000, 5, , 5, , 0, 0, 2, 512, , 0, 0, {}, { callfunc "RestrictedItem"; } 727, Iten, Iten, 3, 0, 0, 100, , , , , , , , , , , {}, {} 728, MoubooFigurine, Mouboo Figurine, 3, 0, 0, 1, , , , , , , , , , , {}, {} 729, WarpedLog, Warped Log, 3, 0, 0, 2, , , , , , , , , , , {}, {} @@ -305,7 +305,7 @@ 1216, MoubooHead, Mouboo Head, 5, 10, 1, 20, , 1, , 0, 0, 2, 256, , 0, 0, {}, {} 1217, CatEars, Cat Ears, 5, 100, 50, 2, , 1, , 1, 0, 2, 256, , 0, 0, {}, { bonus bAgi, 3; } 1218, PaperBag, Paper Bag, 5, 1000, 5, 1, , 1, , -1, 0, 2, 256, , 0, 0, {}, { bonus bAgi, -1; } -1219, MoubootaurHead, Moubootaur Head, 5, 10, 1, 20, , 1, , 0, 0, 2, 256, , 0, 0, {}, {} +1219, MoubootaurHead, Moubootaur Head, 5, 10, 1, 20, , 1, , 0, 0, 2, 256, , 0, 0, {}, { set @minLvl, 1; callfunc "RestrictedItem"; } 1220, BunchOfParsley, Bunch of Parsley, 5, 3, 1, 1, , 1, , 0, 0, 2, 256, , 0, 0, {}, { bonus bDeaf, 1; } 1221, SkullMask, Skull Mask, 5, 10000, 5000, 15, , 3, , 5, 0, 2, 256, , 0, 0, {}, {} //1222, SmallPieceOfClay, Small Piece of Clay, , , , , , , , , , , , , , , {}, {} |