id npc : אני יערוך כבר
הריפאק שבו אני משתמש: zombie repack
מה אני רוצה שהוא יעשה:יעשה לי את החפץ make pro item
הערות נוספות:זה הnpc שכבר יש לי
:הבקשה שלי שאם נגיד רשמתי Maple bandana אז בחרתי זה מביא לי את החפץ cleanקוד PHP:var status = -1;
function start() {
action(1,0,0);
}
function action(mode,type,selection){
if(mode == 1)
status++;
else{
cm.dispose();
return;
}
if(status == 0){
cm.sendGetText("Type the name of the item you want :");
}else if(status == 1){
cm.sendSimple(cm.searchItem(cm.getText()));
}else if(status == 2){
cm.sendOk("Enjoy youre new item !");
cm.gainItem(selection);
cm.dispose();
}
}
אז אני רוצה שאני יוכל לקבל את החפץ 32k+ all
אם תוכלו להוסיף את הפקודה makeProItem
תודה




ספוילר: 