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

EO2.3 Set Spawn Point?


Emosyos
 Share

Recommended Posts

Hey,

I haven't posted in awhile but I have run into a problem.

I can't seem to find away to make an initial spawn point in eo2.3\. New users just spawn randomly in Map#1\. If anyone knows if I can add an .ini file or even if there is a way already, I would very much appreciate it. Thanks ^_^

Yours Truly,

The Pug Lord
Link to comment
Share on other sites

You open the Server.vbp Project and find this line

```
' Default starting location [Server Only]
Public Const START_MAP As Long = 1
Public Const START_X As Long = 0 ' Your Numbers may be Different Depending on your engine
Public Const START_Y As Long = 0 
```
And you can edit it to your liking.

This Requires Visual Basic 6.0
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...