I don't know if there's any command to check if the tile is already occupied by another item. I guess there isn't.
If you wanted to randomly drop it just use rand.
sample
prontera,150,150,4 script randromdrop 100,{
makeitem 608,1,"prontera",rand(147,153),rand(147,153);
end;
}