diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-08 01:31:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-08 01:31:37 +0300 |
commit | 2c5f2bd98d73542b72d2dd0aac0654470dc1c46e (patch) | |
tree | bd3514668269768e104f6ef80adf1e2528f78f0f | |
parent | 173ff68ca1bb6839c293c50f42a2b4f536d4f3a7 (diff) | |
download | serverdata-2c5f2bd98d73542b72d2dd0aac0654470dc1c46e.tar.gz serverdata-2c5f2bd98d73542b72d2dd0aac0654470dc1c46e.tar.bz2 serverdata-2c5f2bd98d73542b72d2dd0aac0654470dc1c46e.tar.xz serverdata-2c5f2bd98d73542b72d2dd0aac0654470dc1c46e.zip |
Remove item names from const.txt also fix AegisName for some items.
-rw-r--r-- | db/const.txt | 68 | ||||
-rw-r--r-- | db/re/item_db.conf | 8 |
2 files changed, 5 insertions, 71 deletions
diff --git a/db/const.txt b/db/const.txt index d9030dbc..a48db4a1 100644 --- a/db/const.txt +++ b/db/const.txt @@ -3379,73 +3379,7 @@ ShipQuests_ChefGado 17 General_Cookies 18 ArtisQuests_LazyBrother 19 ArtisQuests_Urchin 20 -// items -Bread 502 -Fungus 503 -Cheese 504 -PiouLegs 505 -LettuceLeaf 506 -Piberries 507 -SeaDrops 508 -Aquada 509 -PinkBlobime 510 -HalfCroconut 512 -Croconut 513 -OldBook 514 -Plushroom 515 -PumpkinSeeds 516 -DeliciousCookie 517 -UrchinMeat 518 -EasterEgg 519 -SmallTentacles 700 -PiouFeathers 701 -TortugaShellFragment 702 -HalfEggshell 703 -RattoTail 704 -RattoTeeth 705 -CrocClaw 706 -TortugaShell 708 -TortugaTongue 709 -Pearl 710 -Coral 711 -BlueCoral 712 -FishBox 713 -AquadaBox 714 -CroconutBox 715 -PlushroomBox 716 -PoisonedDish 717 -JohanneKey 718 -FouitWing 719 -BatTeeth 720 -OuftiWing 721 -Pumpkin 722 -MushroomSpores 723 -Moss 724 -Tentacles 725 -CreasedShirt 1300 -VneckJumper 1301 -SailorTankTop 1302 -SailorShirt 1303 -LegionTrainingShirt 1304 -LegionCopperArmor 1305 -LousyMoccasins 1800 -Armbands 2000 -CreasedShorts 2200 -BrownTrousers 2201 -Bandana 2900 -PumpkinHat 2901 -FancyHat 2902 -BrimmedHat 2903 -BrimmedFeatherHat 2904 -BrimmedFlowerHat 2905 -Knife 3500 -PiouSlayer 3501 -TrainingGladius 3502 -WoodenSword 3503 -PiouEgg 4000 -Card1 5000 -CardRed 5001 -CardGreen 5002 + EFFECT_HEAL 7 DOWN 0 DOWNLEFT 1 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 30f9e7b7..d0dd7237 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1853,8 +1853,8 @@ item_db: ( }, { Id: 3503 - AegisName: "Wooden Sword" - Name: "WoodenSword" + AegisName: "WoodenSword" + Name: "Wooden Sword" Type: "IT_WEAPON" Buy: 500 Sell: 50 @@ -1901,7 +1901,7 @@ item_db: ( }, { Id: 5001 - AegisName: "Card red" + AegisName: "Cardred" Name: "Card red" Type: "IT_CARD" Buy: 200 @@ -1912,7 +1912,7 @@ item_db: ( }, { Id: 5002 - AegisName: "Card green" + AegisName: "Cardgreen" Name: "Card green" Type: "IT_CARD" Buy: 200 |