diff options
-rw-r--r-- | db/re/item_db.conf | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ac63adc0c..6643d4b0a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5079,27 +5079,26 @@ item_db: ( Id: 788 AegisName: "Toothbrush" Name: "Toothbrush" - Type: "IT_ETC" - Buy: 10000 - Sell: 5000 - Weight: 20 - Atk: 0 - Matk: 0 - Def: 0 - Range: 0 - Slots: 0 - Job: { - All: true - } - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 + Type: "IT_USABLE" + Buy: 0 + Sell: 0 + Weight: 1 + KeepAfterUse: false Refine: false - ViewSprite: 788 - BindOnEquip: false - BuyingStore: true - Delay: 0 - Sprite: 0 + BuyingStore: false + Trade: { + notrade: true + noselltonpc: true + nocart: true + nostorage: false + nogstorage: true + nomail: true + noauction: true + } + Script: <" + //doevent "@rules::OnUseBook"; + getitem StrangeCoin, 10; + "> }, { Id: 789 |