Skip to content

Commit 4ed3512

Browse files
committed
Adjust target Y coordinates for some places.
1 parent 4e8cd82 commit 4ed3512

4 files changed

+8
-8
lines changed

TTMouseclickSimulator/SampleProjects/ToontownRewritten/Auto Fishing - Punchline Place (Winter Theme).xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Before you click on Start, make sure that
1818
plus the straight fishing action.
1919
-->
2020
<Loop count="19">
21-
<AutomaticFishing scan1="260, 196" scan2="1349, 626" bubbleColorRgb="23, 128, 119"
22-
toleranceRgb="12, 10, 13" />
21+
<AutomaticFishing scan1="260, 196" scan2="1349, 626" scanResultYAdjustment="15"
22+
bubbleColorRgb="23, 128, 119" toleranceRgb="12, 10, 13" />
2323
</Loop>
2424
<!--
2525
The last cast must always be straight; otherwise the toon will rotate in

TTMouseclickSimulator/SampleProjects/ToontownRewritten/Auto Fishing - Punchline Place.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Before you click on Start, make sure that
1818
plus the straight fishing action.
1919
-->
2020
<Loop count="19">
21-
<AutomaticFishing scan1="260, 196" scan2="1349, 626" bubbleColorRgb="22, 140, 118"
22-
toleranceRgb="13, 13, 15" />
21+
<AutomaticFishing scan1="260, 196" scan2="1349, 626" scanResultYAdjustment="15"
22+
bubbleColorRgb="22, 140, 118" toleranceRgb="13, 13, 15" />
2323
</Loop>
2424
<!--
2525
The last cast must always be straight; otherwise the toon will rotate in

TTMouseclickSimulator/SampleProjects/ToontownRewritten/Auto Fishing - Walrus Way (Winter Theme).xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Before you click on Start, make sure that
1818
plus the straight fishing action.
1919
-->
2020
<Loop count="19">
21-
<AutomaticFishing scan1="153, 134" scan2="1450, 703" bubbleColorRgb="19, 125, 142"
22-
toleranceRgb="6, 6, 8" />
21+
<AutomaticFishing scan1="153, 134" scan2="1450, 703" scanResultYAdjustment="10"
22+
bubbleColorRgb="19, 125, 142" toleranceRgb="6, 6, 8" />
2323
</Loop>
2424
<!--
2525
The last cast must always be straight; otherwise the toon will rotate in

TTMouseclickSimulator/SampleProjects/ToontownRewritten/Auto Fishing - Walrus Way.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Before you click on Start, make sure that
1818
plus the straight fishing action.
1919
-->
2020
<Loop count="19">
21-
<AutomaticFishing scan1="153, 134" scan2="1450, 703" bubbleColorRgb="25, 144, 148"
22-
toleranceRgb="10, 11, 11" />
21+
<AutomaticFishing scan1="153, 134" scan2="1450, 703" scanResultYAdjustment="10"
22+
bubbleColorRgb="25, 144, 148" toleranceRgb="10, 11, 11" />
2323
</Loop>
2424
<!--
2525
The last cast must always be straight; otherwise the toon will rotate in

0 commit comments

Comments
 (0)