please help me!

01/13/2015 18:04 EvgeIIIA55russ#1
Hello! how and where to change the starting map and coordinates? very urgent, please help me!
01/13/2015 22:38 Nick#2
Hallo,

the easiest way to do this is a quest - for example;
Code:
quest starting_map begin
    state start begin
        when login with pc.get_level() == 1 begin
            pc.warp(x, y)
            complete_quest()
        end
    end
end
Otherwise you can change the coordinates directly, maybe this will help; [Only registered and activated users can see links. Click Here To Register...]

Greetings
01/14/2015 06:28 EvgeIIIA55russ#3
When you create a quest I can specify the exact empire for which the quest and the exact coordinates on the map? Hello