diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-07-27 19:21:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-07-27 19:21:01 -0300 |
commit | 6cff37ee42fe86982fefa02e19bf53c2782254a0 (patch) | |
tree | 456048396f1cd78cb59be9142708daca31d7fc43 | |
parent | ca8e0bb06ad6ada98a1548c6eb4f9593f80c2419 (diff) | |
download | tools-6cff37ee42fe86982fefa02e19bf53c2782254a0.tar.gz tools-6cff37ee42fe86982fefa02e19bf53c2782254a0.tar.bz2 tools-6cff37ee42fe86982fefa02e19bf53c2782254a0.tar.xz tools-6cff37ee42fe86982fefa02e19bf53c2782254a0.zip |
Include <sound> attribute on Homunculus.
This is granted under BeingCommon::readObjectNodes authority
mana/plus:src/resources/db/homunculusdb.cpp:126
-rw-r--r-- | testxml/xsd/tmw.xsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testxml/xsd/tmw.xsd b/testxml/xsd/tmw.xsd index 039157d..881b7f4 100644 --- a/testxml/xsd/tmw.xsd +++ b/testxml/xsd/tmw.xsd @@ -1852,6 +1852,16 @@ <xs:attribute name="removeMessage" type="xs:string" use="optional"/> </xs:complexType> </xs:element> + <xs:element name="sound"> + <xs:complexType> + <xs:simpleContent> + <xs:extension base="xs:string"> + <xs:attribute name="event" type="monster_sound_event" use="required"/> + <xs:attribute name="delay" type="xs:int" default="0"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + </xs:element> </xs:choice> </xs:sequence> </xs:complexType> |