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;
Greetings