From 7627d41a035a1bcee94a063e96e201f7c0402757 Mon Sep 17 00:00:00 2001 From: Wombat Date: Sat, 11 Dec 2010 04:08:57 -0500 Subject: 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 --- db/item_db.txt | 5 +++-- npc/009-4/orum.txt | 7 +++---- 2 files changed, 6 insertions(+), 6 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;} diff --git a/npc/009-4/orum.txt b/npc/009-4/orum.txt index cbc5e12f..63ff702e 100644 --- a/npc/009-4/orum.txt +++ b/npc/009-4/orum.txt @@ -625,13 +625,12 @@ L_Ready_Cavern: next; mes "[Orum]"; - mes "\"Very good work you have done! Please take this for your efforts.\""; + mes "\"Very good work you have done! Please take this for your efforts. It has helped me in a bind.\""; next; getexp @EXP_BREAK_BARRIERS, 0; - // TODO put item name and remove following line and this line as well! - getitem "", 1; - mes "[Insert reward here...]"; + getitem "CandleHelmet", 1; + mes "You receive the [Candle Helmet]"; next; mes "\"You've done enough here to help. I will go the rest of the way alone so that your life is not endangered.. You must promise me not to go any further!\""; -- cgit v1.2.3-60-g2f50