Before: default xml node structure (<node><id></id><description></description></node>)
Now: one xml node with attributes (<node id ="" description ="" />)
- Code: Select all
<region id="1" description="Albion" expansion="0" isDivingEnabled="1" isHousingEnabled="0" waterLevel="0" ip="127.0.0.1" port="10400" />
- Code: Select all
<zone id="0" description="Camelot Hills" regionId="1" isLava="0" height="8" width="8" xOffset="67" yOffset="59" />