diff options
author | Reid <reidyaro@gmail.com> | 2015-09-18 14:00:26 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-18 14:01:39 +0200 |
commit | 3a2fc1c1bb2bf76d2e504410909194644dc9a561 (patch) | |
tree | aed30dee6479cebc74076ef5b1da07992d12d450 | |
parent | 2e5c1129b4c7832f91114846c15a6f945611bb6f (diff) | |
download | serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.gz serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.bz2 serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.tar.xz serverdata-3a2fc1c1bb2bf76d2e504410909194644dc9a561.zip |
Add Fishing Rod as item ID 728 on item db.
-rw-r--r-- | db/re/item_db.conf | 26 | ||||
-rw-r--r-- | npc/001-1/salem.txt | 4 |
2 files changed, 28 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 1da48871..b69f3e23 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1591,6 +1591,32 @@ item_db: ( Sprite: 0 }, { + Id: 728 + AegisName: "FishingRod" + Name: "Fishing Rod" + Type: "IT_ETC" + Buy: 5000 + Sell: 150 + Weight: 20 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: 0xFFFFFFFF + Upper: 0x3F + Gender: 0 + Loc: 0 + WeaponLv: 0 + EquipLv: 0 + Refine: false + View: 728 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 1300 AegisName: "CreasedShirt" Name: "Creased Shirt" diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt index a201f215..9e4abe03 100644 --- a/npc/001-1/salem.txt +++ b/npc/001-1/salem.txt @@ -33,14 +33,14 @@ } if (!checkweight(4000, 1)) { - mesq l("You can't carry another Piou Egg? What a shame."); + mesq l("You can't carry another @@? What a shame.", PiouEgg); next; return 2; } getinventorylist; if (.@inventorylist_count >= 100) { - mesq l("You don't have enough room in your backpack for a Piou Egg. Get rid of some junk and come back."); + mesq l("You don't have enough room in your backpack for a @@. Get rid of some junk and come back.", PiouEgg); next; return 3; } |