You were running MSI and SPS was acting up for you.
SPS is a bit buggy right now, so most walking scripts (within MSI) will act odd.
New SPS will be out in January, maybe it will work better then.
Make sure you are on all low settings, fixed screen, and highest brightness.
You can try going to C:\Simba\Includes\SPS
and opening up sps.simba
And at this part:
Simba Code:
case surface of
RUNESCAPE_SURFACE:
with SPS_Surface do
begin
Name := 'Runescape Surface';
ImagePath := SPS_IMG_PATH + 'runescape_surface\';
FactorX := 400;
FactorY := 400;
TileOffsetX := -1;
TileOffSetY := -1;
Tolerance := 0.3;
end;
Change the tolerance to like
or
or
Just experiment around and see it any of those help out any better.