Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Run time error 9 when warp (again)


Naruto
 Share

Recommended Posts

It was fixed until i logged out of client than back in

```

Sub ProcessNpcMovement(ByVal MapNpcNum As Long)

If MapNpcNum = 0 Then Exit Sub

' If debug mode, handle error then exit out

If Options.Debug = 1 Then On Error GoTo errorhandler

' Check if NPC is walking, and if so process moving them over

If TempMapNpc(MapNpcNum).Moving = MOVING_WALKING Then

Select Case MapNpc(MapNpcNum).Dir

Case DIR_UP

TempMapNpc(MapNpcNum).yOffset = TempMapNpc(MapNpcNum).yOffset - ((ElapsedTime / 1000) * (Npc(MapNpc(MapNpcNum).num).speed * SIZE_X))

If TempMapNpc(MapNpcNum).

```
I asked for the other topic to be closed than 5minuets later the problem came back i apologize for basiqly making the same thread twice
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...