when item is recyled its mising also cant recyle a cctv camera or laptop
NOT WORKING CORRECTLISolved
I noticed today that when i recycled explosives i only got the gunpowder back, no metal, sulfur or low grade fuel. also has been happening with floor hatches, you get the gears but no ladders, its random and sometiimes annoying.
No actual problem in recycling anything but the components return do not match up with what is used to make item.
I have been using the latest version
78 "Recycle" (3.1.7) by nivex (0.81s / 10 MB) - Recycle.cs
ye same problem and sometimes recurces is missing and not coming back also
I had notifications disabled for this plugin for some reason.
can you post your config and I can look into this later.
Here is mine
{
"Settings": {
"Command To Open Recycler": "rec",
"Cooldown (in minutes)": 0.0,
"Maximum Radiation": 100.0,
"Refund Ratio": 4.0,
"NPCs Only": false,
"Allowed In Safe Zones": true,
"Instant Recycling": true,
"Send Recycled Items To Inventory": true,
"Send Items To Inventory Before Bag": true,
"NPC Ids": [],
"Recyclable Types": [
"Ammunition",
"Attire",
"Common",
"Favourite",
"Clothing",
"Component",
"Construction",
"Electrical",
"Fun",
"Items",
"Medical",
"Mining",
"Resources",
"Misc",
"Other",
"Ammo",
"Tool",
"Traps",
"Weapon"
],
"Blacklisted Items": []
},
"VERSION": "3.1.7"
} i'm not having issues with those items. I recycled 1000 of each and get the expected return each time
"Send Recycled Items To Inventory": true,this must be why again.
player.Invoke(() => player.inventory.GiveItem(item), 0f);but as you can see I am not changing what items you get. I am giving them to you in the next frame. I guess I will have to use a different hook for this because you should NEVER get the wrong item or not enough of the correct item since I am not changing that.
just disable the option for now.
Merged post
3.1.8 released
if this issue persists then I am going to remove that option.
Actually with that option
"Send Recycled Items To Inventory": true,disabled its a pain in the A* especially at an airdrop where you want to collect and recycle unwanted items in a hurry as it leaves the recycle "result" in the recycle boxes and you have to move them across to your inventory, i will be setting that function back to "true" > Please do not remove from config options ok @pookins I won't remove it
I've released 3.1.9 to fix more issues
@n1kto
make sure you add "Resources", under "Recyclable Types" in your config file so that you can recycle CCTV/Explosives/Targeting Computers. this is in the default config for version 3.1.9
still duping items that are not recyclable, like hqm or anything of the sort. it only happens with the instantly return to inventory true option
thanks, another dupe fixed in 3.2.0
I really hate this damn option
tried adding these to blacklist but still dupes them , is the syntax wrong ?
],
"Blacklisted Items": [
"Scrap",
"Diesel fuel"
]
Merged post
**UPDATE
changed to
],
"Blacklisted Items": [
"scrap",
"diesel_barrel",
"supply.signal"
]
},
And get message, You cant recycle item . so for me its fixed
thanks for all the updates
Merged post
so far i have added
supply.signal
diesel_barrel
scrap
metal.refined
hq.metal.ore
metal.ore
metal.fragments
stones
sulfur
sulfur.ore
and add more to the blacklist as i encounter them, it will stop the exploits :)
Merged post
**
NEW problem, get the "you cannot recycle that" on EVERY use of recycler , whether its recyclable or no , just a glitch as it still works ok and the blacklist is working
hi pookins, I can't reproduce any of this using your config that you posted above with version 3.2.0. no items are blacklisted (same config as above), no items dupe and I get no "you cannot recycle that" for diesel or any other item
Ok , Will get back to you after updating
** Update
Now transfers non recyclables to "out box" with no message and no duping
Thanks for the update(s)
good to know thanks
Locked automatically