ITEM FLAGS: Difference between revisions
Jump to navigation
Jump to search
New page: Item flags are as follows: GLOW Item is glowing HUM Item is humming NORENT Item cannot be rented NODONATE Item cannot be donated NO... |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
NORENT Item cannot be rented | NORENT Item cannot be rented | ||
NODONATE Item cannot be donated | NODONATE Item cannot be donated | ||
NOINVIS Item cannot be made invis | NOINVIS Item cannot be made invis | ||
INVISIBLE Item is invisible | INVISIBLE Item is invisible | ||
MAGIC Item is magical | MAGIC Item is magical | ||
| Line 17: | Line 17: | ||
NOTHIEF Not usable by thieves | NOTHIEF Not usable by thieves | ||
NOWARRIOR Not usable by warriors | NOWARRIOR Not usable by warriors | ||
NOSELL | NOSELL Shopkeepers won't touch it | ||
NONECROMANCER Necromancer's can't use | NONECROMANCER Necromancer's can't use | ||
NOWITCH Witch's can't use | NOWITCH Witch's can't use | ||
REMORT_ONLY Can't use if never remorted | REMORT_ONLY Can't use if never remorted | ||
NOMORTAL Mortals can't use | NOMORTAL Mortals can't use | ||
LIMITED Item is limited | LIMITED Item is limited (not every immortal can load it, and when the item loads on a mob | ||
it is recorded in a special log) | |||
NOPURGE item stays when zone idles (fountains, boards, etc) | NOPURGE item stays when zone idles (fountains, boards, etc) | ||
NOPALADIN Item is not Paladin usable | NOPALADIN Item is not Paladin usable | ||
NOAPALADIN Item is not AntiPaladin usable | NOAPALADIN Item is not AntiPaladin usable | ||
HIDDEN Item is not visible to all | |||
!PSIONICIST Item is not usable by a psionicist | |||
S_PARSED Item descriptions are run through the [[STRING PARSER]] for special handling | |||
BONDING Item is bonded to the wearer the first time it is worn (no other character | |||
can wear that item from then on) | |||
NOLOCATE Item is hidden from the '''locate object''' spell | |||
!WIZARD Item cannot be worn by a Wizard | |||
!PRIEST Item cannot be worn by a Priest | |||
!ELF Item cannot be worn by an elf | |||
!DWARF Item cannot by worn by a dwarf | |||
!HUMAN Item cannot be worn by a human | |||
!NEUTER Item cannot be worn by neutral sex characters | |||
!MALE Item cannot be worn by male characters | |||
!FEMALE Item cannot be worn by female characters | |||
SEE ALSO: [[WEAR_FLAGS]], [[OEDIT]], [[OSET]] | SEE ALSO: [[WEAR_FLAGS]], [[OEDIT]], [[OSET]], [[STRING PARSER]] | ||
[[CATEGORY:OLC]] | [[CATEGORY:OLC]] | ||
Latest revision as of 03:29, 13 February 2009
Item flags are as follows:
GLOW Item is glowing
HUM Item is humming
NORENT Item cannot be rented
NODONATE Item cannot be donated
NOINVIS Item cannot be made invis
INVISIBLE Item is invisible
MAGIC Item is magical
NODROP Item is cursed: can't drop
BLESS Item is blessed
NOGOOD Not usable by good people
NOEVIL Not usable by evil people
NONEUTRAL Not usable by neutral people
NOSORCERER Not usable by mages
NOCLERIC Not usable by clerics
NOTHIEF Not usable by thieves
NOWARRIOR Not usable by warriors
NOSELL Shopkeepers won't touch it
NONECROMANCER Necromancer's can't use
NOWITCH Witch's can't use
REMORT_ONLY Can't use if never remorted
NOMORTAL Mortals can't use
LIMITED Item is limited (not every immortal can load it, and when the item loads on a mob
it is recorded in a special log)
NOPURGE item stays when zone idles (fountains, boards, etc)
NOPALADIN Item is not Paladin usable
NOAPALADIN Item is not AntiPaladin usable
HIDDEN Item is not visible to all
!PSIONICIST Item is not usable by a psionicist
S_PARSED Item descriptions are run through the STRING PARSER for special handling
BONDING Item is bonded to the wearer the first time it is worn (no other character
can wear that item from then on)
NOLOCATE Item is hidden from the locate object spell
!WIZARD Item cannot be worn by a Wizard
!PRIEST Item cannot be worn by a Priest
!ELF Item cannot be worn by an elf
!DWARF Item cannot by worn by a dwarf
!HUMAN Item cannot be worn by a human
!NEUTER Item cannot be worn by neutral sex characters
!MALE Item cannot be worn by male characters
!FEMALE Item cannot be worn by female characters
SEE ALSO: WEAR_FLAGS, OEDIT, OSET, STRING PARSER