#Printer
1 messages · Page 1 of 1 (latest)
I think its just removing the unique true from the item
This has already been done. But it does not work.
Do they have the same info on them?
You can't stack, for example, business cards with different metadata
They should be the same because, for example, I enter 5 pieces when printing, which appear individually in the inventory and cannot be stacked even after printing.
How does your item look in the items.lua
["business_card"] = {["name"] ="business_card", ["label"] = "Business Karte", ["weight"] = 0, ["type"] = "item", ["image"] = "bctest.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] =nil, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A businesscard"},
["coupon"] = {["name"] = "coupon", ["label"] ="Coupon", ["weight"] = 0, ["type"] = "item", ["image"] ="coupon.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] = nil, ["shouldClose"] = false, ["combinable"] =nil, ["description"] = "A Coupon"},
["flyer"] = {["name"] = "flyer", ["label"] ="Flyer", ["weight"] = 0, ["type"] = "item", ["image"] ="flyer.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] = nil, ["shouldClose"] = false, ["combinable"] =nil, ["description"] = "A Flyer"},
["menu"] = {["name"] = "menu", ["label"] ="Menu", ["weight"] = 0, ["type"] = "item", ["image"] ="menu.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] = nil, ["shouldClose"] = false, ["combinable"] =nil, ["description"] = "A Menu"},
["book"] =
{["name"] = "book", ["label"] = "Buch", ["weight"] = 0, ["type"] = "item", ["image"] = "book.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] = nil, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A book"},
["newspaper"] = {["name"] = "newspaper", ["label"] = "Zeitung", ["weight"] = 0, ["type"] = "item", ["image"] = "newspaper.png", ["unique"] = true, ["useable"] = true, ["created"] = nil, ["decay"] = nil, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "A newspaper"},