diff options
-rw-r--r-- | db/item_db.txt | 11 | ||||
-rw-r--r-- | npc/001-1_Tulimshar/bleacher.txt | 12 | ||||
-rw-r--r-- | npc/009-2_Hurnscald/selim.txt | 9 |
3 files changed, 28 insertions, 4 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index 01968b5a..8a8a46bc 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -312,6 +312,7 @@ 797, BrassShield, Brass Shield, 5, 40000, 3000, 2500, , 20, , -200, 0, 2, 32, , , 0, {}, {}, , 798, SorcererRobeRed, Sorcerer Robe Red, 5, 8000, 4000, 5, , 5, , 20, 0, 2, 512, , 0, 0, {}, {bonus bAgi, 1;}, , 799, MylarinDust, Mylarin Dust, 3, 10000, 5000, 3, , , , , , 2, , , 0, 0, {}, {} +800, BowlerHatBrown, Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} // Add new entries above here. For dyed entries, add to the bottom of the 2000s. @@ -594,6 +595,16 @@ 2227, OrangeSorcererRobeRed, Orange Sorcerer Robe Red, 5, 8000, 4000, 30, , 5, , 20, 0, 2, 512, , 0, 0, {}, {bonus bAgi, 1;} 2228, PurpleSorcererRobeRed, Purple Sorcerer Robe Red, 5, 8000, 4000, 30, , 5, , 20, 0, 2, 512, , 0, 0, {}, {bonus bAgi, 1;} 2229, DarkGreenSorcererRobeRed, Dark Green Sorcerer Robe Red, 5, 8000, 4000, 30, , 5, , 20, 0, 2, 512, , 0, 0, {}, {bonus bAgi, 1;} +2230, RedBowlerHatBrown, Red Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2231, GreenBowlerHatBrown, Green Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2232, DarkBlueBowlerHatBrown, Dark Blue Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2233, YellowBowlerHatBrown, Yellow Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2234, LightBlueBowlerHatBrown, Light Blue Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2235, PinkBowlerHatBrown, Pink Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2236, BlackBowlerHatBrown, Black Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2237, OrangeBowlerHatBrown, Orange Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2238, PurpleBowlerHatBrown, Purple Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} +2239, DarkGreenBowlerHatBrown, Dark Green Bowler Hat Brown, 5, 2500, 1250, 30, , 10, , 2, 0, 2, 256, , 0, 0, {}, {} // Add dyed entries above here. For regular entries, please use the < 1000s. diff --git a/npc/001-1_Tulimshar/bleacher.txt b/npc/001-1_Tulimshar/bleacher.txt index 03dcfdd2..a3827e43 100644 --- a/npc/001-1_Tulimshar/bleacher.txt +++ b/npc/001-1_Tulimshar/bleacher.txt @@ -33,9 +33,10 @@ L_bleach_menu: "Cotton boots", L_cotton_boots, "Cotton gloves", L_cotton_gloves, "Rabbit ears", L_rabbit_ears, - "Wizard Hat", L_wizard_hat, - "Bowler Hat", L_bowler_hat, - "Red Lined Sorcerer Robe", L_red_lined_sorcerer_robe, + "Wizard hat", L_wizard_hat, + "Bowler hat", L_bowler_hat, + "Red lined sorcerer robe", L_red_lined_sorcerer_robe, + "Bowler hat (brown)", L_bowler_hat_brown, "Nevermind", -; goto L_close; @@ -124,6 +125,11 @@ L_red_lined_sorcerer_robe: set @dyeBase, 2220; goto L_choose_color; +L_bowler_hat_brown: + set @normal, 800; + set @dyeBase, 2230; + goto L_choose_color; + L_choose_color: mes "[Candide]"; mes "\"And the color?\""; diff --git a/npc/009-2_Hurnscald/selim.txt b/npc/009-2_Hurnscald/selim.txt index fab070fa..dc7d29df 100644 --- a/npc/009-2_Hurnscald/selim.txt +++ b/npc/009-2_Hurnscald/selim.txt @@ -34,7 +34,8 @@ L_clothes_choice: "Rabbit ears", L_rabbitears, "Wizard hat", L_wizardhat, "Bowler hat", L_bowlerhat, - "Red Lined Sorcerer Robe", L_redlinedsorcererrobe, + "Red lined sorcerer robe", L_redlinedsorcererrobe, + "Bowler hat (brown)", L_bowlerhatbrown, "I'm fine for now, thanks.", -; close; @@ -144,6 +145,12 @@ L_redlinedsorcererrobe: set @name$, "red lined sorcerer robe"; goto L_picked_item; +L_bowlerhatbrown: + set @del, 800; + set @new, 2230; + set @name$, "bowler hat (brown)"; + goto L_picked_item; + L_picked_item: if (countitem(@del) == 0) goto L_havenone; L_colour: |