대륙 이동 내리기 엔피시 소스
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation version 3 as published by
the Free Software Foundation. You may not use, modify or distribute
this program under any other version of the GNU Affero General Public
License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* NPC Base
위험한숨바꼭질 (931000001)
깜찍이
*/
var status;
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* NPC Base
위험한숨바꼭질 (931000001)
깜찍이
*/
var status;
function start() {
status = -1;
action(1, 1, 0);
}
status = -1;
action(1, 1, 0);
}
function action(mode, type, selection) {
if (mode < 0)
cm.dispose();
else {
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("배에서 내려서 정거장으로 돌아가시겠습니까?");
if (mode < 0)
cm.dispose();
else {
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("배에서 내려서 정거장으로 돌아가시겠습니까?");
} else {
cm.warp(cm.getPlayer().getMap().getId()-1);
cm.dispose();
}
}
}
cm.warp(cm.getPlayer().getMap().getId()-1);
cm.dispose();
}
}
}

이해성이아님 님의 최근 댓글
ㄳ 2016 07.15 ㅇㅋ 2016 07.09 님 바보에요? wz는 추출가능하지만 소스는 추출못합니다. 2016 06.12