Jump to content
Uncle Zed

Delete all current loot on a server?

Recommended Posts

Loot is persistent. It stays there through server restarts, for a time determined by the types.xml file. Does anyone know how I can clear out all loot currently on my server without affecting containers or players? I see files in the storage_1/data folder of my server with the name "types". If I delete those files, will that achieve what I need?

Share this post


Link to post
Share on other sites

there's 2 options.
1-st you can delete types.bin.
2-nd you can override economics to make loot not saving.
 

For 1-st option: mpmissions -> your mission -> storage_1 -> data ->  type.001 & type.002 & type.bin.

For 2-nd option: mpmissions -> your mission -> db ->  economy.xml ->
Set: <dynamic init="1"  load="0" respawn="1" save="0">

Profit. (I think that 2-nd option is good but try both. And if you set second option you can get loot respawn and renew.)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×