|
| 1 | +<?xml version="1.0" encoding="utf-8" ?> |
| 2 | +<SimulatorProject xmlns="https://github.com/TTExtensions/MouseClickSimulator"> |
| 3 | + <Title>Automatic Fishing in Toon Estate</Title> |
| 4 | + <Description> |
| 5 | +The Toon will automatically fish in your estate. |
| 6 | +Before you click on Start, make sure that |
| 7 | +• your fish bucket is empty, |
| 8 | +• you have enough JellyBeans for 20 casts, |
| 9 | +• your toon is standing on the board nearest to the bucket |
| 10 | +Note: Doodles may cause the simulator to fail. |
| 11 | + </Description> |
| 12 | + |
| 13 | + <MainAction> |
| 14 | + |
| 15 | + <Compound type="Sequential"> |
| 16 | + |
| 17 | + <!-- |
| 18 | + Use the automatic fishing action for estate 20 times, |
| 19 | + and ensure Toon remains fishing instead of going to bed. |
| 20 | + --> |
| 21 | + |
| 22 | + <Loop count="19"> |
| 23 | + <AutomaticFishing scan1="200, 150" scan2="1492, 660" scanResultYAdjustment="35" |
| 24 | + bubbleColorRgb="56, 129, 122" toleranceRgb="7, 5, 5" /> |
| 25 | + </Loop> |
| 26 | + |
| 27 | + |
| 28 | + <!-- |
| 29 | + The last cast must always be straight; otherwise the toon will rotate in |
| 30 | + the cast direction and the Simulator would be unable to correctly move the Toon |
| 31 | + to the fisherman. |
| 32 | + --> |
| 33 | + <StraightFishing /> |
| 34 | + |
| 35 | + <QuitFishing /> |
| 36 | + |
| 37 | + <Pause duration="1500" /> |
| 38 | + |
| 39 | + <Compound type="Sequential" minimumPause="50" maximumPause="300" loop="false"> |
| 40 | + |
| 41 | + <!-- Now go to the fisherman and sell the fish. --> |
| 42 | + <PressKey key="Left" duration="1300" /> |
| 43 | + <PressKey key="Up" duration="1800" /> |
| 44 | + <Pause duration="1500" /> |
| 45 | + |
| 46 | + <SellFish /> |
| 47 | + |
| 48 | + <Pause duration="2000" /> |
| 49 | + <PressKey key="Down" duration="2500" /> |
| 50 | + <Pause duration="3500" /> |
| 51 | + </Compound> |
| 52 | + |
| 53 | + </Compound> |
| 54 | + |
| 55 | + </MainAction> |
| 56 | + |
| 57 | +</SimulatorProject> |
0 commit comments