Difference between revisions of "Hero - Link Lists"
From World of Dungeons - Enzykloplaedia
(→Linklist) |
m (→CSV-File) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | To create a market place | + | To create a market place from your own items in an easy way, World of Dungeons enables you |
− | + | to export lists of items belonging to your heroes. | |
− | The following formats | + | The following formats are supported: |
== Linklist == | == Linklist == | ||
Line 18: | Line 18: | ||
== XML-File == | == XML-File == | ||
− | With the XML-Export additional information will be shown, e.g. item class, hitpoints and | + | With the XML-Export format option, additional information will be shown, e.g. item class, hitpoints for equipment and the remaining uses of consumable items. |
− | Example ( | + | Example (shortened): |
<?xml version="1.0" ?> | <?xml version="1.0" ?> | ||
Line 49: | Line 49: | ||
== CSV-File == | == CSV-File == | ||
− | The CSV-File contains the same data | + | The CSV-File export format contains the same data as the XML-File. |
− | + | Example: | |
"Name","Count","Usagecount","Hitpoints", "Place","Itemclasses","Unique-Type","Found" | "Name","Count","Usagecount","Hitpoints", "Place","Itemclasses","Unique-Type","Found" |
Latest revision as of 04:07, 12 March 2010
To create a market place from your own items in an easy way, World of Dungeons enables you to export lists of items belonging to your heroes.
The following formats are supported:
Linklist
The items are displayed from the bbCode format used in WoD-Forums.
Example:
[item: bolts] [item: book: the art of mana regeneration - copy] [item: ice crystal] [item: healing potion, weak (bottle)] [item: wooden bow]
XML-File
With the XML-Export format option, additional information will be shown, e.g. item class, hitpoints for equipment and the remaining uses of consumable items.
Example (shortened):
<?xml version="1.0" ?> <storage type="hero"> <item> <name>wooden bow</name> <place>both hands</place> <count>1</count> <found>2005-10-07</found> <hp total="10">8</hp> <itemclasses> <name>bows</name> </itemclasses> </item> <item> <name>healing potion, weak (bottle)</name> <place>pocket </place> <count>1</count> <found>2005-10-07</found> <usage total="8">2</usage> <hp total="14">10</hp> <itemclasses> <name>healing potions</name> </itemclasses> </item> </storage>
CSV-File
The CSV-File export format contains the same data as the XML-File.
Example:
"Name","Count","Usagecount","Hitpoints", "Place","Itemclasses","Unique-Type","Found" "butcher's knife";"1";"";"10/10";"right hand ";"knives";"";"2005-10-07" "healing potion, weak (bottle)]";"1";"1/8";"6/14";"pocket";"healing potions";"";"2005-10-07" "book: the art of mana regeneration - copy";"1";"4/25";"7/23";"pocket";"books";"";"2005-10-07" "bolts";"1";"50/50";"20/20";"Tasche";"bolts";"";"2005-10-07" "ice crystal";"1";"1/7";"2/10";"pocket";"ice crystals";"";""