diff options
author | gumi <git@gumi.ca> | 2018-01-28 13:45:23 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-28 13:45:23 -0500 |
commit | cb336f1a0dc5beb2a2a2961467397782641fecbd (patch) | |
tree | 6f4b306e7e958b9528e7a0e0af08f031681b2d7e | |
parent | 46351293bd53ae6a40230eeb9975808d829f1298 (diff) | |
download | clientdata-cb336f1a0dc5beb2a2a2961467397782641fecbd.tar.gz clientdata-cb336f1a0dc5beb2a2a2961467397782641fecbd.tar.bz2 clientdata-cb336f1a0dc5beb2a2a2961467397782641fecbd.tar.xz clientdata-cb336f1a0dc5beb2a2a2961467397782641fecbd.zip |
fix xml errors
-rw-r--r-- | badges.xml | 1 | ||||
-rw-r--r-- | elementals.xml | 1 | ||||
-rw-r--r-- | equipmentslots.xml | 14 | ||||
-rw-r--r-- | graphics/badges/guilds/crc.xml | 2 | ||||
-rw-r--r-- | graphics/badges/guilds/phoenixcouncil.xml | 2 | ||||
-rw-r--r-- | groups.xml | 3 | ||||
-rw-r--r-- | homunculuses.xml | 1 | ||||
-rw-r--r-- | horses.xml | 1 | ||||
-rw-r--r-- | itemoptions.xml | 1 | ||||
-rw-r--r-- | items/equip-head/item5203_MoonshroomHat.xml | 2 | ||||
-rw-r--r-- | languages.xml | 1 | ||||
-rw-r--r-- | maps.xml | 4 | ||||
-rw-r--r-- | mercenaries.xml | 1 | ||||
-rw-r--r-- | mods.xml | 1 | ||||
-rw-r--r-- | network.xml | 1 | ||||
-rw-r--r-- | npcdialogs.xml | 1 | ||||
-rw-r--r-- | pets.xml | 1 | ||||
-rw-r--r-- | skillunits.xml | 1 | ||||
-rw-r--r-- | sounds.xml | 1 | ||||
-rw-r--r-- | stats.xml | 47 | ||||
-rw-r--r-- | texts.xml | 1 |
21 files changed, 24 insertions, 64 deletions
@@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2013 Evol Online --> - <badges> <party> <!-- we don't want party badges anymore --> diff --git a/elementals.xml b/elementals.xml index d82536b6..e7d1dfd2 100644 --- a/elementals.xml +++ b/elementals.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <elementals> </elementals> diff --git a/equipmentslots.xml b/equipmentslots.xml index b080855b..1d31fec2 100644 --- a/equipmentslots.xml +++ b/equipmentslots.xml @@ -1,65 +1,51 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2017 The Mana World --> - <equipmentslots> <slot name="topclothes" slot="0"/> <slot name="top" slot="0"/> <slot name="torso" slot="0"/> <slot name="body" slot="0"/> <slot name="slot0" slot="0"/> - <slot name="glove" slot="1"/> <slot name="gloves" slot="1"/> <slot name="slot1" slot="1"/> - <slot name="hat" slot="2"/> <slot name="hats" slot="2"/> <slot name="slot2" slot="2"/> - <slot name="bottomclothes" slot="3"/> <slot name="bottom" slot="3"/> <slot name="pants" slot="3"/> <slot name="slot3" slot="3"/> - <slot name="shoes" slot="4"/> <slot name="boot" slot="4"/> <slot name="boots" slot="4"/> <slot name="slot4" slot="4"/> - <slot name="misc1" slot="5"/> <slot name="cape" slot="5"/> <slot name="slot5" slot="5"/> - <slot name="wings" slot="6"/> <slot name="slot6" slot="6"/> - <slot name="misc2" slot="7"/> <slot name="scarf" slot="7"/> <slot name="scarfs" slot="7"/> <slot name="slot7" slot="7"/> - <slot name="weapon" slot="8"/> <slot name="weapons" slot="8"/> <slot name="slot8" slot="8"/> - <slot name="shield" slot="9"/> <slot name="shields" slot="9"/> <slot name="slot9" slot="9"/> - <slot name="arrow" slot="10"/> <slot name="arrows" slot="10"/> <slot name="ammo" slot="10"/> <slot name="slot10" slot="10"/> - <slot name="amulet" slot="11"/> <slot name="amulets" slot="11"/> <slot name="slot11" slot="11"/> - <slot name="ring" slot="12"/> <slot name="rings" slot="12"/> <slot name="slot12" slot="12"/> - <slot name="slot13" slot="13"/> <slot name="slot14" slot="14"/> <slot name="slot15" slot="15"/> diff --git a/graphics/badges/guilds/crc.xml b/graphics/badges/guilds/crc.xml index 964567a1..5bb1fb83 100644 --- a/graphics/badges/guilds/crc.xml +++ b/graphics/badges/guilds/crc.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: Micksha --> <sprite> <imageset name="icon" src="graphics/badges/guilds/crc.png" width="16" height="16" offsetY="0"/> diff --git a/graphics/badges/guilds/phoenixcouncil.xml b/graphics/badges/guilds/phoenixcouncil.xml index b140d916..a4b9154c 100644 --- a/graphics/badges/guilds/phoenixcouncil.xml +++ b/graphics/badges/guilds/phoenixcouncil.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2015 ManaPlus developers --> <sprite> @@ -1,7 +1,6 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2017 Evol Online --> - <groups> <group id="0"/> <group id="1" name="Bot" longName="Bot"/> diff --git a/homunculuses.xml b/homunculuses.xml index 910ccb5f..0b18882c 100644 --- a/homunculuses.xml +++ b/homunculuses.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <homunculuses> </homunculuses> @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <horses> </horses> diff --git a/itemoptions.xml b/itemoptions.xml index 6e3f7860..c416d3b4 100644 --- a/itemoptions.xml +++ b/itemoptions.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Authors: 4144 Copyright (C) 2017 Evol Online --> - <itemoptions> </itemoptions> diff --git a/items/equip-head/item5203_MoonshroomHat.xml b/items/equip-head/item5203_MoonshroomHat.xml index 8258ee47..bd544e23 100644 --- a/items/equip-head/item5203_MoonshroomHat.xml +++ b/items/equip-head/item5203_MoonshroomHat.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="5203" image="equipment/head/moonshroomhat.png" name="Moonshroom Hat" description="" type="equip-head" defense="15" matk="5" weight="30" sellProtected="true"> + <item id="5203" image="equipment/head/moonshroomhat.png" name="Moonshroom Hat" description="" type="equip-head" defense="15" mattack="5" weight="30" sellProtected="true"> <sprite gender="unisex">equipment/head/moonshroomhat.xml</sprite> <sprite gender="female">equipment/head/moonshroomhat-female.xml</sprite> <replace sprite="hair"> diff --git a/languages.xml b/languages.xml index b2c64ec6..64e2b0ec 100644 --- a/languages.xml +++ b/languages.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2017 Evol Online --> - <languages> </languages> @@ -657,7 +657,7 @@ <file name="graphics/tiles/woodland_village_x2.png"/> </atlas> <atlas name="ignored"> - <file name="graphics/tiles/collision.png"/> - <file name="graphics/tiles/arrows.png"/> + <file name="graphics/tiles/collision.png"/> + <file name="graphics/tiles/arrows.png"/> </atlas> </maps> diff --git a/mercenaries.xml b/mercenaries.xml index 7c12d8e3..aba80a8a 100644 --- a/mercenaries.xml +++ b/mercenaries.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <mercenaries> </mercenaries> @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Authors: 4144 Copyright (C) 2017 Evol Online --> - <mods> </mods> diff --git a/network.xml b/network.xml index 8f0a2708..eabeaea6 100644 --- a/network.xml +++ b/network.xml @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <network> <inpackets> </inpackets> diff --git a/npcdialogs.xml b/npcdialogs.xml index 35cdbbe7..30680fc3 100644 --- a/npcdialogs.xml +++ b/npcdialogs.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> - <dialogs> </dialogs> @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2013 Evol Online --> - <pets> </pets> diff --git a/skillunits.xml b/skillunits.xml index 579f5e4f..89b8d9a3 100644 --- a/skillunits.xml +++ b/skillunits.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2015 Evol Online --> - <skillunits> </skillunits> @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Authors: 4144, Reid Copyright (C) 2013 Evol Online --> - <sounds> </sounds> @@ -1,37 +1,26 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2016 Evol Online --> <stats> <basic> - <stat id="13" tag="str" name="Strength"/> - <stat id="14" tag="agi" name="Agility"/> - <stat id="15" tag="vit" name="Vitality"/> - <stat id="16" tag="int" name="Intelligence"/> - <stat id="17" tag="dex" name="Dexterity"/> - <stat id="18" tag="luk" name="Luck"/> + <stat id="13" tag="str" attr="PLAYER_STR" name="Strength"/> + <stat id="14" tag="agi" attr="PLAYER_AGI" name="Agility"/> + <stat id="15" tag="vit" attr="PLAYER_VIT" name="Vitality"/> + <stat id="16" tag="int" attr="PLAYER_INT" name="Intelligence"/> + <stat id="17" tag="dex" attr="PLAYER_DEX" name="Dexterity"/> + <stat id="18" tag="luk" attr="PLAYER_LUK" name="Luck"/> </basic> <extended> - <!-- ATK --> - <stat id="112" name="Attack"/> - <!-- DEF --> - <stat id="111" name="Defense"/> - <!-- MATK --> - <stat id="110" name="M.Attack"/> - <!-- MDEF --> - <stat id="109" name="M.Defense"/> - <!-- HIT --> - <stat id="108" name="% Accuracy"/> - <!-- FLEE --> - <stat id="107" name="% Evade"/> - <!-- CRIT --> - <stat id="106" name="% Critical"/> - <!-- ATTACK_DELAY --> - <stat id="100" name="Attack Delay"/> - <!-- WALK_SPEED --> - <stat id="102" name="Walk Delay"/> - <!-- ATTACK_RANGE --> - <stat id="101" name="Attack Range"/> - <!-- ATTACK_SPEED --> - <stat id="103" name="Damage per sec."/> + <stat id="112" attr="PLAYER_ATK" name="Attack"/> + <stat id="111" attr="PLAYER_DEF" name="Defense"/> + <stat id="110" attr="PLAYER_MATK" name="M.Attack"/> + <stat id="109" attr="PLAYER_MDEF" name="M.Defense"/> + <stat id="108" attr="PLAYER_HIT" name="% Accuracy"/> + <stat id="107" attr="PLAYER_FLEE" name="% Evade"/> + <stat id="106" attr="PLAYER_CRIT" name="% Critical"/> + <stat id="100" attr="PLAYER_ATTACK_DELAY" name="Attack Delay"/> + <stat id="102" attr="PLAYER_WALK_SPEED" name="Walk Delay"/> + <stat id="101" attr="PLAYER_ATTACK_RANGE" name="Attack Range"/> + <stat id="103" attr="PLAYER_ATTACK_SPEED" name="Damage per sec."/> </extended> </stats> @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 Copyright (C) 2017 Evol Online --> - <texts> </texts> |