diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-03 12:47:55 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-13 14:41:54 -0500 |
commit | ecc2bfea7c05281bf40a6a08e353e5918d375f35 (patch) | |
tree | 352aa3cbfa0eade2fc7a3cfcdd262001ec7bb0d3 /db | |
parent | b4935b2f81ff9e8903dd89228ff97fc03b584c73 (diff) | |
download | serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.gz serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.bz2 serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.xz serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.zip |
put the game rules in a function, make notes call that function, add `@rules` command
add `The Book of Laws`, give it whenever the player does not have it
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a040fe03..9c535e6d 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1226,6 +1226,20 @@ item_db: ( "> }, { + Id: 537 + AegisName: "BookOfLaws" + Name: "The Book of Laws" + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 10 + KeepAfterUse: true + Refine: false + Script: <" + doevent "@rules::OnUseBook"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |