10-12-2008, 04:51 AM
Quote:If MapAnimTimer < Tick Then
MapAnimTimer = Tick + 250
End If
has been modified as well as the admin access stuff added
all the next i x and y have been modified and it did speed it up =].
ban list error fixed
I'm looking into the tileset error and HighIndexOnMap.
Anything else?
edit:
there is nothing wrong with the tileset stuff it should automatically detect the size of your tilesheet.
and gakien on Sever side find
UpdateHighIndex()
change
Code:
If TotalPlayersOnline = 0 Then
High_Index = 1
Exit Sub
End If
to
Code:
If TotalPlayersOnline < 1 Then
High_Index = 1
Exit Sub
End If
tell me if that works?
Added the DX change form you too ^^