StarterMap???

12/01/2021 22:32 mano79#1
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/02/2021 16:53 loveditoi#2
Can you actually read ? Or even that it's already too complicated for you ? People already told what to do in the main topic. Can someone ban IP this gyula thing, creating multiple account and topic for absolutely no reason ..
12/02/2021 17:33 mano79#3
Quote:
Originally Posted by loveditoi View Post
Can you actually read ? Or even that it's already too complicated for you ? People already told what to do in the main topic. Can someone ban IP this gyula thing, creating multiple account and topic for absolutely no reason ..
And why should anyone ban me?
What is the reason ??
Can't ask?
Funny or my friend xd
Who is Gyula anyway ??
Xd
12/02/2021 18:59 PNTX#4
Quote:
Originally Posted by mano79 View Post
And why should anyone ban me?
What is the reason ??
Can't ask?
Funny or my friend xd
Who is Gyula anyway ??
Xd
you ask all the time. you have no on how to read and understand code.

we are not your support.
12/02/2021 20:05 mano79#5
Quote:
Originally Posted by PNTX View Post
you ask all the time. you have no on how to read and understand code.

we are not your support.
i don't need help anymore thanks
12/02/2021 22:56 #Heizer™#6
hahahahah schwanz
12/03/2021 00:30 mano79#7
Quote:
Originally Posted by #Heizer™ View Post
hahahahah schwanz
Funny idiot
I see there are a couple of idiots on this forum including you
12/03/2021 17:54 PNTX#8
Quote:
Originally Posted by mano79 View Post
Funny idiot
I see there are a couple of idiots on this forum including you
and you
12/03/2021 19:06 Akame_Ga_Kill#9
gyula???
12/03/2021 20:23 Basti1507#10
I found a way to get the StarterMap. you need del System32. I hope it working whit the fix.
12/07/2021 17:02 Armandito13x#11
public int GetBaseMapId()
{
//return FactionId == 1 ? 1 : FactionId == 2 ? 5 : 9; only edit here
return FactionId == 1 ? 1 : FactionId == 2 ? 5 : 9;
}



ready ok
12/07/2021 22:05 -=Flavio=-#12
I literally posted the entire code in the other thread:
Code:
        public int GetBaseMapId()
        {
            int basemap = FactionId == 1 ? 1 : FactionId == 2 ? 5 : 9;
            if ((Spacemap.Id >= 16 && Spacemap.Id <= 29) && Level >= 12)
                basemap = FactionId == 1 ? 20 : FactionId == 2 ? 24 : 28;
            return basemap;
        }

        public Position GetBasePosition()
        {
            var baseposition = FactionId == 1 ? Position.MMOPosition : FactionId == 2 ? Position.EICPosition : Position.VRUPosition;
            if ((Spacemap.Id >= 16 && Spacemap.Id <= 29) && Level >= 12)
                baseposition = FactionId == 1 ? Position.NewMMOPosition : FactionId == 2 ? Position.NewEICPosition : Position.NewVRUPosition;

            return baseposition;
        }
12/07/2021 23:27 loveditoi#13
Quote:
Originally Posted by loveditoi View Post
Can you actually read ? Or even that it's already too complicated for you ? People already told what to do in the main topic. Can someone ban IP this gyula thing, creating multiple account and topic for absolutely no reason ..
As i said here but things is he doesn’t even understand a single line of code and yet trying to run a server ....
12/08/2021 05:33 mano79#14
Quote:
Originally Posted by loveditoi View Post
As i said here but things is he don't even understand a single line of code and yet trying to run a server ....
Bla Bla Bla idiot
12/08/2021 09:04 Prototype2597#15
Quote:
Originally Posted by mano79 View Post
Bla Bla Bla idiot
The answer corresponds to your level of intelligence.