קהילות פורומים, הורדות, יעוץ ותמיכה


אשכולות דומים

  1. [שאלה] cody עושה עבודות
    על ידי or33300 בפורום שרתים פרטיים MapleStory
    תגובות: 1
    הודעה אחרונה: 10-08-2008, 19:36
  2. חח לא תאמינו מה אני עושה עכשיו
    על ידי Ch3MiCaL בפורום דיבורים
    תגובות: 15
    הודעה אחרונה: 19-09-2005, 15:19
  3. תגובות: 2
    הודעה אחרונה: 16-09-2005, 17:21
  4. שימו לב מה אני עושה בשיעורי מטמתיקה
    על ידי MayMon בפורום דיבורים
    תגובות: 29
    הודעה אחרונה: 15-09-2005, 21:25
  5. תגובות: 5
    הודעה אחרונה: 05-09-2005, 19:38
+ תגובה לנושא
מציג תוצאות 1 עד 7 מתוך 7

Cody לא עושה ריסאט

  1. #1
    משתמש מתחיל
    תאריך הצטרפות
    01/2010
    גיל
    30
    הודעות
    80
    לייקים
    0
    נקודות
    0
    מין: זכר

    ברירת מחדל Cody לא עושה ריסאט

    שלום,
    אני יש לי בעיה אני רוצה שcody יעשה ריסאט כמו כל שרת
    שלוחצים עליו שאתה רמה 200 עושה לך ריסאט ולא רק עם הפקודה
    @rebirth
    תודה,
    יש לי ריפאק Zombie

  2. קישורים ממומנים

  3. #2
    משתמש משקיע
    שם פרטי
    ספיר
    תאריך הצטרפות
    09/2007
    הודעות
    3,504
    לייקים
    0
    נקודות
    0
    משפט מחץ
    Beauty From Far And Far From Beauty
    מין: נקבה

    ברירת מחדל

    אז תוסיף לו בסקריפט את החלק של הריסט.



  4. #3
    משתמש מתחיל
    תאריך הצטרפות
    01/2010
    גיל
    30
    הודעות
    80
    לייקים
    0
    נקודות
    0
    מין: זכר

    ברירת מחדל

    תביאי לי תקוד בבקשה עם התוספות בבקשה אני מאוד ישמח

  5. #4
    משתמש משקיע
    שם פרטי
    ספיר
    תאריך הצטרפות
    09/2007
    הודעות
    3,504
    לייקים
    0
    נקודות
    0
    משפט מחץ
    Beauty From Far And Far From Beauty
    מין: נקבה

    ברירת מחדל

    תביא את מה שיש לך כבר, ואני אנסה לערוך..



  6. #5
    משתמש מתחיל
    תאריך הצטרפות
    01/2010
    גיל
    30
    הודעות
    80
    לייקים
    0
    נקודות
    0
    מין: זכר

    ברירת מחדל

    שמעי זה לא הקוד מצטער
    יש קוד אחר
    הנה:

    /* [NPC]
    Universal Job Advancer
    Rebirth
    Made by Kedano, Moogra, editted by Maple1134
    @RageZone
    */

    importPackage(net.sf.odinms.client);

    var status = 0;
    var jobName;
    var job;

    function start() {
    status = -1;
    action(1, 0, 0);
    }

    function action(mode, type, selection) {
    if (mode == -1) {
    cm.sendOk("Well okay then. Come back if you change your mind.\r\n\r\nGood luck on your training.");
    cm.dispose();
    } else {
    if (mode == 1)
    status++;
    else
    status--;
    if (status == 0) {
    cm.sendNext("Hello, I'm in charge of Job Advancing.");
    } else if (status == 1) {
    if (cm.getLevel() < 200 && cm.getJob().equals(net.sf.odinms.client.MapleJob.BEGINNER)) {
    if (cm.getLevel() < 8) {
    cm.sendNext("Sorry, but you have to be at least level 8 to use my services.");
    status = 98;
    } else if (cm.getLevel() < 10) {
    cm.sendYesNo("Congratulations of reaching such a high level. Would you like to make the #rFirst Job Advancement#k as a #rMagician#k?");
    status = 150;
    } else {
    cm.sendYesNo("Congratulations on reaching such a high level. Would you like to make the #rFirst Job Advancement#k?");
    status = 153;
    }
    } else if (cm.getLevel() < 30) {
    cm.sendNext("Sorry, but you have to be at least level 30 to make the #rSecond Job Advancement#k.");
    status = 98;
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.THIEF)) {
    cm.sendSimple("Congratulations on reaching such a high level. Which would you like to be? #b\r\n#L0#Assassin#l\r\n#L1#Bandit#l#k");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.WARRIOR)) {
    cm.sendSimple("Congratulations on reaching such a high level. Which would you like to be? #b\r\n#L2#Fighter#l\r\n#L3#Page#l\r\n#L4#Spearman#l#k");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.MAGICIAN)) {
    cm.sendSimple("Congratulations on reaching such a high level. Which would you like to be? #b\r\n#L5#Ice Lightning Wizard#l\r\n#L6#Fire Poison Wizard#l\r\n#L7#Cleric#l#k");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BOWMAN)) {
    cm.sendSimple("Congratulations on reaching such a high level. Which would you like to be? #b\r\n#L8#Hunter#l\r\n#L9#Crossbowman#l#k");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.PIRATE)) {
    cm.sendSimple("Congratulations on reaching such a high level. Which would you like to be? #b\r\n#L10#Brawler#l\r\n#L11#Gunslinger#l#k");
    } else if (cm.getLevel() < 70) {
    cm.sendNext("Sorry, but you have to be at least level 70 to make the #rThird Job Advancement#k.");
    status = 98;
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.ASSASSIN)) {
    status = 63;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BANDIT)) {
    status = 66;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.HUNTER)) {
    status = 69;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CROSSBOWMAN)) {
    status = 72;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FP_WIZARD)) {
    status = 75;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.IL_WIZARD)) {
    status = 78;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CLERIC)) {
    status = 81;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FIGHTER)) {
    status = 84;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.PAGE)) {
    status = 87;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.SPEARMAN)) {
    status = 90;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.GUNSLINGER)) {
    status = 95;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BRAWLER)) {
    status = 92;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getLevel() < 120) {
    cm.sendNext("Sorry, but you have to be at least level 120 to make the #rForth Job Advancement#k.");
    status = 98;
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.HERMIT)) {
    status = 105;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CHIEFBANDIT)) {
    status = 108;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.RANGER)) {
    status = 111;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.SNIPER)) {
    status = 114;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FP_MAGE)) {
    status = 117;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.IL_MAGE)) {
    status = 120;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.PRIEST)) {
    status = 123;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CRUSADER)) {
    status = 126;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.WHITEKNIGHT)) {
    status = 129;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.DRAGONKNIGHT)) {
    status = 132;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.MARAUDER)) {
    status = 133;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.OUTLAW)) {
    status = 134;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getLevel() < 200) {
    cm.sendNext("Sorry, but you have already attained the highest level of your job's mastery. \r\n\r\nHowever, you can #rrebirth#k when you are level 200.");
    status = 98;
    } else if (cm.getLevel() >= 200) {
    cm.sendYesNo("Ahh... It is good to see you again. Your skills have finally reached the maximum of its potential. So, with all my heart, I congratulate you, great hero. \r\n\r\nYou have been through a long and challenging road, and in so doing, have become immensely strong. However, I can increase your power even further, and surpass your limits! If you accept, you will become a level 1 #bBeginner#k again, but all your abilities, skills, items and mesos, will remain as they are. However, you will only be able to keep the skills that you have placed in your #bkey setting#k. \r\n\r\nSo, tell me, do you wish to be #rreborn#k?");
    status = 160;
    } else {
    cm.dispose();
    }
    } else if (status == 2) {
    if (selection == 0) {
    jobName = "Assassin";
    job = net.sf.odinms.client.MapleJob.ASSASSIN;
    }
    if (selection == 1) {
    jobName = "Bandit";
    job = net.sf.odinms.client.MapleJob.BANDIT;
    }
    if (selection == 2) {
    jobName = "Fighter";
    job = net.sf.odinms.client.MapleJob.FIGHTER;
    }
    if (selection == 3) {
    jobName = "Page";
    job = net.sf.odinms.client.MapleJob.PAGE;
    }
    if (selection == 4) {
    jobName = "Spearman";
    job = net.sf.odinms.client.MapleJob.SPEARMAN;
    }
    if (selection == 5) {
    jobName = "Ice Lightning Wizard";
    job = net.sf.odinms.client.MapleJob.IL_WIZARD;
    }
    if (selection == 6) {
    jobName = "Fire Poison Wizard";
    job = net.sf.odinms.client.MapleJob.FP_WIZARD;
    }
    if (selection == 7) {
    jobName = "Cleric";
    job = net.sf.odinms.client.MapleJob.CLERIC;
    }
    if (selection == 8) {
    jobName = "Hunter";
    job = net.sf.odinms.client.MapleJob.HUNTER;
    }
    if (selection == 9) {
    jobName = "Crossbowman";
    job = net.sf.odinms.client.MapleJob.CROSSBOWMAN;
    }
    if (selection == 10) {
    jobName = "Brawler";
    job = net.sf.odinms.client.MapleJob.BRAWLER;
    }
    if (selection == 11) {
    jobName = "Gunslinger";
    job = net.sf.odinms.client.MapleJob.GUNSLINGER;
    }
    cm.sendYesNo("Do you want to become a #r" + jobName + "#k?");
    } else if (status == 3) {
    cm.changeJob(job);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 61) {
    if (cm.getJob().equals(net.sf.odinms.client.MapleJob.ASSASSIN)) {
    status = 63;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BANDIT)) {
    status = 66;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.HUNTER)) {
    status = 69;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CROSSBOWMAN)) {
    status = 72;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FP_WIZARD)) {
    status = 75;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.IL_WIZARD)) {
    status = 78;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CLERIC)) {
    status = 81;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FIGHTER)) {
    status = 84;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.PAGE)) {
    status = 87;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.SPEARMAN)) {
    status = 90;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.GUNSLINGER)) {
    status = 98;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.BRAWLER)) {
    status = 93;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else {
    cm.dispose();
    }
    } else if (status == 64) {
    cm.changeJob(MapleJob.HERMIT);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 67) {
    cm.changeJob(MapleJob.CHIEFBANDIT);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 70) {
    cm.changeJob(MapleJob.RANGER);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 73) {
    cm.changeJob(MapleJob.SNIPER);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 76) {
    cm.changeJob(MapleJob.FP_MAGE);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 79) {
    cm.changeJob(MapleJob.IL_MAGE);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 82) {
    cm.changeJob(MapleJob.PRIEST);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 85) {
    cm.changeJob(MapleJob.CRUSADER);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 88) {
    cm.changeJob(MapleJob.WHITEKNIGHT);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 91) {
    cm.changeJob(MapleJob.DRAGONKNIGHT);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 93) {
    cm.changeJob(MapleJob.MARAUDER);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 96) {
    cm.changeJob(MapleJob.OUTLAW);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else if (status == 99) {
    cm.sendOk("Good luck on your training.");
    cm.dispose();
    } else if (status == 102) {
    if (cm.getJob().equals(net.sf.odinms.client.MapleJob.HERMIT)) {
    status = 105;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CHIEFBANDIT)) {
    status = 108;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.RANGER)) {
    status = 111;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.SNIPER)) {
    status = 114;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.FP_MAGE)) {
    status = 117;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.IL_MAGE)) {
    status = 120;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.PRIEST)) {
    status = 123;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.CRUSADER)) {
    status = 126;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.WHITEKNIGHT)) {
    status = 129;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.DRAGONKNIGHT)) {
    status = 132;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.MARAUDER)) {
    status = 134;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else if (cm.getJob().equals(net.sf.odinms.client.MapleJob.OUTLAW)) {
    status = 136;
    cm.sendYesNo("Congratulations on reaching such a high level. Do you want to Job Advance now?");
    } else {
    cm.dispose();
    }
    } else if (status == 106) {
    cm.changeJob(MapleJob.NIGHTLORD);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 109) {
    cm.changeJob(MapleJob.SHADOWER);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 112) {
    cm.changeJob(MapleJob.BOWMASTER);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 115) {
    cm.changeJob(MapleJob.MARKSMAN);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 118) {
    cm.changeJob(MapleJob.FP_ARCHMAGE);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 121) {
    cm.changeJob(MapleJob.IL_ARCHMAGE);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 124) {
    cm.changeJob(MapleJob.BISHOP);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 127) {
    cm.changeJob(MapleJob.HERO);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 130) {
    cm.changeJob(MapleJob.PALADIN);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 133) {
    cm.changeJob(MapleJob.DARKKNIGHT);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 134) {
    cm.changeJob(MapleJob.BUCCANEER);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 135) {
    cm.changeJob(MapleJob.CORSAIR);
    cm.sendOk("There you go. Hope you enjoy it.");
    cm.dispose();
    } else if (status == 151) {
    if (cm.c.getPlayer().getInt() >= 20) {
    cm.changeJob(net.sf.odinms.client.MapleJob.MAGICIAN);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    } else {
    cm.sendOk("You did not meet the minimum requirement of #r20 INT#k.");
    cm.dispose();
    }
    } else if (status == 154) {
    cm.sendSimple("Which would you like to be? #b\r\n#L0#Warrior#l\r\n#L1#Magician#l\r\n#L2#Bowman#l\r\n#L3#Thief#l\r\n#L4#Pira te#l#k");
    } else if (status == 155) {
    if (selection == 0) {
    jobName = "Warrior";
    job = net.sf.odinms.client.MapleJob.WARRIOR;
    }
    if (selection == 1) {
    jobName = "Magician";
    job = net.sf.odinms.client.MapleJob.MAGICIAN;
    }
    if (selection == 2) {
    jobName = "Bowman";
    job = net.sf.odinms.client.MapleJob.BOWMAN;
    }
    if (selection == 3) {
    jobName = "Thief";
    job = net.sf.odinms.client.MapleJob.THIEF;
    }
    if (selection == 4) {
    jobName = "Pirate";
    job = net.sf.odinms.client.MapleJob.PIRATE;
    }
    cm.sendYesNo("Do you want to become a #r" + jobName + "#k?");
    } else if (status == 156) {
    if (job == net.sf.odinms.client.MapleJob.WARRIOR && cm.c.getPlayer().getStr() < 35) {
    cm.sendOk("You did not meet the minimum requirement of #r35 STR#k.");
    cm.dispose();
    } else if (job == net.sf.odinms.client.MapleJob.MAGICIAN && cm.c.getPlayer().getInt() < 20) {
    cm.sendOk("You did not meet the minimum requirement of #r20 INT#k.");
    cm.dispose();
    } else if (job == net.sf.odinms.client.MapleJob.BOWMAN && cm.c.getPlayer().getDex() < 25) {
    cm.sendOk("You did not meet the minimum requirement of #r25 DEX#k.");
    cm.dispose();
    } else if (job == net.sf.odinms.client.MapleJob.THIEF && cm.c.getPlayer().getDex() < 25) {
    cm.sendOk("You did not meet the minimum requirement of #r25 DEX#k.");
    cm.dispose();
    } else if (job == net.sf.odinms.client.MapleJob.PIRATE && cm.c.getPlayer().getDex() < 20) {
    cm.sendOk("You did not meet the minimum requirement of #r20 DEX#k.");
    cm.dispose();
    } else {
    cm.changeJob(job);
    cm.sendOk("There you go. Hope you enjoy it. See you around in the future maybe ");
    cm.dispose();
    }
    } else if (status == 161) {
    cm.doReborn();
    cm.sendOk("You have been reborn! Good luck on your next journey!");
    cm.dispose();

    } else {
    cm.dispose();
    }
    }
    }
    נערך לאחרונה על ידי DinAmitMs; 28-02-2010 בשעה 18:33.

  7. #6

    ברירת מחדל

    תשים בPHP לא בציטוט


  8. #7
    משתמש משקיע
    שם פרטי
    טל
    תאריך הצטרפות
    12/2009
    הודעות
    3,165
    לייקים
    0
    נקודות
    381
    משפט מחץ
    מה אכפת לכם?
    מין: זכר

    ברירת מחדל

    זה הסקריפט לשינוי עבודות, אם אתה רוצה שCody יעשה Rebirths לך למפעל NPC's יש שם סקריפט כזה.


    זהו חזי החזרזיר והוא על סמים קשים!

+ תגובה לנושא


הרשאות פרסום

  • אין באפשרותך לפרסם נושאים חדשים
  • אין באפשרותך לפרסם תגובות
  • אין באפשרותך לצרף קבצים
  • אין באפשרותך לערוך את הודעותיך


כל הזמנים הם לפי GMT +3. השעה כרגע היא 09:55.
מופעל על ידי vBulletin™ © גרסה 4.1, 2011 vBulletin Solutions, Inc. כל הזכויות שמורות.
פעילות הגולשים
אומנות וגרפיקה
מוזיקה
ספורט
סדרות טלוויזיה
סרטים וקולנוע
קנייה ומכירה
רשתות חברתיות
הבורר 3
פורומי פנאי ובידור
סרטים
סדרות
משחקים
דיבורים
אקטואליה
בעלי חיים
בדיחות והומור
משחקי ספורט
הבורר
מחשבים וטכנולוגיה
תמיכה טכנית
חומרה ומודינג
תוכנות להורדה
סלולארי וגאדג'טים
רקעים למחשב
ציוד הקפי למחשב
אבטחת מידע
תכנות ובניית אתרים
כסף ברשת
אייפון
בריאות ואורח חיים
כושר ופיתוח גוף
דיאטה
צבא וגיוס
יעוץ מיני
מה שבלב
אומנות הפיתוי
יהדות
מיסטיקה ורוחניות
אתאיזם ודתות

נושאים: 2,473,376 | הודעות: 8,173,963 | משתמשים: 315,603 | המשתמש החדש ביותר: upizijoj | עיצוב גרפי: סטודיו עודד בביוף | קידוד: rellect