זה הסקריפט :
אם צריך תרשמו לי חדש על פי הid למעלה תודהקוד PHP://Boss Spawner
//Author: CliperMS
var mob = Array(8500001, 8510000, 9400014, 9400121, 9400112, 9300028, 9400300);
var price = 1;
function start() {
cm.sendSimple("I am the boss summoner! Would you like me to spawn some bosses for you? The price to summon monsters is " + price + " mesos. \r\n Please choose #b\r\n#L0#Papulatus clock#l\r\n#L1#Pianus#l\r\n#L2#Black Crow#l\r\n#L3#Anego#l\r\n#L4#BodyGuard A#l\r\n#L5#Ergoth#l\r\n#L6#The Boss#l#k");
}
function action(mode, type, selection) {
if (cm.getMeso() >= price) {
cm.gainMeso(-price);
cm.summonMob(mob[selection]);
cm.dispose();
} else {
cm.sendOk("Sorry not enough mesos...\r\nYou need " + price + " to use me.");
cm.dispose();
}
}
נ.ב
תכולו להוסיף לסקריפט הזה שאם קונים זה יביא את החפצים 100+ all stats?
קוד PHP:var satus = 0;
var item = Array(1002357, 1072344, 1102041, 1022058, 1022060, 1012106, 1012107, 1012108, 1012109, 1012110, 1012111);
var text = "HorntailMs Give u item pro item 100+all stats xD well it worth 500 #v4000313#. what u looking for?";
var price = Array(500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500);
var coin = 4000313;
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+"##v"+item[i]+"##t"+item[i]+"# for #e#b"+price[i]+"#k#n #v"+coin+"##l";
cm.sendSimple(text);
}else if(status == 1){
if(cm.haveItem(coin,price[selection])){
cm.gainItem(coin,-price[selection]);
cm.gainItem(item[selection]);
cm.dispose();
}else{
cm.sendOk("u dont have 500 #v4000313# start kill snail! good luck");
cm.dispose();
}
}
}
}



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