123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <xs:complexType name="drop_list_item">
- <xs:attribute name="id" type="xs:positiveInteger" use="required" />
- <xs:attribute name="min" type="xs:nonNegativeInteger" />
- <xs:attribute name="max" type="xs:positiveInteger" />
- <xs:attribute name="chance" type="xs:decimal" />
- </xs:complexType>
- <xs:complexType name="drop_list">
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="item" type="drop_list_item" />
- <xs:element name="group">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="item" type="drop_list_item" minOccurs="1" maxOccurs="unbounded" />
- </xs:sequence>
- <xs:attribute name="chance" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:element name="list">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
- <xs:complexType>
- <xs:all>
- <xs:element name="parameters" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="param">
- <xs:complexType>
- <xs:attribute name="name" type="xs:token" use="required" />
- <xs:attribute name="value" type="xs:string" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="skill">
- <xs:complexType>
- <xs:attribute name="name" type="xs:token" use="required" />
- <xs:attribute name="id" type="xs:positiveInteger" use="required" />
- <xs:attribute name="level" type="xs:positiveInteger" use="required" />
- </xs:complexType>
- </xs:element>
- <xs:element name="minions">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="npc" minOccurs="1" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="id" type="xs:positiveInteger" use="required" />
- <xs:attribute name="count" type="xs:positiveInteger" use="required" />
- <xs:attribute name="respawnTime" type="xs:nonNegativeInteger" use="required"/>
- <xs:attribute name="weightPoint" type="xs:integer" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- <xs:attribute name="name" type="xs:token" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- <xs:element name="race" type="xs:token" minOccurs="0" maxOccurs="1" />
- <xs:element name="sex" type="xs:token" minOccurs="0" maxOccurs="1" />
- <xs:element name="equipment" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="chest" type="xs:nonNegativeInteger" />
- <xs:attribute name="rhand" type="xs:nonNegativeInteger" />
- <xs:attribute name="lhand" type="xs:nonNegativeInteger" />
- <xs:attribute name="weaponEnchant" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="acquire" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="expRate" type="xs:decimal" />
- <xs:attribute name="sp" type="xs:decimal" />
- <xs:attribute name="raidPoints" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- <xs:element name="stats" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="vitals" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="hp" type="xs:decimal" />
- <xs:attribute name="hpRegen" type="xs:decimal" />
- <xs:attribute name="mp" type="xs:decimal" />
- <xs:attribute name="mpRegen" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- <xs:element name="attack" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="physical" type="xs:decimal" />
- <xs:attribute name="magical" type="xs:decimal" />
- <xs:attribute name="random" type="xs:nonNegativeInteger" />
- <xs:attribute name="critical" type="xs:nonNegativeInteger" />
- <xs:attribute name="accuracy" type="xs:decimal" />
- <xs:attribute name="attackSpeed" type="xs:nonNegativeInteger" />
- <xs:attribute name="reuseDelay" type="xs:nonNegativeInteger" />
- <xs:attribute name="type" type="xs:token" />
- <xs:attribute name="range" type="xs:nonNegativeInteger" />
- <xs:attribute name="distance" type="xs:nonNegativeInteger" />
- <xs:attribute name="width" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="defence" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="physical" type="xs:decimal" />
- <xs:attribute name="magical" type="xs:decimal" />
- <xs:attribute name="evasion" type="xs:integer" />
- <xs:attribute name="shield" type="xs:nonNegativeInteger" />
- <xs:attribute name="shieldRate" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="attribute" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="attack" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="type" type="xs:token" />
- <xs:attribute name="value" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="defence" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="fire" type="xs:integer" />
- <xs:attribute name="water" type="xs:integer" />
- <xs:attribute name="wind" type="xs:integer" />
- <xs:attribute name="earth" type="xs:integer" />
- <xs:attribute name="holy" type="xs:integer" />
- <xs:attribute name="dark" type="xs:integer" />
- <xs:attribute name="default" type="xs:integer" />
- </xs:complexType>
- </xs:element>
- </xs:all>
- </xs:complexType>
- </xs:element>
- <xs:element name="speed" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="walk" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="ground" type="xs:decimal" />
- <xs:attribute name="swim" type="xs:decimal" />
- <xs:attribute name="fly" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- <xs:element name="run" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="ground" type="xs:decimal" />
- <xs:attribute name="swim" type="xs:decimal" />
- <xs:attribute name="fly" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- </xs:all>
- </xs:complexType>
- </xs:element>
- <xs:element name="hit_time" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
- </xs:all>
- <xs:attribute name="str" type="xs:nonNegativeInteger" />
- <xs:attribute name="int" type="xs:nonNegativeInteger" />
- <xs:attribute name="dex" type="xs:nonNegativeInteger" />
- <xs:attribute name="wit" type="xs:nonNegativeInteger" />
- <xs:attribute name="con" type="xs:nonNegativeInteger" />
- <xs:attribute name="men" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="status" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="unique" type="xs:boolean" />
- <xs:attribute name="attackable" type="xs:boolean" />
- <xs:attribute name="targetable" type="xs:boolean" />
- <xs:attribute name="undying" type="xs:boolean" />
- <xs:attribute name="showName" type="xs:boolean" />
- <xs:attribute name="flying" type="xs:boolean" />
- <xs:attribute name="canMove" type="xs:boolean" />
- <xs:attribute name="noSleepMode" type="xs:boolean" />
- <xs:attribute name="passableDoor" type="xs:boolean" />
- <xs:attribute name="hasSummoner" type="xs:boolean" />
- <xs:attribute name="canBeSown" type="xs:boolean" />
- </xs:complexType>
- </xs:element>
- <xs:element name="skill_list" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="skill" minOccurs="1" maxOccurs="unbounded">
- <xs:complexType>
- <xs:attribute name="id" type="xs:nonNegativeInteger" use="required" />
- <xs:attribute name="level" type="xs:nonNegativeInteger" use="required" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="shots" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="soul" type="xs:nonNegativeInteger" />
- <xs:attribute name="spirit" type="xs:nonNegativeInteger" />
- <xs:attribute name="shotChance" type="xs:nonNegativeInteger" />
- <xs:attribute name="spiritChance" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="corpse_time" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
- <xs:element name="ex_crt_effect" type="xs:boolean" minOccurs="0" maxOccurs="1" />
- <xs:element name="s_npc_prop_hp_rate" type="xs:decimal" minOccurs="0" maxOccurs="1" />
- <xs:element name="ai" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="skill" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="minChance" type="xs:nonNegativeInteger" />
- <xs:attribute name="maxChance" type="xs:nonNegativeInteger" />
- <xs:attribute name="primaryId" type="xs:nonNegativeInteger" />
- <xs:attribute name="shortRangeId" type="xs:nonNegativeInteger" />
- <xs:attribute name="shortRangeChance" type="xs:nonNegativeInteger" />
- <xs:attribute name="longRangeId" type="xs:nonNegativeInteger" />
- <xs:attribute name="longRangeChance" type="xs:nonNegativeInteger" />
- </xs:complexType>
- </xs:element>
- <xs:element name="clan_list" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:choice minOccurs="1" maxOccurs="unbounded">
- <xs:element name="clan" type="xs:token" />
- <xs:element name="ignore_npc_id" type="xs:nonNegativeInteger" />
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:all>
- <xs:attribute name="type" type="xs:token" />
- <xs:attribute name="aggroRange" type="xs:nonNegativeInteger" />
- <xs:attribute name="clanHelpRange" type="xs:nonNegativeInteger" />
- <xs:attribute name="dodge" type="xs:nonNegativeInteger" />
- <xs:attribute name="isChaos" type="xs:boolean" />
- <xs:attribute name="isAggressive" type="xs:boolean" />
- </xs:complexType>
- </xs:element>
- <xs:element name="drop_lists" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="death" type="drop_list" minOccurs="0" maxOccurs="1" />
- <xs:element name="corpse" type="drop_list" minOccurs="0" maxOccurs="1" />
- </xs:all>
- </xs:complexType>
- </xs:element>
- <xs:element name="collision" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:all>
- <xs:element name="radius" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="normal" type="xs:decimal" />
- <xs:attribute name="grown" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- <xs:element name="height" minOccurs="0" maxOccurs="1">
- <xs:complexType>
- <xs:attribute name="normal" type="xs:decimal" />
- <xs:attribute name="grown" type="xs:decimal" />
- </xs:complexType>
- </xs:element>
- </xs:all>
- </xs:complexType>
- </xs:element>
- </xs:all>
- <xs:attribute name="id" type="xs:positiveInteger" use="required" />
- <xs:attribute name="displayId" type="xs:positiveInteger" />
- <xs:attribute name="level" type="xs:byte" />
- <xs:attribute name="type" type="xs:token" />
- <xs:attribute name="name" type="xs:string" />
- <xs:attribute name="usingServerSideName" type="xs:boolean" />
- <xs:attribute name="title" type="xs:string" />
- <xs:attribute name="usingServerSideTitle" type="xs:boolean" />
- </xs:complexType>
- </xs:element>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:schema>
|