« Previous entry | Next entry » Browse > Snippets
Skip to comments (5)
HW XML Result
Posted by Funny on Jun 10 2009 @ 09:33 :: 648 unique visits
CODE: XML
<?xml version="1.0"?>
<hexenwald xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="crafting.xsd">
<ressources>
<material name="Eisenerz" resref="fu_ironore" trash="fu_oretrash"/>
<material name="Golderz" resref="fu_goldore" trash="fu_oretrash"/>
<material name="Kupferrz" resref="fu_copperore" trash="fu_oretrash"/>
<material name="Silbererz" resref="fu_silverore" trash="fu_oretrash"/>
<material name="Adamantiterz" resref="fu_adamantitore" trash="fu_oretrash"/>
<material name="Mithrilerz" resref="fu_mithrilore" trash="fu_oretrash"/>
<material name="Eisenholz" resref="fu_ironwood" trash="fu_oretrash"/>
<material name="Brett" resref="fu_plank" trash="fu_planktrash"/>
<material name="Eisenbarren" resref="fu_ironingot"><craft><material resref="fu_ironore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="10 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Goldbarren" resref="fu_goldingot"><craft><material resref="fu_goldore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="2 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Kupferbarren" resref="fu_copperingot"><craft><material resref="fu_copperore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="6 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Silberbarren" resref="fu_silveringot"><craft><material resref="fu_silverore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="6 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Adamantitbarren" resref="fu_adamantitingot"><craft><material resref="fu_adamantitore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="40 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Mithrilbarren" resref="fu_mithrilingot"><craft><material resref="fu_mithrilore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="30 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Eisenstab" resref="fu_ironstaff" template="">
<craft>
<material resref="fu_ironingot"/>
<material resref="fu_plank"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Goldstab" resref="fu_goldstaff" template="">
<craft>
<material resref="fu_goldingot"/>
<material resref="fu_plank"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Schwert" resref="fu_sword" template="">
<craft>
<material resref="fu_goldstaff"/>
<material resref="fu_ironstaff"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Waffenkammer" resref="fu_weaponstore" template="">
<craft>
<material resref="fu_sword"/>
<material resref="fu_sword"/>
<material resref="fu_goldstaff"/>
<material resref="fu_goldstaff"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
</ressources>
</hexenwald>
<hexenwald xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="crafting.xsd">
<ressources>
<material name="Eisenerz" resref="fu_ironore" trash="fu_oretrash"/>
<material name="Golderz" resref="fu_goldore" trash="fu_oretrash"/>
<material name="Kupferrz" resref="fu_copperore" trash="fu_oretrash"/>
<material name="Silbererz" resref="fu_silverore" trash="fu_oretrash"/>
<material name="Adamantiterz" resref="fu_adamantitore" trash="fu_oretrash"/>
<material name="Mithrilerz" resref="fu_mithrilore" trash="fu_oretrash"/>
<material name="Eisenholz" resref="fu_ironwood" trash="fu_oretrash"/>
<material name="Brett" resref="fu_plank" trash="fu_planktrash"/>
<material name="Eisenbarren" resref="fu_ironingot"><craft><material resref="fu_ironore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="10 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Goldbarren" resref="fu_goldingot"><craft><material resref="fu_goldore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="2 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Kupferbarren" resref="fu_copperingot"><craft><material resref="fu_copperore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="6 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Silberbarren" resref="fu_silveringot"><craft><material resref="fu_silverore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="6 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Adamantitbarren" resref="fu_adamantitingot"><craft><material resref="fu_adamantitore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="40 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Mithrilbarren" resref="fu_mithrilingot"><craft><material resref="fu_mithrilore"/><skill const="SKILL_CRAFT_WEAPON" sg="10"/><tool resref="nw_smithtool"/><placeable resref="nw_melting"/><time delay="30 - ABILITY_STRENGTH"/><animation const="ANIMATION_LOOPING_CONJURE1" speed="10.0" seconds="10.0"/></craft></material>
<material name="Eisenstab" resref="fu_ironstaff" template="">
<craft>
<material resref="fu_ironingot"/>
<material resref="fu_plank"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Goldstab" resref="fu_goldstaff" template="">
<craft>
<material resref="fu_goldingot"/>
<material resref="fu_plank"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Schwert" resref="fu_sword" template="">
<craft>
<material resref="fu_goldstaff"/>
<material resref="fu_ironstaff"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
<material name="Waffenkammer" resref="fu_weaponstore" template="">
<craft>
<material resref="fu_sword"/>
<material resref="fu_sword"/>
<material resref="fu_goldstaff"/>
<material resref="fu_goldstaff"/>
<skill>
<craftweapon/>
<craftarmor/>
</skill>
<skill const="SKILL_CRAFT_WEAPON" sg="5"/>
<tool resref="fu_smithtool"/>
<placeable resref="fu_melting"/>
</craft>
</material>
</ressources>
</hexenwald>
5 comments posted so far
Add your own »
2. On Jul 01 2009 @ 10:39 guest wrote:
Thousands of Ed Hardy Clothing:Ed Hardy T-shirts, swimwear, Ed Hardy Walletstanks, Ed Hardy Mens T-Shirts, belts sunglasses andEd Hardy Womens Swimwear. Hot design and newest
Ed Hardy Womens T-Shirtsat unbelievable prices. Charmed by the magic of amazing tattoo and Ed Hardy Womens Tanks. Free shipping and excellent customer service. Break the rules, create your own life style here in tiffany jewellery !
Paul Smith uk store,See discount Paul Smith large range of online,We have
Paul Smith Shoes and Paul Smith sale in all styles.
3. On Jul 14 2009 @ 03:56 guest wrote:
buy wow goldmy wow power leveling
buy wow gold
good wow power leveling
BUY wow gold
my wow power leveling
CHEAP rs gold
cheap wow power leveling
CHEAPEST lotro gold
MY aion gold
buy wow gold
cheap wow gold
CHEAPEST wow gold
4. On Jul 14 2009 @ 09:45 guest wrote:
AVI to DVD Converter,AVI to DVD Creator,iPhone Ringtone Maker for Mac,AVI Converter OS X,VOB Converter OS X,AVCHD Video Converter,FLV Converter,PowerPoint Converter,AVCHD Converter,Blue-Ray ripper,FLV to MOV Mac,VOB to DVD,HD Video Converter,iPod Playlist Transfer5. On Jan 05 2010 @ 15:23 uggbaileybutton wrote:
bailey button uggs-ugg boots cheap
ugg boots uk
ugg classic
1. On Jun 25 2009 @ 04:10 guest wrote:
DVD Audio RipperFree DVD Audio Ripper
DVD Audio Ripper for Mac
DVD to MP4 Converter
DVD to MP4 Converter for Mac
DVD to iPod Converter
free DVD to iPod Converter
DVD to iPod Converter for Mac
DVD Ripper
Diablo 2 CD Key
Diablo 2 CD Keys
Free DVD Ripper
DVD Ripper for Mac
NFL Jerseys
Scoccer Jerseys
Hockey Jerseys
MLB Jerseys
NHL Jerseys
Nike Sneakers