diff options
author | Wombat <hpwombat@yahoo.com> | 2010-12-11 04:08:57 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2010-12-11 04:08:57 -0500 |
commit | 7627d41a035a1bcee94a063e96e201f7c0402757 (patch) | |
tree | 1679d8d415b8581a69b975d57b3a8d6e044e6b7c /db | |
parent | 1356d6a81c735a20c1719bc7375b619480e0aa21 (diff) | |
download | serverdata-7627d41a035a1bcee94a063e96e201f7c0402757.tar.gz serverdata-7627d41a035a1bcee94a063e96e201f7c0402757.tar.bz2 serverdata-7627d41a035a1bcee94a063e96e201f7c0402757.tar.xz serverdata-7627d41a035a1bcee94a063e96e201f7c0402757.zip |
added candle helmet to item_db and orum reward
added the candle helmet as a reward for the orum quest and to the item.db.txt
Diffstat (limited to 'db')
-rw-r--r-- | db/item_db.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 4b9c4719..9d8baad9 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -342,7 +342,7 @@ 1253, GoldenDeliciousApple, GoldenDeliciousApple, 0, 1000, 500, 30, , , , , , 2, , , 0, , { itemheal 200, 0; }, {} 1254, DarkPetal, Dark Petal, 3, 15000, 8000, 250, , , , , , 2, , , 0, , {}, {} 1255, WhiteRabbitEars, White Rabbit Ears, 5, 7000, 5000, 20, , 5, , 4, 0, 2, 256, , 1, 0, {}, {} -1256, EggshellHat, Eggshell Hat, 5, 7000, 5000, 15, , 12, , 0, 0, 2, 256, , 1, 0, { bonus bAgi, -1; }, {} +1256, EggshellHat, Eggshell Hat, 5, 7000, 5000, 15, , 12, , 0, 0, 2, 256, , 1, 0, {}, { bonus bAgi, -1; } 1257, FlawedLens, Flawed Lens, 3, 10000, 5000, 3, , , , , , 2, , , 0, 0, {}, {} 1258, Honey, Honey, 0, 100, 80, 20, , , , , , 2, , , , , { itemheal 45, 0; }, {} @@ -531,6 +531,7 @@ 4014, RingSimple, Simple Ring, 5, 5000, 2500, 1, , 0, , 0, 0, 2, 128, , 0, 0, {}, {} 4015, IngotIron, Iron Ingot, 3, 500, 250, 200, , , , , , , , , , , {}, {} 4016, BanditHood, Bandit Hood, 3, 100, 50, 50, , , , , , , , , , , {}, {} -4017, RedPowder, Red Powder, 3, 3000, 5, 10, , , , , , 0, , , 0, , {}, {} +4017, RedPowder, Red Powder, 3, 3000, 5, 10, , , , , , 0, , , 0, , {}, {} 4018, YellowPowder, Yellow Powder, 3, 3000, 5, 10, , , , , , 0, , , 0, , {}, {} 4019, BluePowder, Blue Powder, 3, 3000, 5, 10, , , , , , 0, , , 0, , {}, {} +4020, CandleHelmet, Candle Helmet, 5, 20000, 2000, 450, , 16, , -25, 0, 2, 256, , 0, 0, {}, {bonus bInt, 1; bonus bAgi, -1;} |