
- Fixed Private Stores, not showing items enchant level, attributes, appearance. - Fixed RelationChange packet, with reputation, for green name for normal players on login.
20 lines
738 B
XML
20 lines
738 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="list">
|
|
<xs:complexType>
|
|
<xs:sequence minOccurs="1" maxOccurs="1">
|
|
<xs:element name="stone" minOccurs="1">
|
|
<xs:complexType>
|
|
<xs:attribute type="xs:integer" name="id" />
|
|
<xs:attribute type="xs:string" name="type" />
|
|
<xs:attribute type="xs:string" name="itemType" />
|
|
<xs:attribute type="xs:string" name="maxGrade" />
|
|
<xs:attribute type="xs:integer" name="price" />
|
|
<xs:attribute type="xs:integer" name="targetItem" />
|
|
<xs:attribute type="xs:integer" name="time" />
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:schema> |