diff options
author | Wombat <hpwombat@yahoo.com> | 2011-01-07 15:23:22 -0500 |
---|---|---|
committer | Wombat <hpwombat@yahoo.com> | 2011-01-07 15:23:22 -0500 |
commit | 044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2 (patch) | |
tree | 02423f4013e8579648e1576995091e4110f33cca | |
parent | 01d8070a48970a4d6f8aac3faac9fd097dc39540 (diff) | |
download | serverdata-044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2.tar.gz serverdata-044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2.tar.bz2 serverdata-044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2.tar.xz serverdata-044eb6a535ef56f1ace4d76bc3d29bc89a23ccd2.zip |
Minor label adjustments for Wizard Hats, Bryant respawn fix
Bryant respawns Bandit Lord when talked to on either option now.
Wizard Hat minor label adjustment.
-rw-r--r-- | db/item_db.txt | 4 | ||||
-rw-r--r-- | npc/011-6/bryant.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index bcffdb10..a5516604 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -551,7 +551,7 @@ 2199, DarkGreenRabbitEars, Dark Green Rabbit Ears, 5, 7000, 5000, 15, , 5, , 4, 0, 2, 256, , 1, 0, {}, {} 2200, RedWizardHat, Red Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 2201, GreenWizardHat, Green Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} -2202, DarkBlueWizardHat, Dark Blue WizardHat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} +2202, DarkBlueWizardHat, Dark Blue Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 2203, YellowWizardHat, Yellow Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 2204, LightBlueWizardHat, Light Blue Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} #ID, Name, Label, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, {UseScript}, {EquipScript} @@ -559,7 +559,7 @@ 2206, BlackWizardHat, Red Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 2207, OrangeWizardHat, Orange Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 2208, PurpleWizardHat, Purple Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} -2209, DarkGreenWizardHat, Dark Green WizardHat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} +2209, DarkGreenWizardHat, Dark Green Wizard Hat, 5, 5000, 2500, 20, , 5, , 5, 0, 2, 256, , 1, 0, {}, {bonus bInt, 3;} 3000, JackOLantern, Jack-o-Lantern, 3, 200, 100, 1000, , , , , , , , , , , {}, {} 3001, RubberBat, Rubber Bat, 3, 200, 100, 30, , , , , , , , , , , {}, {} 3002, RealisticBrain, Realistic Brain, 3, 200, 100, 50, , , , , , , , , , , {}, {} diff --git a/npc/011-6/bryant.txt b/npc/011-6/bryant.txt index 7e7041d1..a8b13fff 100644 --- a/npc/011-6/bryant.txt +++ b/npc/011-6/bryant.txt @@ -44,6 +44,8 @@ L_Bryant_No: L_Bryant_Yes: mes "[Bryant]"; mes "\"I don't think you killed him. Please try to find and kill him. He should be in the cave south and east of here with the red carpet in front of it.\""; + killmonster "011-6.gat", "Bryant::onBanditLordDead"; + monster "011-6.gat",260,250,"BanditLord",1065,1, "Bryant::onBanditLordDead"; close; L_Bryant_Quiet: |