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

Map respawn


gaspeman
 Share

Recommended Posts

Go to the server-side source code and go to modConstants. Change these values:

```
' ********************************************
' 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
```
Link to comment
Share on other sites

@gaspeman:

> When we start a new game, the character respawn in map 1 at x=5 y=5.
> In class.ini i put Map=1 X=10 Y=20, but nothing change … can some one tell me how to do it right?
> Thank you.

@Lightning:

> Go to the server-side source code and go to modConstants. Change these values:
>
> ```
> ' ********************************************
> ' 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
> ```

I change it, but i still respawn at X=5 Y=5, is theres something to do after changing thoses?
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...