diff options
-rw-r--r-- | db/re/item_db.conf | 17 | ||||
-rw-r--r-- | npc/012-5/nicholas.txt | 18 | ||||
-rw-r--r-- | npc/017-3/chef.txt | 10 |
3 files changed, 31 insertions, 14 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ea74ce366..95ff523c3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9824,6 +9824,23 @@ item_db: ( Refine: true Subtype: "W_1HSWORD" }, +{ + Id: 3528 + AegisName: "RealBronzeGladius" + Name: "Real Bronze Gladius" + Type: "IT_WEAPON" + Buy: 9000 + Sell: 200 + Weight: 840 + Atk: 240 + Matk: 0 + Loc: "EQP_HAND_R" + WeaponLv: 1 + EquipLv: 37 + Refine: true + Subtype: "W_DAGGER" + ViewSprite: 1 +}, // Insert new weapons above this line { Id: 3600 diff --git a/npc/012-5/nicholas.txt b/npc/012-5/nicholas.txt index 640eb725b..6e49ccfb7 100644 --- a/npc/012-5/nicholas.txt +++ b/npc/012-5/nicholas.txt @@ -116,10 +116,10 @@ L_Weapon: select l("Nothing, sorry!"), l("Wooden Sword"), - l("Bronze Gladius"), l("Iron Bug Slayer"), l("Iron Short Gladius"), - l("Iron Butcher Knife"), + l("Bronze Gladius"), + //l("Iron Butcher Knife"), l("Iron Short Sword"), l("Iron Backsword"); @@ -130,22 +130,22 @@ L_Weapon: blacksmith_create(WoodenLog, 20, RawLog, 5, WoodenSword, 450); break; case 3: - blacksmith_create(CopperIngot, 18, TinIngot, 2, BronzeGladius, 500); - break; - case 4: blacksmith_create(IronIngot, 8, Coal, 12, BugSlayer, 1000); break; - case 5: + case 4: blacksmith_create(IronIngot, 12, Coal, 16, ShortGladius, 1550); break; - case 6: - blacksmith_create(IronIngot, 16, Coal, 20, ButcherKnife, 2550); + case 5: + blacksmith_create(CopperIngot, 18, TinIngot, 2, RealBronzeGladius, 500); break; + //case 6: + // blacksmith_create(IronIngot, 16, Coal, 20, ButcherKnife, 2550); + // break; case 7: blacksmith_create(IronIngot, 21, Coal, 27, ShortSword, 3550); break; case 8: - blacksmith_create(IronIngot, 28, Coal, 32, BackSword, 4550); + blacksmith_create(IronIngot, 28, Coal, 32, Backsword, 4550); break; } goto L_Weapon; diff --git a/npc/017-3/chef.txt b/npc/017-3/chef.txt index 409be44a8..06958b860 100644 --- a/npc/017-3/chef.txt +++ b/npc/017-3/chef.txt @@ -4,13 +4,13 @@ // Jesusalva // Description: // Dimond's Cove Chef. He'll disguise Mopox Cure Potion, and he is part from -// Easter 2011 and Easter 2012 quests. +// Easter 2011 and Easter 2012 quests. Assigns the Butcher Knife Quest. 017-3,33,25,0 script Chef#dimond NPC_CHEF,{ showavatar NPC_CHEF; - goto L_Begin; + goto L_Busy; -L_Begin: +L_Busy: mesn; mesq l("I'm too busy right now to talk. Dimond's recipes are the best!"); close; @@ -131,10 +131,10 @@ L_bringit: mes ""; mes "\"Bring it here when you do.\""; next; - */ L_Close: close; + */ /* XXX: Easter 2011 stuff L_JellyBean: @@ -214,7 +214,7 @@ L_SeeBunny: -/* XXX: Easter 201x stuff +/* XXX: Easter 2012 stuff // Really cool script, we must reintroduce it %%e L_Easter2012_Begin: |