Page 1 of 1
Delete bags?
Posted: 25 Jan 2020, 08:09
by Burgi
Does anyone have a solution how I can delete all the bags and backpacks? I'm grateful for every tip
Re: Delete bags?
Posted: 26 Jan 2020, 11:50
by mazytus
1. to find in the database all items with id bags and backpacks (458-461), remember RootID.
2. Bag on the ground ObjectTypeID=1071 in table movable_objects (You can just look at the time of creation, garbage bags lie on the ground for 10 hours).
3. Remember GeoDataID and jump in GEO through TTMod. (you can simply change the rootid of the bags at the administrator’s rootid, they will then appear in the admin’s inventory.)
4. Use function f_deleteContainer from DB.
Re: Delete bags?
Posted: 01 Feb 2020, 08:18
by Burgi
Thanks for the answer. Don't quite understand it yet. Will try it on the weekend. Could you tell me how I can use the function f_deleteContainer? I'm a beginner when it comes to databases.