Difference between revisions of "Dynamic0.mul"

From UODemo Wiki
Jump to: navigation, search
Line 9: Line 9:
  
 
Identified types (and guesses):
 
Identified types (and guesses):
   P=Player
+
   B=Buliiten Board
   E=Environment Var?
+
  C=Container
 +
  D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
 +
   E=Chunk Egg
 
   G=Guard
 
   G=Guard
 
   N=NPC/Creature
 
   N=NPC/Creature
 +
  P=Player
 
   S=Shopkeeper
 
   S=Shopkeeper
   W=Wearable
+
   W=Wearable (Weapon,Armor)
  D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
+
   Z=Item
   C=Container
 
  
 
P Format:
 
P Format:

Revision as of 11:47, 26 December 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):

 B=Buliiten Board
 C=Container 
 D=Dynamic Item??: (Book,Board,Ingot,Small Fish,Rope)
 E=Chunk Egg
 G=Guard
 N=NPC/Creature
 P=Player
 S=Shopkeeper
 W=Wearable (Weapon,Armor)
 Z=Item

P Format:

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