Prop LimitedItems
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_LimitedItems=== | |
---|---|
Effect: | Limited Item |
Targets: | Items |
Parameters: | "MAX ITEMS"(;ID=""IDENTIFIER"") |
Examples: | 3 |
Description: | This property will ensure that no more than the given number of items with the same name (or ID) as the ones with this property will exist, either in the inventory of players, or in rooms. It works by removing the excess items from the map when someone first enters a room with one of the excess items. For this reason, limited items are automatically marked as non-locatable to block them from spells like Locate Object.
This property will cause all player records to be loaded into memory at the end of the normal boot cycle, which will increase boot time and may cause a delay for the first person logging in. |
Notes
.