Moubootaur Legends

Rented Cart - Item DB

Rented Cart | 7402

It's time to shop.

Enables Cart
ID 7402
type IT_ARMOR
weight 100
weaponLv 1
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

ID for use in Discord:
Expert View

You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.

Open raw JSON
ID 7402
aegisName RentCart
Script

Script to execute when the item is used/equipped.

skill MC_PUSHCART, 2;
skill MC_VENDING, 8;
OnEquipScript

Script to execute when the item is equipped. Warning, not all item bonuses will work here as expected.

setcart 1;
OnUnequipScript

Script to execute when the item is unequipped. Warning, not all item bonuses will work here as expected.

setcart 0;