what the tables names of Guild ?
i know it's :
- Guild
- GuildMember
and what more ?
i know it's :
- Guild
- GuildMember
and what more ?
if (moveTo != -1) { if (applyto.getMap().getReturnMapId() != applyto.getMapId()) {
MapleMap target;
if (moveTo == 999999999) {
target = applyto.getMap().getReturnMap();
} else {
target = applyto.getClient().getWorldServer().getChannel(applyto.getClient().getChannel()).getMapFactory().getMap(moveTo);
int targetid = target.getId() / 10000000;
if (targetid != 60 && applyto.getMapId() / 10000000 != 61 && targetid != applyto.getMapId() / 10000000 && targetid != 21 && targetid != 20) {
return false;
}
}
applyto.changeMap(target);
} else {
return false;
}
}
if (applyto.getMap().getReturnMapId() != applyto.getMapId()) {
if (moveTo != -1) { if (moveTo != applyto.getMapId()) {
MapleMap target;
if (moveTo == 999999999) {
target = applyto.getMap().getReturnMap();
} else {
target = applyto.getClient().getWorldServer().getChannel(applyto.getClient().getChannel()).getMapFactory().getMap(moveTo);
int targetid = target.getId() / 10000000;
if (targetid != 10 && targetid != 60 && applyto.getMapId() / 10000000 != 61 && targetid != applyto.getMapId() / 10000000 && targetid != 21 && targetid != 20) {
return false;
}
}
applyto.changeMap(target);
} else {
return false;
}
}