Good evening to all my favorite German community beer
I have a problem with the system : "Dynamic Market System" by RyanTTs
Everything works well but if I sell an item other than those of bases it does not work, the article appears in the stock exchange but the price does not move
For example if I sell an apple it works (because already implanted, certainly because of that)
While if I sell a "copper coin" (create by me) it does not work.
Log : upload
fn_config : upload
Config_vItems :
ZitatAlles anzeigenclass apple {
variable = "apple";
displayName = "STR_Item_Apple";
weight = 1;
buyPrice = 65;
sellPrice = 50;
illegal = false;
edible = 10;
icon = "icons\ico_apple.paa";
};class cuivre_processed {
variable = "cuivre_processed";
displayName = "STR_Item_Cuivre_Processed";
weight = 3;
buyPrice = -1;
sellPrice = 1750;
illegal = false;
edible = -1;
icon = "icons\cuivre_processed.paa";
};
Thank you for your time.