Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by Kiron ( 13 years ago )
prontera,158,192,6 script Invocador 48,{
mes "[Invocador]";
mes "Olá "+strcharinfo(0)+", gostaria de fazer a quest para invocar um MvP?";
next;
switch(select("Sim.","Não.")) {
case 2:
mes "[Invocador]";
mes "Ok, até mais.";
break;
end;
case 1:
mes "[Invocador]";
mes "Os requerimentos para a quest são:";
mes "1x "+getitemname(512)+".";
next;
mes "[Invocador]";
mes "Vou verificar seus itens.";
if(countitem(512)<1) {
next;
mes "Você não tem todos os itens.";
close;
end;
}
else {
next;
mes "Você tem todos os itens. Farei a invocação agora.";
close2;
delitem 512,1;
atcommand "@monster 1002";
end;
}
}
}
Revise this Paste