||Usage: ||rescanrec topLeftCornerCoords bottomRightCornerCoords || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Example: ||rescanrec 0,0 799,799 || Used to update information on a previously scanned map rectangle. This functions, otherwise, the same as ScanRec. You will use the top left corner coordinates and bottom right corner coordinates to scan an area in between (the same as ScanMap). In the above example, you would scan the map from 0,0 (top left corner) to 799,799 (bottom right corner) which would be the entire map. To scan a specific state, you can use the following coordinates: {{{ //Friesland rescanrec 0,0 199,199 //Saxony rescanrec 200,0 399,199 //North March rescanrec 400,0 599,199 //Bohemia rescanrec 600,0 799,199 //Lower Lorraine rescanrec 0,200 199,399 //Franconia rescanrec 200,200 399,399 //Thuringia rescanrec 400,200 599,399 //Moravia rescanrec 600,200 799,399 //Upper Lorraine rescanrec 0,400 199,599 //Swabia rescanrec 200,400 399,599 //Bavaria rescanrec 400,400 599,599 //Carinthia rescanrec 600,400 799,599 //Burgundy rescanrec 0,600 199,799 //Lombardy rescanrec 200,600 399,799 //Tuscany rescanrec 400,600 599,799 //Romagna rescanrec 600,600 799,799 }}} ---- ScriptInformational