Lineage 2 Tower Forum

Full Version: If you have performance issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Check all running scripts where a loop is involved.*see example below*
At the bottom of the loop make sure you have a sleep condition,
anywhwew from 500 to 1500.

Code:
repeat

if (some conditon) then

end;



Sleep(500);
until false;

++rep if this helped you
Reference URL's