uppp
So, I've seen in a server's code that only items with the pickupable flag are sent to the depot, the rest remain, such as tables, chairs and the like. What you can do is make these store items pickupable or modify the code so that they are transformed into a pickupable item and sent to the depot.
I don't know if it's the same with your server, but I imagine so.
unfortunately my knowledge of c codes is small, if not zero, but I believe the idea is: "check items that can be wraped, wrap them and send them to the depot"How can I do that, you can help me?
Perfect!! I will try it. Thanks <#unfortunately my knowledge of c codes is small, if not zero, but I believe the idea is: "check items that can be wraped, wrap them and send them to the depot"
Here's the code that do everything:
![]()
otxserver/path_7_7/src/house.cpp at f83e550bb29bc9672f1cbcdacb291247d7299ea1 · mattyx14/otxserver
OTX Server from:. Contribute to mattyx14/otxserver development by creating an account on GitHub.github.com
Maybe someone else can help you or try using IA