Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
anything AT ALL?
#19
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 ^^
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)