Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: XML  |  size: 0.73 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <items>
  2.         <item label="Nats Ring">
  3.                 <name>Natalya's Mark</name>
  4.                 <buyoutValue>3000000</buyoutValue>
  5.         </item>
  6.  
  7.         <item label="Str/Vit/AllRes Belts">
  8.                 <type>Belt</type>
  9.                 <quality>All</quality>
  10.                 <stat1Name>Strength</stat1Name>
  11.                 <stat1Value>120</stat1Value>
  12.                 <stat2Name>Vitality</stat2Name>
  13.                 <stat2Value>100</stat2Value>
  14.                 <stat3Name>AllResistance</stat3Name>
  15.                 <stat3Value>50</stat3Value>
  16.                 <buyoutValue>250000</buyoutValue>
  17.         </item>
  18.  
  19.         <item label="High Dex/CritDmg Gloves">
  20.                 <type>Gloves</type>
  21.                 <quality>All</quality>
  22.                 <stat1Name>Dexterity</stat1Name>
  23.                 <stat1Value>230</stat1Value>
  24.                 <stat2Name>CriticalHitDamage</stat2Name>
  25.                 <stat2Value>40</stat2Value>
  26.                 <buyoutValue>1500000</buyoutValue>
  27.         </item>
  28. </items>