Author Topic: Is it possible to make it so when weapons are droped they dont diseappear?  (Read 321 times)


No. As far as I know, it isn't.

I hate that. My brother and I were playing on Jorgurs dogfight, and he got the mininuke (The leader of our team was really abusing, but we didn't care :P) but he died, dropped it, so I was walking over to him and when I was ALMOST there it dissapeared. FFFFUUUUUUUUU-

Code: [Select]
$Game::Item::PopTime = 5 * 60 * 1000;... makes items disappear after five minutes.

There's an Add-On somewhere that lets you change it through RTB, I think...

Chrono's Game Preferences includes this. If you change the Item Lifetime to 300000, that's the same as my code above, except it saves with the server settings.