Go to src/client and open maplecharacter.java
go find the stuffs below and replace the 0, 130030000, and 914000000 to the map id you want your starter map to be.
PHP Code:

if (ret.map == null) {
ret.map = mapFactory.getMap(0);
}



PHP Code:

== MapleJob.BEGINNER) {
ps.setInt(20, 0);
} else if (
map == null && getJob() == MapleJob.NOBLESSE) {
ps.setInt(20, 130030000);
} else if (
map == null && getJob() == MapleJob.LEGEND) {
ps.setInt(20, 914000000);



Remember to Compile after doing this