quest login_basho begin
state start begin
when login with pc.get_map_index() >= 1 or pc.get_map_index() <= 65 begin
if pc.get_empire()==1 then ----الحمر
pc.warp(331300,331400)
elseif pc.get_empire()==2 then ----الصفر
pc.warp(380100,334100)
elseif pc.get_empire()==3 then ----الزرق
pc.warp(350100,376800)
end
end
end
end