Custom Ghost Walking buff when TvT member resurrects.

This commit is contained in:
MobiusDev
2017-12-12 00:02:16 +00:00
parent 07e95bb19a
commit 8f2b258395
15 changed files with 339 additions and 30 deletions

View File

@@ -1987,7 +1987,6 @@
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pAtkMod" type="xs:unsignedByte" />
<xs:element name="isSummonSpawn" type="xs:boolean" />
<xs:element name="randomOffset" type="xs:unsignedByte" />
<xs:element name="debuffModifier" type="xs:decimal" />
@@ -2023,6 +2022,7 @@
</xs:element>
<xs:element name="damageModifier" type="xs:decimal" />
<xs:element name="animationSpeed" type="xs:unsignedShort" />
<xs:element name="pAtkMod" type="xs:unsignedByte" />
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
@@ -2755,12 +2755,13 @@
<xs:element name="despawnDelay" type="xs:unsignedInt" />
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="xs:unsignedShort" use="required" />
<xs:attribute name="id" type="xs:unsignedInt" use="required" />
<xs:attribute name="toLevel" type="xs:unsignedByte" use="optional" />
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="levels" type="xs:unsignedByte" use="optional" />
<xs:attribute name="fromLevel" type="xs:unsignedByte" use="optional" />
<xs:attribute name="usingServerSideName" type="xs:boolean" use="optional" />
<xs:attribute name="displayId" type="xs:unsignedShort" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>