Facebook
From Torrid Wolf, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 76
  1. urrencyName> #tm_ruble                                                  // Currency Name (Only used for the Text in the upper right Corner of the Trader Menu)
  2.         <Currency> MoneyRuble1,         1                                       // Currency Classname, Currency Money Value
  3.         <Currency> MoneyRuble5,         5
  4.         <Currency> MoneyRuble10,        10
  5.         <Currency> MoneyRuble25,        25
  6.         <Currency> MoneyRuble50,        50
  7.         <Currency> MoneyRuble100,       100
  8.  
  9.  
  10. <Trader> Consume Trader                                                         // Trader Name (first Trader has ID = 0, second Trader has ID = 1, and so on..)
  11.         <Category> Vegetables                                                   // Category Name
  12.                 CaninaBerry,                    *,              1,              -1      // Item Classname, Quantity, Buyvalue, Sellvalue
  13.                 SambucusBerry,                  *,              1,              -1      // Quantity * means max value; Quantity V means Vehicle; Quantity VNK means Vehicle without Key; Quantity M means Magazine; Quantity W means Weapon; Quantity S means Steack Meat; Quantity K means Key Duplication
  14.                 Plum,                                   *,              1,              -1      // Buyvalue -1 means it can not be bought
  15.                 Kiwi,                                   *,              1,              -1      // Sellvalue -1 means it can not be selled
  16.                 Apple,                                  *,              1,              -1
  17.                 Pear,                                   *,              1,              -1
  18.                 Orange,                                 *,              1,              -1
  19.                 Banana,                                 *,              1,              -1
  20.                 Tomato,                                 *,              1,              -1
  21.                 Potato,                                 *,              1,              -1
  22.                 GreenBellPepper,                *,              1,              -1
  23.                 Zucchini,                               *,              3,              1
  24.                 Pumpkin,                                *,              8,              3
  25.                 AgaricusMushroom,               *,              2,              1
  26.                 AmanitaMushroom,                *,              2,              1
  27.                 LactariusMushroom,              *,              2,              1
  28.                 MacrolepiotaMushroom,   *,              2,              1
  29.                 PsilocybeMushroom,              *,              2,              1
  30.                 AuriculariaMushroom,    *,              2,              1