עשיתי את הקוד הזה ושאני לוחץ על ה NPC לא קורה כלום.....קוד PHP:var status = 0;
var item = Array(1002771, 1052154, 1012084, 1072186, 1702160, 1102067, 1042144, 1072373, 1042149, 1042110, 1061067, 1072407, 1702136, 1042145, 1042150, 1042140, 1042136, 1042173, 1082227, 1082249, 1002514, 1002080, 1002081, 1002082, 1002392, 1002393, 1002394, 1002395, 1002309, 1002312, 1002280, 1042045, 1042043, 1042044, 1042118, 1042130, 1042132, 1042147, 1050013, 1050014, 1050015, 1050016, 1050017, 1102066, 1102067, 1102006, 1012096, 1012082, 1012055, 1012050, 1012105, 1022014, 1022015, 1022017, 1022036, 1022037);
var coin = 4001129;
var pro = 500;
var text = "Hello #e#r#h ##n#k,\r\nWhat Item You Want ?";
function start() {
status = -1;
action(1, 0, 0);
}
function action(mode, type, selection) {
if (mode == -1) {
cm.dispose();
} else {
if (mode == 0) {
cm.dispose();
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
for (var i =0; i<item.length; i++)
text += "\r\n#L"+i+"##i"+item[i]+"# "+pro+" for #i"+coin+"# 1000#l";
cm.sendSimple(text);
}
else if (status == 1) {
if (cm.haveItem(coin, 1000)) {
cm.gainItem(coin, -1000);
cm.makeProItem(item[selection], pro);
cm.dispose();
} else {
cm.sendOk("Srry you d'snt have 1000 #i"+coin+"#.");
}
}
}
}




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