Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions Auto Fishing - Alto Avenue.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" ?>
<SimulatorProject xmlns="https://github.com/TTExtensions/MouseClickSimulator">
<Title>Automatic Fishing in Alto Avenue</Title>
<Description>
The Toon will automatically fish in Alto Avenue, Minnie's Melodyland.
Before you click on Start, make sure that
• you are in a quiet district,
• your fish bucket is empty,
• you have enough JellyBeans for 20 casts,
• your toon is standing on the rear right fishing board (viewed from entrance).
</Description>

<MainAction>

<Compound type="Sequential">

<!-- Use the automatic fishing action 19 times,
plus the straight fishing action.
-->
<Loop count="19">
<AutomaticFishing scan1="330, 190" scan2="1550, 800" bubbleColorRgb="35, 110, 152"
toleranceRgb="8, 8, 11" />
</Loop>
<!--
The last cast must always be straight; otherwise the toon will rotate in
the cast direction and the Simulator would be unable to correctly move the Toon
to the fisherman.
-->
<StraightFishing />

<QuitFishing />

<Pause duration="1200" />

<!-- Now go to the fisherman and sell the fish. -->
<Compound type="Sequential" minimumPause="50" maximumPause="300" loop="false">
<PressKey key="Down" duration="700" />
<PressKey key="Right" duration="1000" />
<PressKey key="Up" duration="1500" />
<Pause duration="1300" />

<SellFish />
<Pause duration="1000" />

<PressKey key="Down" duration="1950" />
<PressKey key="Left" duration="1000" />
<PressKey key="Up" duration="1000" />
<Pause duration="3200" />
</Compound>

</Compound>

</MainAction>

</SimulatorProject>
55 changes: 55 additions & 0 deletions Auto Fishing - Donalds Dreamland.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" ?>
<SimulatorProject xmlns="https://github.com/TTExtensions/MouseClickSimulator">
<Title>Automatic Fishing in Donalds Dreamland Playground</Title>
<Description>
The Toon will automatically fish in Donald's Dreamland Playground.
Before you click on Start, make sure that
• you are in a quiet district,
• your fish bucket is empty,
• you have enough JellyBeans for 20 casts,
• your toon is standing on the closest fishing board (viewed from entrance).
</Description>

<MainAction>

<Compound type="Sequential">

<!-- Use the automatic fishing action 19 times,
plus the straight fishing action.
-->
<Loop count="19">
<AutomaticFishing scan1="150, 180" scan2="1520, 800" bubbleColorRgb="55, 103, 116"
toleranceRgb="8, 14, 11" />
</Loop>
<!--
The last cast must always be straight; otherwise the toon will rotate in
the cast direction and the Simulator would be unable to correctly move the Toon
to the fisherman.
-->
<StraightFishing />

<QuitFishing />

<Pause duration="1200" />

<!-- Now go to the fisherman and sell the fish. -->
<Compound type="Sequential" minimumPause="50" maximumPause="300" loop="false">
<PressKey key="Left" duration="1200" />
<PressKey key="Up" duration="2800" />
<Pause duration="1000" />

<SellFish />

<Pause duration="1000" />
<PressKey key="Right" duration="300" />
<PressKey key="Down" duration="2000" />
<PressKey key="Right" duration="900" />
<PressKey key="Up" duration="600" />
<Pause duration="2000" />
Copy link
Author

@greatJordini greatJordini Jun 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to 3000 on line 48

</Compound>

</Compound>

</MainAction>

</SimulatorProject>