Jump to content
Archer_MT

【question】Where can i change the removeal time of player dead body

Recommended Posts

Hey guys, Where can i change the removeal time of player dead body? I change these following times but seens not the right one 

 

corpseRemovalMinTime = 1800;
corpseRemovalMaxTime = 3600;
wreckManagerMode = 0;
wreckLimit = 2;
wreckRemovalMinTime = 60;
wreckRemovalMaxTime = 240;

Share this post


Link to post
Share on other sites

Go in your "Exile_server_config/config.ccp"

In Line 75 is the Entry

 

// Corpses and wrecks
class AllDead 

{
lifeTime = 30;
 interval = 5;
 };

 

This is for AI Bodys.

Whether the time of players changes, you have to try.

Share this post


Link to post
Share on other sites

×