This code is designed to get the exact point of your main ping.
Code:
 /script local x, y = Minimap:GetPingPosition() Minimap: PingLocation(x * 140, y * 140)
If you want each alt to cast in a different area simple re-use your main's macro rather then getting the ping from your main, so each char has its own ping location specified in x,y.