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

Spawn Point Help


Kenura
 Share

Recommended Posts

So I changed my Spawn Location from
```
' Default starting location [Server Only]
Public Const START_MAP As Long = 1
Public Const START_X As Long = 5
Public Const START_Y As Long = 5
```
to

```
' Default starting location [Server Only]
Public Const START_MAP As Long = 2
Public Const START_X As Long = 71
Public Const START_Y As Long = 1
```
Now when I open up the game, I can log into an existing account just fine, but when I go and make a new account to test the spawn my server.exe crashes and an error pops up saying

```
Rune-time error '9':
Subscript out of range
```
What did I do wrong? I even changed it back to its default settings but it still brings up the same error.
Any suggestions?
Link to comment
Share on other sites

If the map is 100 by 100, and I want the spawn to be at 71y 1X. How is it my map not big enough?

And it doesn't answer why when I use the default settings with map 1 5y 5x does it still come up with an error?

But my issue solved itself once I got my port forward, so others could connect. Just seemed to fix itself really.

Now onto adding tile sets and resources… which is my next issue cause the color red 255 green 0 blue 255 isn't work like it does with the original tile sets. but I blame MSPaint. TO FIREWORKS!
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...