diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-21 00:45:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-21 00:45:28 -0300 |
commit | 3cf19fbfe1652c3662443f851215086c7a317b13 (patch) | |
tree | f8569637e6ab53242daa9c2693fe3202402ec71b /db | |
parent | b7cf864fb401cf90ec68dcc8a82b50cc2d48c085 (diff) | |
download | serverdata-3cf19fbfe1652c3662443f851215086c7a317b13.tar.gz serverdata-3cf19fbfe1652c3662443f851215086c7a317b13.tar.bz2 serverdata-3cf19fbfe1652c3662443f851215086c7a317b13.tar.xz serverdata-3cf19fbfe1652c3662443f851215086c7a317b13.zip |
Fix a few issues with item database
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5fe0ac0c5..7102beb38 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2168,7 +2168,7 @@ item_db: ( KeepAfterUse: true //for moment yes but will be removed when quest willl be release Refine: false Script: <" - doevent "@rules::OnUseBook"; + dispbottom "Impossible to read."; "> }, { @@ -2271,7 +2271,7 @@ item_db: ( Id: 701 AegisName: "PiouFeathers" Name: "Piou Feathers" - Type: "IT_USABLE" + Type: "IT_ETC" Buy: 10 Sell: 3 Weight: 1 @@ -4732,7 +4732,7 @@ item_db: ( Id: 838 AegisName: "TulimsharGuardCard" Name: "Tulimshar Guard Card" - Type: "IT_USABLE" + Type: "IT_ETC" Buy: 10 Sell: 5 Weight: 1 @@ -4750,7 +4750,7 @@ item_db: ( Id: 839 AegisName: "Roach" Name: "Roach" - Type: "IT_USABLE" + Type: "IT_ETC" Buy: 100 Sell: 22 Weight: 80 @@ -4768,7 +4768,7 @@ item_db: ( Id: 840 AegisName: "Tench" Name: "Tench" - Type: "IT_USABLE" + Type: "IT_ETC" Buy: 150 Sell: 50 Weight: 120 |