diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 11:37:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 11:37:02 -0300 |
commit | 72c6f6154faef14bbdd305e56619c38beff8ff34 (patch) | |
tree | 417a026bc1ddd37a7017b9e3128cbf1554dd1673 /db | |
parent | 8c2bbd2fbcb04108dd92e76588c97f2840351244 (diff) | |
download | serverdata-72c6f6154faef14bbdd305e56619c38beff8ff34.tar.gz serverdata-72c6f6154faef14bbdd305e56619c38beff8ff34.tar.bz2 serverdata-72c6f6154faef14bbdd305e56619c38beff8ff34.tar.xz serverdata-72c6f6154faef14bbdd305e56619c38beff8ff34.zip |
Template for Jesusalva's Grimorium
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b1a2277a0..3a628e5f4 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1658,7 +1658,6 @@ item_db: ( noauction: true } Script: <" - //doevent "@rules::OnUseBook"; announce l("@@ has the clear smile of victory!", strcharinfo(0)), bc_all; .@r=rand(1,5); if (.@r % 2 == 1) @@ -2103,6 +2102,20 @@ item_db: ( "> }, { + Id: 609 + AegisName: "JesusalvaGrimorium" + Name: "Jesusalva Grimorium" + Type: "IT_USABLE" + Buy: 64000 + Sell: 1 + Weight: 25 + KeepAfterUse: true + Refine: false + Script: <" + doevent "#Book-JGrimorium::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |