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

Runtime error 9 Script out of range


sweetboy
 Share

Recommended Posts

Okay every time i warp to other map it give error Runtime error 9 Script out of range.

and when i run it in debug mode it mark at this line  If Map.Tile(x, y).Type = TILE_TYPE_BLOCKED And Player(MyIndex).Walkthrough = False Then

oh yeah im using eclipse final frontier
Link to comment
Share on other sites

> ,…,<>" data-cid="910646" data-time="1381935103">
>
> instead of using MyIndex in 'Player(MyIndex).Walkthrough' try using index:
>
> ```
>
> Player(index).Walkthrough
>
> ```
> [EDIT] Never used that version, I might be wrong…

It's used all the time in the client.

What side are you using this on?
Link to comment
Share on other sites

in the shout box we identified last night its when he was trying to warp from a larger map to a smaller map when the larger one's warp point coords were larger than the  the max X or Y of the smaller map. This was a common problem in EO 2.X especially if you increased the movement speed of the players. I myself had this problem all the time, I just never got around to fixing it.
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...