-
Notifications
You must be signed in to change notification settings - Fork 22
added Alto Avenue + Donalds dreamland playground #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
greatJordini
wants to merge
1
commit into
kpreisser:main
Choose a base branch
from
greatJordini:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" /> | ||
| </Compound> | ||
|
|
||
| </Compound> | ||
|
|
||
| </MainAction> | ||
|
|
||
| </SimulatorProject> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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