Prop ItemBinder

From CoffeeMud Wiki
Jump to navigation Jump to search


CoffeeMUD
Administrator                                                  Builder                                                              Player
=CoffeeMUD Builder Information=
Basics Praetor     Player Support     Commands     Zapper Masks Advanced Races     Classes     Abilities     Socials     Scripting    
Building Behaviors     Properties     Areas     Rooms     Exits     Items     Mobs Systems Achievements     Crafting     Help Info     Ships     Planes of Existence     Quests     Triumphs    
===Prop_ItemBinder===
Effect: Allows an item to be bound to player, account, or clan.
Targets: Items
Parameters: TO=CHARACTER/ACCOUNT/CLAN ON=PICKUP/EQUIP MESSAGE="ZAPMSG"
Examples: TO=CHARACTER ON=PICKUP MESSAGE="Bound -- you can't do that."
Description: Allows an item to be bound when an event occurs to the person, account, or clan that either picks it up or first equips it. Once bound, an item can only be picked up by that same player, account, or clan. The zap message is also configureable.


Notes

  • Bind on Pickup will automatically bind on purchase as well, even if the purchaser can't carry the item and it is instead left on the shop floor.
  • A builder handing an Item with Prop_ItemBinder to a shopkeeper for sale may (needs verification) result in the item being bound to the shopkeeper AND sold by the shopkeeper. Therefore, you may wish to take the following steps to manually add an unbound item with Prop_ItemBinder to a shopkeeper's inventory:
    • GOTO shopkeeper room.
    • RESET ROOM
      • This is just to make sure you don't mess up the shopkeeper's current inventory. Please ask any players to leave the room before resetting.
    • Create or Drop your desired bound item
    • MODIFY the desired bound item
      • Add the Prop_ItemBinder with the parameters you desire
    • SAVE ROOM
    • MODIFY SHOPKEEPER
      • Add the bound to their shop inventory with appropriate sale price
    • SAVE ROOM
    • Make sure shopkeeper is selling the bound item as desired
    • DESTROY the bound item in the room
    • SAVE ROOM.