⇤ ← Revision 1 as of 2012-12-04 21:12:59
Size: 773
Comment:
|
← Revision 2 as of 2015-08-18 01:43:20 ⇥
Size: 1771
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start;" tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">rescanrec x1,y1 x2,y2 || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">rescanrec 25,50 50,75 || |
||<tablebgcolor="#F9F9F9" tablestyle="margin:1em 1em 1em 0px;border-style:solid;border-color:rgb(170, 170, 170);color:rgb(0, 0, 0);font-family:sans-serif;font-size:13px;line-height:19.5px;text-align:start;" tableclass="wikitable"#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Usage: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">rescanrec topLeftCornerCoords bottomRightCornerCoords || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">Example: ||<style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em;">rescanrec 0,0 799,799 || |
Line 5: | Line 5: |
Used to update a previously scanned map rectangle, where x1,y1 is the top left corner, x2,y2 is the bottom right corner. | 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 }}} |
Usage: |
rescanrec topLeftCornerCoords bottomRightCornerCoords |
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