Change of point of spawn to the creation of a character

03/31/2017 18:07 teddy45100#1
Hello, here is my problem:

I would like to replace the card(map) of spawn " nosvile " and to put an other one when the player creates are a character, how to make svp?
03/31/2017 18:48 0Lucifer0#2
Seriously don't use opennos if you need help for all... just look at the character creation
03/31/2017 19:02 teddy45100#3
I do not find or are the file of the creation of a character exactly ....
03/31/2017 20:33 @LRevolution#4
[
Quote:
Originally Posted by teddy45100 View Post
I do not find or are the file of the creation of a character exactly ....
OpenNos.Handler
CharacterScreenPacketHandler.cs
line 79, 80, 81

Code:
MapId = 1,
MapX = (short)ServerManager.RandomNumber(78, 81),
MapY = (short)ServerManager.RandomNumber(114, 118),
MapId = map you want
MapX, Y = coordinates
03/31/2017 20:56 teddy45100#5
Thanks you @[Only registered and activated users can see links. Click Here To Register...], You saves me!!