diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-25 00:06:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-25 00:06:14 -0300 |
commit | ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c (patch) | |
tree | 023f8ff699a713a291eb84f169301fb0a2fb38a2 /db/re/item_db.conf | |
parent | 0e815bf70a0ab74416b15c2384b935c1da0db271 (diff) | |
download | serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.gz serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.bz2 serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.tar.xz serverdata-ff9d0ccef4d0a494da2eae4e1f68a0bc0d1df25c.zip |
Recipe System + Recipe Book + bugfix
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index db6d53496..30cac165e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1133,7 +1133,19 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, -// Id 557 is free +{ + Id: 557 + AegisName: "RecipeBook" + Name: "Recipe Book" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 20 + KeepAfterUse: true + Script: <" + doevent "#RecipeBook::OnUse"; + "> +}, { Id: 558 AegisName: "Mashmallow" |