diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-28 10:29:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-28 10:29:04 -0300 |
commit | e02a27956f629cefbd7d6839c0587ad7d121ba23 (patch) | |
tree | 3b4197fffa58a41c8b6c22829c501c9381d933e9 /db | |
parent | 627e69543e6c663ce62a732560e2eabd66a89b6b (diff) | |
download | serverdata-e02a27956f629cefbd7d6839c0587ad7d121ba23.tar.gz serverdata-e02a27956f629cefbd7d6839c0587ad7d121ba23.tar.bz2 serverdata-e02a27956f629cefbd7d6839c0587ad7d121ba23.tar.xz serverdata-e02a27956f629cefbd7d6839c0587ad7d121ba23.zip |
GM Testing Item: RentCart
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index da50661bb..afccf9ce2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -13739,6 +13739,37 @@ item_db: ( bonus bDef, -2; "> }, +{ + Id: 7402 + AegisName: "RentCart" + Name: "Rented Cart" + Type: "IT_ARMOR" + Loc: ["EQP_HAND_L", "EQP_SHADOW_SHOES"] + Buy: 7500000 + Sell: 5000 + Weight: 100 + Refine: false + WeaponLv: 1 + EquipLv: 1 + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + skill MC_PUSHCART, 2; + skill MC_VENDING, 8; + "> + OnEquipScript: <" + setcart 1; + "> + OnUnequipScript: <" + setcart 0; + "> +}, { Id: 7420 |