StarterMap???

12/08/2021 12:11 mano79#16
It’s a shame this forum and the grandiose people who are here
12/08/2021 12:28 -=Flavio=-#17
But you got what you wanted didn't you?
12/08/2021 12:36 mano79#18
Quote:
Originally Posted by -=Flavio=- View Post
But you got what you wanted didn't you?
Not really but I don't care
I don't ask anyone for help here anymore because it's unnecessary
12/08/2021 12:57 Prototype2597#19
Quote:
Originally Posted by mano79 View Post
Not really but I don't care
I don't ask anyone for help here anymore because it's unnecessary
29.11.2021, you wrote:

Quote:
Originally Posted by mano79 View Post
I tried everything but it doesn't work, I want you to give me the code in private and I promise I won't write any more questions on the forum
It's been 2 days and you're creating a new thread with a question:

Quote:
Originally Posted by mano79 View Post
whatever i do always puts the new players on the x8 map
{"StarterMap":false,"PvpMap":false,"RangeDisabled" :false,"CloakBlocked":false,"LogoutBlocked":false, "DeathLocationRepair":true}

class Position
{
//public static Position MMOPosition = new Position(1800, 7300);
//public static Position EICPosition = new Position(9500, 2800);
//public static Position EICPosition = new Position(10400, 1800);
//public static Position VRUPosition = new Position(18500, 7300);
//public static Position VRUPosition = new Position(19100, 6500);

public static Position MMOPosition = new Position(2000, 2000);
public static Position EICPosition = new Position(18900, 2000);
public static Position VRUPosition = new Position(19000, 11600);

public int X { get; set; }
public int Y { get; set; }

public Position(int x, int y)
{
X = x;
Y = y;
}

public int GetBaseMapId()
{
//return FactionId == 1 ? 20 : FactionId == 2 ? 24 : 28;
return FactionId == 1 ? 1 : FactionId == 2 ? 5 : 9;
}

public Position GetBasePosition()
{
return FactionId == 1 ? Position.MMOPosition : FactionId == 2 ? Position.EICPosition : Position.VRUPosition;
}

I set everything up like that but it's not good for me
what do i do to put a new registered player on the x1 map?:rtfm:
Malicious people please don't write anything thank you
12/09/2021 12:33 #Heizer™#20
@[Only registered and activated users can see links. Click Here To Register...]
@[Only registered and activated users can see links. Click Here To Register...]
Could you guys report this guy to some higher admins of that forum? :babyrage:
12/09/2021 12:49 Moneypulation#21
It'd be great if you could stop harassing each other :wojak:
@[Only registered and activated users can see links. Click Here To Register...] Please use this thread ([Only registered and activated users can see links. Click Here To Register...]) for smaller questions like this

#closed