prontera,155,181,5 script One-Click-Buy 94,{
if(Zeny < .Price){
message strcharinfo(0),"Not enough zeny"; end;
}
if(!checkweight(.Item,.Amount)){
message strcharinfo(0),"Not enough weight"; end;
}
Zeny -= .Price;
getitem2 .Item,.Amount,1,.Upgrade,0,0,0,0,0;
end;
OnInit:
set .Item,1201;
set .Amount,1;
set .Upgrade,7;
set .Price,10000;
waitingroom ((.Amount>1) ? .Amount+"x ":"")+((.Upgrade) ? "+"+.Upgrade+" ":"")+""+getitemname(.Item)+" "+.Price+"z",0;
end;
}