Fix Client become Hell Slow at big spawns!
Q:Why do the FPS go to 00-01-02?
A: Because there are to many items to load.
Q: How to fix that?
A: Easily make them disapear faster cause 90 seconds is extreme long, you could also decrease loot rate. But we do the first way in this Release/Tutorial.
5017
Search for
Change the amount what ever it is to about 15000 , like this
This should be good enough to have spawns with about 150 monsters in one screen.
I don't know if this works in other sources, look if there is a DroppedItems.cs there, if it is you have to search for a time.interval and then you'll find it fast ;)
Q:Why do the FPS go to 00-01-02?
A: Because there are to many items to load.
Q: How to fix that?
A: Easily make them disapear faster cause 90 seconds is extreme long, you could also decrease loot rate. But we do the first way in this Release/Tutorial.
5017
Search for
Code:
DestroyTimer.Interval =
PHP Code:
DestroyTimer.Interval = 30000;
I don't know if this works in other sources, look if there is a DroppedItems.cs there, if it is you have to search for a time.interval and then you'll find it fast ;)