Difference between revisions of "Dynamic0.mul"

From UODemo Wiki
Jump to: navigation, search
m
Line 12: Line 12:
 
   E=Environment Var?
 
   E=Environment Var?
 
   N=NPC/Creature
 
   N=NPC/Creature
 +
  S=Shopkeeper
 
   W=Wearable
 
   W=Wearable
 
   D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
 
   D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)

Revision as of 02:37, 22 May 2009

Found in ../.rundir/uogolddemo

This is the world save data file. The associated file dynidx0.mul is it's index.

This file is structured as a nested object list.

Each top level entity in the file begins with @=<type> and ends with @end Nested Entities do not require @end

Identified types (and guesses):

 P=Player
 E=Environment Var?
 N=NPC/Creature
 S=Shopkeeper
 W=Wearable
 D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
 C=Container 

P Format:

 @=P
 <propery>=<value>
 ...
 @=[D|C|E]
 <propery>=<value>
 ...
 @end