[wpdev-commits] xmlscripts/definitions/multis houses.xml,1.2,1.3
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-11-26 01:25:58
|
Update of /cvsroot/wpdev/xmlscripts/definitions/multis In directory sc8-pr-cvs1:/tmp/cvs-serv15412/multis Modified Files: houses.xml Log Message: Further improved baseid conformance. Index: houses.xml =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/definitions/multis/houses.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** houses.xml 13 Sep 2002 20:06:11 -0000 1.2 --- houses.xml 26 Nov 2003 01:25:55 -0000 1.3 *************** *** 13,24 **** <deedsection>house_small</deedsection> <movechar x="0" y="0" z="5" /> ! <item> <!-- door --> ! <inherit id="6c5" /> <type>13</type> <!-- locked door --> <lock /> <position x="0" y="3" z="5" /> </item> ! <item> <!-- wooden sign --> ! <inherit id="bd0" /> <type>222</type> <!-- brings up owner gump on dbl click --> <lock /> --- 13,22 ---- <deedsection>house_small</deedsection> <movechar x="0" y="0" z="5" /> ! <item id="6c5"> <!-- door --> <type>13</type> <!-- locked door --> <lock /> <position x="0" y="3" z="5" /> </item> ! <item id="bd0"> <!-- wooden sign --> <type>222</type> <!-- brings up owner gump on dbl click --> <lock /> |