- script Sample -1,{
OnInit:
set .amount, 40; // amount of item to shower
set .item_id, 7227; // item id to shower
set .map$, "prontera"; // map to shower
end;
OnMinute00:
while ( .count < .amount ) {
do {
.@x = rand(1,500);
.@y = rand(1,500);
} while...