שחררו לא ממזמן NPC שמשנה מין.
NPC משולב של שניהם קרדיט ל Azoref, אהובתי הבלעדית!:
ספוילר:
קוד PHP:/* Originaly made by rcrazy
* Edited and combined by SapiRxD
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 0 && status == 0) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (cm.getChar().getGender() == 1){ // char is a female
if (status == 0) {
cm.sendYesNo("I can make you a Male... LOL. Are you ready?(Remember THAT you need to Change Channel, That Way the Sex Transfer Will Be Succesfull)");
} else if (status == 1) {
cm.getChar().setGender(0);
cm.sendOk("Alright, we're done.");
cm.dispose();
}
} else { // char is a male
if (status == 0) {
cm.sendYesNo("I can make you a Female... LOL. Are you ready? (Remember THAT you need to Change Channel, That Way the Sex Transfer Will Be Succesfull)");
} else if (status == 1) {
cm.getChar().setGender(1);
cm.sendOk("Alright, we're done.");
cm.dispose();
}
}
}
}
מנקבה לזכר:
ספוילר:
קוד PHP:/*
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 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.
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/>.
*/
/* Sex Changer o.o
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 0 && status == 0) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("I can make you a Male... LOL. Are you ready?(Remember THAT you need to Change Channel, That Way the Sex Transfer Will Be Succesfull)");
} else if (status == 1) {
cm.getChar().setGender(0);
cm.sendOk("Alright, we're done.");
cm.dispose();
}
}
}
מזכר לנקבה:
אתם שמים את זה על NPC ואז לוחצים עליו והוא משנה לכם את המין מזכר לנקבה או מנקבה לזכר תלוי מה תבחרו.ספוילר:
קוד PHP:/*
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 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.
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/>.
*/
/* Sex Change Npc To Female
*/
var status = 0;
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 0 && status == 0) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendYesNo("I can make you a Female... LOL. Are you ready? (Remember THAT you need to Change Channel, That Way the Sex Transfer Will Be Succesfull)");
} else if (status == 1) {
cm.getChar().setGender(1);
cm.sendOk("Alright, we're done.");
cm.dispose();
}
}
}
קרדיט לrcrazy מפורום אחר.



:
ספוילר: 
ציטוט ההודעה








I Love Tennis



