Addition of fishing zones.

Addition of fish exp and sp.
Give exp and sp after fishing.
Missing baits added to L2PcInstance.

Contributed by darky999.
This commit is contained in:
MobiusDev
2015-05-18 22:21:34 +00:00
parent e44fca08e1
commit aee5879442
5 changed files with 742 additions and 321 deletions

View File

@@ -53,6 +53,8 @@
<xs:attribute name="itemId" type="xs:positiveInteger" use="required" />
<xs:attribute name="itemName" type="xs:normalizedString" use="required" />
<xs:attribute name="startCombatTime" type="xs:positiveInteger" use="required" />
<xs:attribute name="fishExp" type="xs:positiveInteger" use="required" />
<xs:attribute name="fishSp" type="xs:positiveInteger" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>