NPC שמשנה שם
היי אטרף ^^" מדבר דניאל O: אוקי אז מזאת אומרת משנה שם? פשוטו כמשמעו.. יש לכם שם שחקן? הNPC הזה ישנה את השם.. איך להשתמש(מתחילים מאווד זה דבר מאוד בסיסי)-פשוט לכו לYourRepackFolder-Scripts-Npc ובתקיית NPC חפשו את קובץ הJAVA(יש לו את האיידי של הNPC שבחרתם)ואז פשוט
קוד:
הסקריפט הוכן על ידי ע
var status = 0;var selected;var fee = 2000000000;function start() { status = -1; action(1, 0, 0);}function action(mode, type, selection) { if (mode == -1) { cm.dispose(); } else { if (mode == 0) { cm.sendOk("Later."); cm.dispose(); return; } if (mode == 1) status++; else status--; if (status == 0) { cm.sendNext("Hello #h #. I am the name changer by AstroJack from iatraf. I can change your name for just #r"+fee+"(2b). #bKnow that if you put GM or Admin on your Ign, or sexual, swearing, or dirty language. Also, do not make a ign that is less than #r4 #b letters and less than #r10 #b letters. If you don't follow these, #ryou will be warned, jailed, and at third strike, you will be Banned.#e "); } else if (status == 1) { cm.sendGetText("Choose the name you wish to have. #e "); } else if (status == 2) { selected = cm.getText(); cm.sendYesNo("Are you sure you want " + selected + " as a name, #h # #e "); } else if (status == 3) { if (cm.getMeso() < fee) { cm.sendOk("You dont have enough mesos. #e "); cm.dispose(); } else { cm.getChar().setName(selected); cm.gainItem(-4031545, 50); cm.sendOk("Done! Your name is now " + selected + "! If you do not see the name change, please wait I will reload you. #e "); } } else if (status == 4) { cm.dispose(); cm.reloadChar(); } else if (selected.length() < 3 || selected.length() > 12) { cm.sendOk("Your name must be between 3 ~ 12 characters."); cm.dispose(); } else if (selected.search(/gm/i) != -1) { cm.sendOk("You are not allowed to impersonate a GM! Please choose a name that does not contain GM."); cm.dispose(); } else if (selected.startsWith("GM_") == true) { cm.sendOk("You are not allowed to impersonate as a GM!"); cm.dispose(); } else if (selected.endsWith("GM_") == true) { cm.sendOk("You are not allowed to impersonate as a GM!"); cm.dispose(); } }}ם תוכנה בשם GM-TOOL... אני ייתן מדריך בקרוב איך להשתמש:] בתוכנה כאילו XD מדריך להשתמש בסקריפט זה למעלה:] בתודה-דניאל =]
![]()







. I can change your name for just #r"+fee+"(2b). #bKnow that if you put GM or Admin on your Ign, or sexual, swearing, or dirty language. Also, do not make a ign that is less than #r4 #b letters and less than #r10 #b letters. If you don't follow these, #ryou will be warned, jailed, and at third strike, you will be Banned.#e "); } else if (status == 1) { cm.sendGetText("Choose the name you wish to have. #e "); } else if (status == 2) { selected = cm.getText(); cm.sendYesNo("Are you sure you want " + selected + " as a name, #h # #e "); } else if (status == 3) { if (cm.getMeso() < fee) { cm.sendOk("You dont have enough mesos. #e "); cm.dispose(); } else { cm.getChar().setName(selected); cm.gainItem(-4031545, 50); cm.sendOk("Done! Your name is now " + selected + "! If you do not see the name change, please wait I will reload you. #e "); } } else if (status == 4) { cm.dispose(); cm.reloadChar(); } else if (selected.length() < 3 || selected.length() > 12) { cm.sendOk("Your name must be between 3 ~ 12 characters."); cm.dispose(); } else if (selected.search(/gm/i) != -1) { cm.sendOk("You are not allowed to impersonate a GM! Please choose a name that does not contain GM."); cm.dispose(); } else if (selected.startsWith("GM_") == true) { cm.sendOk("You are not allowed to impersonate as a GM!"); cm.dispose(); } else if (selected.endsWith("GM_") == true) { cm.sendOk("You are not allowed to impersonate as a GM!"); cm.dispose(); } }}ם תוכנה בשם GM-TOOL... אני ייתן מדריך בקרוב איך להשתמש:] בתוכנה כאילו XD מדריך להשתמש בסקריפט זה למעלה:] בתודה-דניאל =]
ציטוט ההודעה
