oset

Posted by Nick Gammon on Tue 06 Jun 2006 06:06 AM — 1 posts, 8,249 views.

Australia Forum Administrator #0
Command:   oset
Handler:   do_oset
Min level: 54
Min posn:  any (dead)
Log:       build

Syntax:  oset <object>    <field> <value>
         oset object on
 
If the copy of the object you are currently modifying has the PROTOTYPE flag,
your modifications will also modify the index of that object, which all other
instances of the object are based on.  In the future, every copy of that obj
will reflect your modifications.
 
Also be aware that modifications to the object affect list (everything that
is listed after 'object values') will affect _every_ copy of that object in
the game, including old copies (even if they are not online).  Thus if you
change a prototype-flagged copy of a sword to +4 damroll, every copy of that
vnum ever made will reflect that change.  If you add a 'magic' flag to that
sword, however, only copies made after the change will be affected.
 
If the copy of the object you are modifying does NOT have the PROTOTYPE flag,
your modifications will affect only that copy.
 
OSET ON will lock you onto a particular object.  Once locked on, all commands
commands will imply 'oset <object>'.  Hitting enter while in OSET ON gives
you an ostat of the object you are working on.  To get out of OSET ON, simply
type the word DONE. Example:
 
        oset staff on
        long A long gnarled staff of burnished oak lies here.
        type staff
        done
 
See AFFECTTYPES, WEARFLAGS, OBJECTFLAGS, OBJECTTYPES, ARMORCLASS
ITEMVALUES, WEAPONTYPES, VARIABLES, OMENU, LAYERS and LAYERS2




Add comments here ...