Difference between revisions of "Prop ItemBinder"
Jump to navigation
Jump to search
(Created page with "{{PropertyTemplate|ID=Prop_ItemBinder|Name=Allows an item to be bound to player, account, or clan.|Domain=Nothing|Available=|Allows=|UseCost=None|Quality=C...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{#section-h:LISTPROPS|Allows an item to be bound to player, account, or clan.}} |
− | + | =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. | ||
− | |||
− | |||
[[Category:ITEMS(BuilderInfo)]] | [[Category:ITEMS(BuilderInfo)]] |
Latest revision as of 21:05, 18 December 2023
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.