Advertisement
GamingHQ

Trader DayZ Rubbles xml

Nov 30th, 2019
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.11 KB | None | 0 0
  1. //---remove me from here ---//
  2. // Find your types.xml file in your server by visiting the MPmissions folder > dayzOffline.chernarusplus > DB > types.xml //
  3. // When editing, scroll all the way down and look for the last 2 </type> that you see. //
  4. // Point the Cursor between the two </type> at the end of the file and hit enter.
  5. // Copy paste the code, but leave this infor out of this. anything with // would crash the server //
  6. //--- Remove me till here ---//
  7.  
  8.  
  9. <type name="MoneyRuble1">
  10.         <nominal>150</nominal>
  11.         <lifetime>7200</lifetime>
  12.         <restock>0</restock>
  13.         <min>100</min>
  14.         <quantmin>1</quantmin>
  15.         <quantmax>100</quantmax>
  16.         <cost>100</cost>
  17.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  18.         <category name="tools"/>
  19.         <tag name="shelves"/>
  20.         <usage name="Town"/>
  21.         <usage name="Village"/>
  22.         <usage name="Hunting"/>
  23.     </type>
  24. <type name="MoneyRuble5">
  25.         <nominal>150</nominal>
  26.         <lifetime>7200</lifetime>
  27.         <restock>0</restock>
  28.         <min>100</min>
  29.         <quantmin>1</quantmin>
  30.         <quantmax>100</quantmax>
  31.         <cost>100</cost>
  32.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  33.         <category name="tools"/>
  34.         <tag name="shelves"/>
  35.         <usage name="Town"/>
  36.         <usage name="Village"/>
  37.         <usage name="Hunting"/>
  38.     </type>
  39. <type name="MoneyRuble10">
  40.         <nominal>150</nominal>
  41.         <lifetime>7200</lifetime>
  42.         <restock>0</restock>
  43.         <min>100</min>
  44.         <quantmin>1</quantmin>
  45.         <quantmax>100</quantmax>
  46.         <cost>100</cost>
  47.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  48.         <category name="tools"/>
  49.         <tag name="shelves"/>
  50.         <usage name="Town"/>
  51.         <usage name="Village"/>
  52.         <usage name="Hunting"/>
  53.     </type>
  54. <type name="MoneyRuble25">
  55.         <nominal>150</nominal>
  56.         <lifetime>7200</lifetime>
  57.         <restock>0</restock>
  58.         <min>100</min>
  59.         <quantmin>1</quantmin>
  60.         <quantmax>100</quantmax>
  61.         <cost>100</cost>
  62.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  63.         <category name="tools"/>
  64.         <tag name="shelves"/>
  65.         <usage name="Town"/>
  66.         <usage name="Village"/>
  67.         <usage name="Hunting"/>
  68.     </type>
  69. <type name="MoneyRuble50">
  70.         <nominal>150</nominal>
  71.         <lifetime>7200</lifetime>
  72.         <restock>0</restock>
  73.         <min>100</min>
  74.         <quantmin>1</quantmin>
  75.         <quantmax>100</quantmax>
  76.         <cost>100</cost>
  77.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  78.         <category name="tools"/>
  79.         <tag name="shelves"/>
  80.         <usage name="Town"/>
  81.         <usage name="Village"/>
  82.         <usage name="Hunting"/>
  83.     </type>
  84. <type name="MoneyRuble100">
  85.         <nominal>150</nominal>
  86.         <lifetime>7200</lifetime>
  87.         <restock>0</restock>
  88.         <min>100</min>
  89.         <quantmin>1</quantmin>
  90.         <quantmax>100</quantmax>
  91.         <cost>100</cost>
  92.         <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
  93.         <category name="tools"/>
  94.         <tag name="shelves"/>
  95.         <usage name="Town"/>
  96.         <usage name="Village"/>
  97.         <usage name="Hunting"/>
  98.     </type>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement